summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-10-21 22:52:07 +0000
committergVisor bot <gvisor-bot@google.com>2021-10-21 22:52:07 +0000
commitac2e48668b599b3d3b0b4f5c4453b61773cae6fd (patch)
tree2a434b42ad57785c5cd13101990047b833ea4c7b
parent87c093062bc55f6f6604d1f58c7aa365debc0605 (diff)
parentb928a241efc838d378d531ba2446e8611d95c1ac (diff)
Merge release-20211011.0-40-gb928a241e (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 11cea71b8..663b20d9c 100644
--- a/runsc/config/flags.go
+++ b/runsc/config/flags.go
@@ -80,7 +80,7 @@ func RegisterFlags() {
flag.Bool("overlay", false, "wrap filesystem mounts with writable overlay. All modifications are stored in memory inside the sandbox.")
flag.Bool("verity", false, "specifies whether a verity file system will be mounted.")
flag.Bool("fsgofer-host-uds", false, "allow the gofer to mount Unix Domain Sockets.")
- flag.Bool("vfs2", false, "enables VFSv2. This uses the new VFS layer that is faster than the previous one.")
+ flag.Bool("vfs2", true, "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.")
flag.Bool("lisafs", false, "Enables lisafs protocol instead of 9P. This is only effective with VFS2.")
flag.Bool("cgroupfs", false, "Automatically mount cgroupfs.")