Skip to content

Commit

Permalink
runner: fix comments to reflect the removal of conatiner-mgr
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Vasilev <[email protected]>
  • Loading branch information
Omrigan committed Oct 7, 2024
1 parent 9f00283 commit 0f3917a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neonvm/runner/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -640,10 +640,10 @@ func newConfig(logger *zap.Logger) *Config {
cfg.appendKernelCmdline, "Additional kernel command line arguments")
flag.BoolVar(&cfg.skipCgroupManagement, "skip-cgroup-management",
cfg.skipCgroupManagement,
"Don't try to manage CPU (use if running alongside container-mgr, or if dummy CPU server is enabled)")
"Don't try to manage CPU")
flag.BoolVar(&cfg.enableDummyCPUServer, "enable-dummy-cpu-server",
cfg.skipCgroupManagement,
"Provide a CPU server (unlike -skip-cgroup-management) but don't actually do anything with it")
"Use with -skip-cgroup-management. Provide a CPU server but don't actually do anything with it")
flag.StringVar(&cfg.diskCacheSettings, "qemu-disk-cache-settings",
cfg.diskCacheSettings, "Cache settings to add to -drive args for VM disks")
flag.Func("memory-provider", "Set provider for memory hotplug", cfg.memoryProvider.FlagFunc)
Expand Down

0 comments on commit 0f3917a

Please sign in to comment.