A naive ceph user asks: I have 3 node cluster configured with 72 bluestore OSDs running on Ubuntu 20.01, Ceph Octopus 15.2.4 The cluster is configured via ceph-ansible stable-5.0. No configuration changes have been made outside of what is generated by ceph-ansible. I expected "ceph config dump" to show the entire configuration: # ceph config dump WHO MASK LEVEL OPTION VALUE RO # echo $? 0 Is my expectation wrong or is something broken ? If I set a value via ceph then it is reflected in the "ceph config dump" output # ceph config set osd osd_memory_target 2147483648 # ceph config dump WHO MASK LEVEL OPTION VALUE RO osd basic osd_memory_target 2147483648 If my expectation is wrong then how does one view the configuration defaults and all ? Thanks, -- Dave Baukus _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx