M Magneto Well-Known Member Jul 30, 2017 133 4 58 45 Sep 29, 2020 #1 How do I see which /dev/sdx an OSD is running on? I need to remove some drives from my cluster, but don't know which OSD to stop and remove, to remove /dev/sdh (for example).
How do I see which /dev/sdx an OSD is running on? I need to remove some drives from my cluster, but don't know which OSD to stop and remove, to remove /dev/sdh (for example).
R Rares Well-Known Member Feb 28, 2017 79 13 48 Sep 29, 2020 #2 Try with something like this: ceph osd dump | grep ^osd.37 lsblk
W wigor Well-Known Member Dec 5, 2019 84 14 48 Sep 30, 2020 #4 Bash: ceph-volume lvm list may also help. depends on version of ceph and your concrete usage. Reactions: Magneto
M Magneto Well-Known Member Jul 30, 2017 133 4 58 45 Oct 1, 2020 #5 wigor said: Bash: ceph-volume lvm list may also help. depends on version of ceph and your concrete usage. Click to expand... This is also great, thanx. I also found ceph device ls Click to expand... which helps a bit Reactions: pawkor
wigor said: Bash: ceph-volume lvm list may also help. depends on version of ceph and your concrete usage. Click to expand... This is also great, thanx. I also found ceph device ls Click to expand... which helps a bit