feat(xapi/VBD_create): returns the new VBD's ref

This commit is contained in:
Julien Fontanet
2022-06-02 16:25:19 +02:00
parent 5063a6982a
commit 3ef6adfd02

View File

@@ -68,6 +68,8 @@ module.exports = class Vbd {
if (isVmRunning(powerState)) {
await this.callAsync('VBD.plug', vbdRef)
}
return vbdRef
}
async unplug(ref) {