> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/ceph-object-storage/ru-he-yi-chu-osd.md).

# 如何移除 osd

<div align="left"><img src="/files/-Lv2qHFwzvZnEDE1sAg8" alt=""></div>

<div align="left"><img src="/files/-Lv2qafbNE4RPDkzQWBk" alt=""></div>

```
 ceph osd tree
 ..............................
 16   hdd  5.45799         osd.16        up  1.00000 1.00000
 17   hdd  5.45799         osd.17        up  1.00000 1.00000
 18   hdd  5.45799         osd.18        up  1.00000 1.00000
 19   hdd  5.45799         osd.19        up  1.00000 1.00000
  1              0 osd.1          destroyed        0 1.00000
  2              0 osd.2          destroyed        0 1.00000
root@pve1:~# ceph osd rm 1
removed osd.1
root@pve1:~# ceph osd rm 2

```
