Commit f1deb9d 1 parent 6a1d72b commit f1deb9d Copy full SHA for f1deb9d
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -640,10 +640,10 @@ func newConfig(logger *zap.Logger) *Config {
640
640
cfg .appendKernelCmdline , "Additional kernel command line arguments" )
641
641
flag .BoolVar (& cfg .skipCgroupManagement , "skip-cgroup-management" ,
642
642
cfg .skipCgroupManagement ,
643
- "Don't try to manage CPU (use if running alongside container-mgr, or if dummy CPU server is enabled) " )
643
+ "Don't try to manage CPU" )
644
644
flag .BoolVar (& cfg .enableDummyCPUServer , "enable-dummy-cpu-server" ,
645
645
cfg .skipCgroupManagement ,
646
- "Provide a CPU server (unlike -skip-cgroup-management) but don't actually do anything with it" )
646
+ "Use with -skip-cgroup-management. Provide a CPU server but don't actually do anything with it" )
647
647
flag .StringVar (& cfg .diskCacheSettings , "qemu-disk-cache-settings" ,
648
648
cfg .diskCacheSettings , "Cache settings to add to -drive args for VM disks" )
649
649
flag .Func ("memory-provider" , "Set provider for memory hotplug" , cfg .memoryProvider .FlagFunc )
You can’t perform that action at this time.
0 commit comments