Im trying to remove the LVM from /dev/sda with no luck.
root@focuz:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 3.7T 0 disk
└─ceph--0e6896c9--c5c4--42f9--956e--177e173005ce-osd--block--fdcf2a33--ab58--4569--a79a--3b3ea336867f
253:0 0 3.7T 0 lvm
root@focuz:~# ceph-volume lvm zap /dev/sda --destroy
--> Zapping: /dev/sda
stderr: wipefs: error: /dev/sda: probing initialization failed: Device or resource busy
--> failed to wipefs device, will try again to workaround probable race condition
any suggestions ?
root@focuz:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 3.7T 0 disk
└─ceph--0e6896c9--c5c4--42f9--956e--177e173005ce-osd--block--fdcf2a33--ab58--4569--a79a--3b3ea336867f
253:0 0 3.7T 0 lvm
root@focuz:~# ceph-volume lvm zap /dev/sda --destroy
--> Zapping: /dev/sda
stderr: wipefs: error: /dev/sda: probing initialization failed: Device or resource busy
--> failed to wipefs device, will try again to workaround probable race condition
any suggestions ?