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

feature #1323: improve onehost flush description

This commit is contained in:
Jaime Melis 2012-07-02 17:52:14 +02:00
parent 4bad0444bf
commit 097bcae0ac

View File

@ -193,10 +193,10 @@ cmd=CommandParser::CmdParser.new(ARGV) do
end
flush_desc = <<-EOT.unindent
Reschedules the VMS so the host is freed.
Disables the host and reschedules all the running VMs in it.
EOT
command :flush, top_desc, [:range,:hostid_list] do
command :flush, flush_desc, [:range,:hostid_list] do
helper.perform_actions(args[0],options,"flush") do |host|
host.flush
end