You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
After this PR #3131 drive deletion is not working by proper way for the deployed VM.
Eg lvremove operations is always executes on the BRIDGE_LIST nodes, that's not removes device from the current device mapper, and prevent's attaching the new drives on same place.
You will always have device-mapper: create ioctl failed: Device or resource busy error:
[Z0][TM][E]: clone: Command " set -e -o pipefail
[Z0][TM][I]: sudo sync
[Z0][TM][I]: sudo lvscan
[Z0][TM][I]: sudo lvcreate --wipesignatures n -L2048M -n lv-one-7712-2 vg-one-183" failed: device-mapper: create ioctl on vg--one--183-lv--one--7712--2 LVM-4ueRZkrJZfBxe7CAblNFEesMi0SjesPLhTwIQHirn48QrtRC81zLJU8uUTUvHWxz failed: Device or resource busy
[Z0][TM][I]: Failed to activate new LV.
[Z0][TM][E]: Error creating LV named lv-one-7712-2
[Z0][TM][E]: Error executing image transfer script: Error creating LV named lv-one-7712-2
sudo lvcreate --wipesignatures n -L512M -n lv-one-7712-2 vg-one-183" failed: device-mapper: create ioctl on vg--one--183-lv--one--7712--2 LVM-4ueRZkrJZfBxe7CAblNFEesMi0SjesPLIl6yDgmkKbXrFnZQ7y1QETJqEEJ5y9kc failed: Device or resource busy
Description
After this PR #3131 drive deletion is not working by proper way for the deployed VM.
Eg
lvremove
operations is always executes on the BRIDGE_LIST nodes, that's not removes device from the current device mapper, and prevent's attaching the new drives on same place.You will always have
device-mapper: create ioctl failed: Device or resource busy
error:I wrote about it #3201 (comment)
To Reproduce
BRIDGE_LIST
for system fs_lvm datastoreExpected behavior
Attached drive
Details
Additional context
Add any other context about the problem here.
Progress Status
The text was updated successfully, but these errors were encountered: