BLUEFS_SPILLOVER BlueFS spillover detected on 1 OSD(s)osd.36 spilled over 192 KiB metadata from 'db' device (26 GiB used of 34 GiB) to slow deviceosd.36 spilled over 192 KiB metadata from 'db' device (16 GiB used of 34 GiB) to slow deviceosd.36 spilled over 192 KiB metadata from 'db' device (22 GiB used of 34 GiB) to slow deviceosd.36 spilled over 192 KiB metadata from 'db' device (13 GiB used of 34 GiB) to slow device
compactSubcommand compact is used to compact all data of kvstore. It will open the database, and trigger a database's compaction. After compaction, some disk space may be released.
osd.36 spilled over 192 KiB metadata from 'db' device (13 GiB used of 34 GiB) to slow device
ID CLASS WEIGHT REWEIGHT SIZE RAW USE DATA OMAP META AVAIL %USE VAR PGS STATUS TYPE NAME36 ssd 1.77879 1.00000 1.8 TiB 1.2 TiB 1.2 TiB 6.2 GiB 7.2 GiB 603 GiB 66.88 0.94 85 up osd.36
osd.36 spilled over 192 KiB metadata from 'db' device (26 GiB used of 34 GiB) to slow device
ID CLASS WEIGHT REWEIGHT SIZE RAW USE DATA OMAP META AVAIL %USE VAR PGS STATUS TYPE NAME36 ssd 1.77879 1.00000 1.8 TiB 1.2 TiB 1.2 TiB 6.2 GiB 20 GiB 603 GiB 66.88 0.94 85 up osd.36
SSD
|
HDD
|
TOTAL
|
|
KiB
|
0
|
147
|
147
|
MiB
|
36
|
69
|
105
|
GiB
|
24
|
0
|
24
|
On May 26, 2020, at 9:48 AM, thoralf schulze <t.schulze@tu-berlin.de> wrote:hi there,
trying to get around my head rocksdb spillovers and how to deal with
them … in particular, i have one osds which does not have any pools
associated (as per ceph pg ls-by-osd $osd ), yet it does show up in ceph
health detail as:
osd.$osd spilled over 2.9 MiB metadata from 'db' device (49 MiB
used of 37 GiB) to slow device
compaction doesn't help. i am well aware of
https://tracker.ceph.com/issues/38745 , yet find it really
counter-intuitive that an empty osd with a more-or-less optimal sized db
volume can't fit its rockdb on the former.
is there any way to repair this, apart from re-creating the osd? fwiw,
dumping the database with
ceph-kvstore-tool bluestore-kv /var/lib/ceph/osd/ceph-$osd dump >
bluestore_kv.dump
yields a file of less than 100mb in size.
and, while we're at it, a few more related questions:
- am i right to assume that the leveldb and rocksdb arguments to
ceph-kvstore-tool are only relevant for osds with filestore-backend?
- does ceph-kvstore-tool bluestore-kv … also deal with rocksdb-items for
osds with bluestore-backend?
thank you very much & with kind regards,
thoralf.
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-leave@ceph.io