12 Jan
2023
12 Jan
'23
10:11 a.m.
Hi, On 12/01/2023 10.26, Robert Sander wrote:
Is it this line?
bluestore(/var/lib/ceph/osd/ceph-0) _open_super_meta min_alloc_size 0x1000
That seems to be it: https://github.com/ceph/ceph/blob/v15.2.17/src/os/bluestore/BlueStore.cc#L11... A few lines later it should state the same, but with function name "_set_alloc_sizes": https://github.com/ceph/ceph/blob/v15.2.17/src/os/bluestore/BlueStore.cc#L52..., althoug "dout(10)" probably means it only outputs this in a higher debug level. Best regards, Gerdriaan Mulder