1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

M #-: Remove offline resize limitation from CLI (#2843)

(cherry picked from commit ec64ac4457fc9e58272ec3721c6790eb606a331d)
This commit is contained in:
Daniel Clavijo Coca 2023-11-28 09:23:02 -06:00 committed by Tino Vázquez
parent b55ba78d75
commit 989a2526df
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -1281,8 +1281,7 @@ CommandParser::CmdParser.new(ARGV) do
end
resize_desc = <<-EOT.unindent
Resizes the capacity of a Virtual Machine (offline, the VM cannot be
RUNNING)
Resizes the capacity of a Virtual Machine
EOT