mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Fix typo in onevm live_migrate
This commit is contained in:
parent
7c537c79ff
commit
2d2cf68a80
@ -188,7 +188,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
||||
verbose = "live migrating to #{host_id}"
|
||||
|
||||
helper.perform_actions(args[0],options,verbose) do |vm|
|
||||
vm.livemigrate(host_id)
|
||||
vm.live_migrate(host_id)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user