diff --git a/src/usr/bin/onegate.rb b/src/usr/bin/onegate.rb index 019aef6..8fe0d95 100755 --- a/src/usr/bin/onegate.rb +++ b/src/usr/bin/onegate.rb @@ -224,6 +224,8 @@ module VirtualMachine HOTPLUG_RESIZE HOTPLUG_SAVEAS_UNDEPLOYED HOTPLUG_SAVEAS_STOPPED + BACKUP + BACKUP_POWEROFF } SHORT_VM_STATES={ @@ -308,7 +310,9 @@ module VirtualMachine "HOTPLUG_NIC_POWEROFF" => "hotp", "HOTPLUG_RESIZE" => "hotp", "HOTPLUG_SAVEAS_UNDEPLOYED" => "hotp", - "HOTPLUG_SAVEAS_STOPPED" => "hotp" + "HOTPLUG_SAVEAS_STOPPED" => "hotp", + "BACKUP" => "back", + "BACKUP_POWEROFF" => "back" } def self.state_to_str(id, lcm_id)