parent
e0d34b1747
commit
dbfbd42d29
@ -717,7 +717,8 @@ export default class Xapi extends XapiBase {
|
||||
let snapshotRef
|
||||
if (isVmRunning(vm)) {
|
||||
host = vm.$resident_on
|
||||
snapshotRef = (await this._snapshotVm(vm)).$ref
|
||||
snapshotRef = (await this._snapshotVm(vm, `[XO Export] ${vm.name_label}`))
|
||||
.$ref
|
||||
}
|
||||
|
||||
const promise = this.getResource('/export/', {
|
||||
|
Loading…
Reference in New Issue
Block a user