[
https://issues.apache.org/jira/browse/CLOUDSTACK-8746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15818401#comment-15818401
]
ASF GitHub Bot commented on CLOUDSTACK-8746:
--------------------------------------------
Github user ustcweizhou commented on the issue:
https://github.com/apache/cloudstack/pull/977
@kiwiflyer indeed, we need make some changes in
./test/integration/smoke/test_vm_snapshots.py
1.
'''
vm_snapshot = VmSnapshot.create(
self.apiclient,
self.virtual_machine.id,
"false",
"TestSnapshot",
"Dsiplay Text"
)
'''
the 4th line should be "true" if self.hypervisor is KVM.
2.
'''
self.virtual_machine.stop(self.apiclient)
VmSnapshot.revertToSnapshot(
self.apiclient,
list_snapshot_response[0].id)
self.virtual_machine.start(self.apiclient)
'''
This part should also be changed. as the vm should be running if revert vm
snapshot.
3. it seems we need to add a new test to backup snapshot from vm snapshot
on kvm.
> VM Snapshotting implementation for KVM
> --------------------------------------
>
> Key: CLOUDSTACK-8746
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8746
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Wei Zhou
> Assignee: Wei Zhou
>
> Currently it is not supported.
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/VM+Snapshots
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)