diff --git a/ui/src/views/compute/CreateSnapshotWizard.vue b/ui/src/views/compute/CreateSnapshotWizard.vue index 03450be4245..bcd7d0f4dbe 100644 --- a/ui/src/views/compute/CreateSnapshotWizard.vue +++ b/ui/src/views/compute/CreateSnapshotWizard.vue @@ -119,7 +119,7 @@ export default { fetchData () { this.loading = true - api('listVolumes', { virtualMachineId: this.resource.id }) + api('listVolumes', { virtualMachineId: this.resource.id, listall: true }) .then(json => { this.listVolumes = json.listvolumesresponse.volume || [] })