Fix optional options in Xapi#remoteCopyVm().
This commit is contained in:
parent
37a00f0d16
commit
94615d3b36
@ -624,7 +624,7 @@ export default class Xapi extends XapiBase {
|
||||
async remoteCopyVm (vmId, targetXapi, targetSrId, {
|
||||
compress = true,
|
||||
nameLabel = undefined
|
||||
}) {
|
||||
} = {}) {
|
||||
const sr = targetXapi.getObject(targetSrId)
|
||||
const stream = await this.exportVm(vmId, {
|
||||
compress,
|
||||
|
Loading…
Reference in New Issue
Block a user