This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
Add virtio-fs support (alternative to virtio-9p) #1016
Merged
Merged
Commits on May 1, 2019
-
Shortlog: b3e7a9e Merge pull request kata-containers#91 from stefanha/virtio-fs-cache-size-mb 058cda0 qemu: use MiB instead of Gib for virtio-fs cache size Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0217077 - Browse repository at this point
Copy the full SHA 0217077View commit details -
Add a config option to select between virtio-9p and virtiofs. This option currently has no effect and will be used in a later patch. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9e87fa2 - Browse repository at this point
Copy the full SHA 9e87fa2View commit details -
config: add virtio_fs_daemon string
Add a config option for the virtio-fs vhost-user daemon path. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d690dff - Browse repository at this point
Copy the full SHA d690dffView commit details
Commits on May 5, 2019
-
qemu: add vhost-user-fs-pci device instead of 9p
When enable_virtio_fs is true, add a vhost-user-fs-pci for the kataShared volume instead of 9p. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9480978 - Browse repository at this point
Copy the full SHA 9480978View commit details -
kata_agent: use virtio-fs shared dir in CreateSandbox
Use virtio-fs instead of virtio-9p when virtio-fs is enabled. Fixes: kata-containers#1542 Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 82d1a9d - Browse repository at this point
Copy the full SHA 82d1a9dView commit details -
virtiofs: Add cache size option
Add VirtioFSCacheSize aka virtio_fs_cache_size option to set the size (in MiB) of the DAX cache. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6767c1a - Browse repository at this point
Copy the full SHA 6767c1aView commit details -
Several cache modes are supported by virtio-fs. They affect the performance and consistency characteristics of the file system. For the time being cache="none" is recommended, but the other modes can be experimented with. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 75f7586 - Browse repository at this point
Copy the full SHA 75f7586View commit details -
kata-env: add SharedFS option to output
It's useful to know whether virtio-9p or virtio-fs is being used. Add the status to the kata-env output. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0a69eb8 - Browse repository at this point
Copy the full SHA 0a69eb8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.