]> git.proxmox.com Git - qemu-server.git/commit
readd nbd_stop
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 13 Apr 2018 12:13:42 +0000 (14:13 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 13 Apr 2018 12:39:06 +0000 (14:39 +0200)
commitfd950b23851e4350e5675a620170568398c946b9
tree911d243a2519d2080e0605462b34208836dee9ce
parenta70e7e6caff5d274d285475b302cb1bff6d0226d
readd nbd_stop

we accidentally moved nbd_stop to CloudInit.pm in
commit 0c9a7596f6b686ead232927851200554c997fa44

and removed it in
commit 3db6e4ab708b29e9e59572efd8e44558c84bad6d

without realizing that live local storage migration still depends on it

readd it

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm