Re: BLUEFS_SPILLOVER

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Den tors 16 sep. 2021 kl 06:28 skrev Szabo, Istvan (Agoda)
<Istvan.Szabo@xxxxxxxxx>:
>
> Hi,
>
> Something weird happening, I have on 1 nvme drive and 3x SSD's are using for wal and db.
> The LVM is 596GB but in the health detail is says x GiB spilled over to slow device, however just 317 GB use only :/
>
> [WRN] BLUEFS_SPILLOVER: 3 OSD(s) experiencing BlueFS spillover
>      osd.10 spilled over 41 GiB metadata from 'db' device (317 GiB used of 596 GiB) to slow device
>      osd.14 spilled over 5.8 GiB metadata from 'db' device (317 GiB used of 596 GiB) to slow device
>      osd.27 spilled over 94 GiB metadata from 'db' device (313 GiB used of 596 GiB) to slow device
>
> I don't understand. Is this warning means it's just spilled over in the past but got back to normal? Also why it doesn't use all the lvm?
>

Lowlevel info at:
https://github.com/facebook/rocksdb/wiki/Leveled-Compaction

The defaults of RocksDB uses 2.7G, 27G, 270G per "level" of DB, and
spills over to the data device if the DB is too large for the sum of
all previous levels, so if your DB is 317G, then it will not create a
level on the DB device unless there was ~3000G free to hold it, and
hence spills over to the data device.

I think recent releases have an option to make DBs of sizes that do
not match the 3,30,300 sizes, but upto that it was recommended to set
DB to 3,30 or 300 depending on capacity. (and some wanted twice this
amount to allow for compaction, so 6,60,600)

-- 
May the most significant bit of your life be positive.
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux