summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-11-13 01:48:08 +0000
committergVisor bot <gvisor-bot@google.com>2020-11-13 01:48:08 +0000
commit988c78b1b7811f6b1e864d9fd6f1e869c43acd11 (patch)
tree753ba189fbaceb15f5d4b7d96986d937cc8a64a1
parent3acfd56f666ba12de05e7408da8a013c0b98385f (diff)
parent74be0dd0d59d468a9ebdcdf52f68eda78f4ea42a (diff)
Merge release-20201030.0-76-g74be0dd0d (automated)
-rw-r--r--runsc/config/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/config/flags.go b/runsc/config/flags.go
index 13d8f1b25..02ab9255a 100644
--- a/runsc/config/flags.go
+++ b/runsc/config/flags.go
@@ -71,7 +71,7 @@ func RegisterFlags() {
flag.Bool("overlay", false, "wrap filesystem mounts with writable overlay. All modifications are stored in memory inside the sandbox.")
flag.Bool("overlayfs-stale-read", true, "assume root mount is an overlay filesystem")
flag.Bool("fsgofer-host-uds", false, "allow the gofer to mount Unix Domain Sockets.")
- flag.Bool("vfs2", false, "TEST ONLY; use while VFSv2 is landing. This uses the new experimental VFS layer.")
+ flag.Bool("vfs2", false, "enables VFSv2. This uses the new VFS layer that is faster than the previous one.")
flag.Bool("fuse", false, "TEST ONLY; use while FUSE in VFSv2 is landing. This allows the use of the new experimental FUSE filesystem.")
// Flags that control sandbox runtime behavior: network related.