![[lvm] Logical volume vg00/vol01 is used by another device](https://i0.wp.com/blog.crois.net/wp-content/uploads/2017/12/centos-img.png?resize=360%2C119&ssl=1)
[lvm] Logical volume vg00/vol01 is used by another device
사용하던 vcs 용 iscsi 볼륨을 삭제 할려고 하니 Logical volume vg00/vol01 is used by another device 메시지가 출력되며 삭제가 되지 않습니다. dmsetup remove 를 통해 lvremove 를 통해 삭제 할수 있었습니다. > lvm 삭제시 used by another device 메세지 출력 ``` [root@vcs-storage ~]# lvremove /dev/vg00/vol01 Logical volume vg00/vol01 is used by another device. [root@vcs-storage ~]#... » read more