chore(Xapi#createVbd): returns undefined (#638)
The returned ref is unused for now.
This commit is contained in:
parent
b144382831
commit
594a9d5399
@ -1600,8 +1600,6 @@ export default class Xapi extends XapiBase {
|
|||||||
if (isVmRunning(vm)) {
|
if (isVmRunning(vm)) {
|
||||||
await this.call('VBD.plug', vbdRef)
|
await this.call('VBD.plug', vbdRef)
|
||||||
}
|
}
|
||||||
|
|
||||||
return vbdRef
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_cloneVdi (vdi) {
|
_cloneVdi (vdi) {
|
||||||
|
Loading…
Reference in New Issue
Block a user