mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
Feature #1839: Add shutdown-save action to scheduler
This commit is contained in:
parent
c038f0cd6c
commit
fbb19027c0
@ -295,10 +295,12 @@ int VirtualMachineXML::parse_action_name(string& action_st)
|
||||
one_util::tolower(action_st);
|
||||
|
||||
if ( action_st != "shutdown"
|
||||
&& action_st != "shutdown-hard"
|
||||
&& action_st != "shutdown-save"
|
||||
&& action_st != "shutdown-save-hard"
|
||||
&& action_st != "hold"
|
||||
&& action_st != "release"
|
||||
&& action_st != "stop"
|
||||
&& action_st != "shutdown-hard"
|
||||
&& action_st != "suspend"
|
||||
&& action_st != "resume"
|
||||
&& action_st != "boot"
|
||||
|
Loading…
x
Reference in New Issue
Block a user