meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vm:proxmox:ceph:db:usage [2023/05/31 10:10] – niziak | vm:proxmox:ceph:db:usage [2024/01/18 16:01] (current) – niziak | ||
---|---|---|---|
Line 31: | Line 31: | ||
<code bash> | <code bash> | ||
ceph daemon osd.6 bluefs stats | ceph daemon osd.6 bluefs stats | ||
+ | ceph tell osd.\* bluefs stats | ||
</ | </ | ||
Line 81: | Line 82: | ||
</ | </ | ||
+ | <code bash> | ||
+ | ceph osd set noout | ||
+ | systemctl stop ceph.osd.target | ||
+ | ceph-bluestore-tool fsck --path / | ||
+ | </ |