Skip to content

Commit

Permalink
fix(xapi/VM_snapshot): sets ignoreVbds to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Jun 27, 2024
1 parent 19a2f4e commit 818a5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @xen-orchestra/xapi/vm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ class Vm {
if (ignoredVdisTag !== undefined) {
ignoredVbds = await listTaggedVdiVbds(this, vm.VBDs, ignoredVdisTag)
if (ignoredVbds.length === 0) {
ignoredVbds = ignoredVbds.length !== 0
ignoredVbds = undefined
}
}

Expand Down

0 comments on commit 818a5b7

Please sign in to comment.