meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:proxmox:ceph:db:usage [2023/05/31 10:10] niziakvm: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
 </code> </code>
  
Line 81: Line 82:
 </code> </code>
  
 +<code bash>
 +ceph osd set noout
 +systemctl stop ceph.osd.target
 +ceph-bluestore-tool fsck --path /var/lib/ceph/osd/ceph-6
 +</code>