On 11/19/21 03:13, Lindsay Mathieson wrote:
How does one read/set that from the command line?
ceph config get osd bluestore_fsck_quick_fix_on_mount
# disable
ceph config set osd bluestore_fsck_quick_fix_on_mount false
# enable
ceph config set osd bluestore_fsck_quick_fix_on_mount true
You can ask a daemon directly (double check), i.e.:
ceph daemon osd.0 config get bluestore_fsck_quick_fix_on_mount
NOTE: Do not set to true when upgrading to Pacific from Nautilus or
Octopus! See: https://docs.ceph.com/en/latest/releases/pacific/#pacific
and https://tracker.ceph.com/issues/53062
Gr. Stefan
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx