[
https://issues.apache.org/jira/browse/CLOUDSTACK-8748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14704307#comment-14704307
]
ASF subversion and git services commented on CLOUDSTACK-8748:
-------------------------------------------------------------
Commit 044e685c92ef98d08771f04c766ec42d97fe5c35 in cloudstack's branch
refs/heads/master from [~remibergsma]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=044e685 ]
Revert "CLOUDSTACK-8748: VM UUID accessible in CreateVMSnapshotCommand and
RevertToVMSnapshotCommand"
This reverts commit 180afe52e555f2610e81ccee1b2f1551b7b7f5e8.
This broke the build on master:
master build broken with the below error
http://jenkins.buildacloud.org/job/build-master-slowbuild/2101/consoleText
```
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/jenkins/acs/workspace/build-master-slowbuild/plugins/hypervisors/xenserver/test/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixRequestWrapperTest.java:[1581,51]
error: constructor CreateVMSnapshotCommand in class CreateVMSnapshotCommand
cannot be applied to given types;
[ERROR] required: String,String,VMSnapshotTO,List<VolumeObjectTO>,String
found: String,VMSnapshotTO,List<VolumeObjectTO>,String
reason: actual and formal argument lists differ in length
/home/jenkins/acs/workspace/build-master-slowbuild/plugins/hypervisors/xenserver/test/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixRequestWrapperTest.java:[1623,53]
error: no suitable constructor found for
RevertToVMSnapshotCommand(String,VMSnapshotTO,List<VolumeObjectTO>,String)
[INFO] 2 errors
[INFO] -------------------------------------------------------------
```
This was PR #717 towards 4.5
> VM UUID accessible in CreateVMSnapshotCommand and RevertToVMSnapshotCommand
> ---------------------------------------------------------------------------
>
> Key: CLOUDSTACK-8748
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8748
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
>
> VM UUID is not available to CreateVMSnapshotCommand and
> RevertToVMSnapshotCommand, add method param to receive/return those to
> subsystems.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)