SadiJr commented on code in PR #7221:
URL: https://github.com/apache/cloudstack/pull/7221#discussion_r1427918814
##########
api/src/main/java/org/apache/cloudstack/api/command/user/backup/RestoreVolumeFromBackupAndAttachToVMCmd.java:
##########
@@ -73,6 +74,12 @@ public class RestoreVolumeFromBackupAndAttachToVMCmd extends
BaseAsyncCmd {
description = "id of the VM where to attach the restored volume")
private Long vmId;
+ @Parameter(name = ApiConstants.START_VM,
+ type = CommandType.BOOLEAN,
+ required = false,
+ description = "start VM after the restore is finished")
Review Comment:
@weizhouapache when using the option to power on VM from Veeam, it will only
start the VM in the last host the VM was allocated to. Also, there is a process
in ACS that updates the VM state from time to time, according to what is
collected from vCenter. Additionally, the HA process in VMWare is also not
managed by ACS. Having said all that, I believe that if Veeam has this option,
we should leave it up to the user to decide, not us.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]