Dan van der Ster
Dan van der Ster
I had to log out and back in to fix after the update: ``` Nov 01 11:00:06 uatx gnome-shell[10087]: extracting: /home/dvanders/.local/share/gnome-shell/extensions/[email protected]/metadata.json Nov 01 11:00:06 uatx gnome-shell[4488]: JS ERROR: Extension [email protected]:...
@arttor Here is a link into Ceph list optimizations: https://tracker.ceph.com/issues/41051 This should give a clue where to look in the Ceph code to see how they optimize list performance.
I'm not sure "data_layout_reformatting" is very clear to the users what it is doing. Maybe instead use "optimize_during_scrub" with options "defrag", "recompress", "all", ... Or perhaps better: a different boolean...
> > I could see no initial compression, e.g. 2024-05-23T12:58:04.863+0000 7fed59ea4700 10 bluestore(/tmp/cbt/mnt/osd-device-2-data) read layout reformatting = both span stat {s=524288 ch=0 a=524288 sc=0 ac=0 sh=0 e=8 f=11} > >...
> `s/memoize/memorize/` ? actually it's not a typo https://en.wikipedia.org/wiki/Memoization
One clarification: actually if the RGW is left to create the pools itself, it does the right thing: https://github.com/ceph/ceph/pull/51497 So another solution here for Rook to stop creating RGW pools...
Copied from #14769 14769 Check the pools created here: https://github.com/ceph/ceph/pull/51497 and flags. default.rgw.buckets.data: bulk default.rgw.buckets.index: pg_autoscale_bias 4 default.rgw.buckets.meta: pg_autoscale_bias 4 other rgw pools don't need special flags. IMHO bulk is...