diff --git a/runsc/config/config_bundles.go b/runsc/config/config_bundles.go index 25e1e9c8d..788da6b2d 100644 --- a/runsc/config/config_bundles.go +++ b/runsc/config/config_bundles.go @@ -24,6 +24,8 @@ package config // Bundles are mutually exclusive iff their flag values overlap and differ. var Bundles = map[BundleName]Bundle{ "experimental-high-performance": { + "directfs": "true", "overlay2": "root:self", + "platform": "systrap", }, }