Can you take a look at wip-keyrings? - generic config variable substitution, letting you put $any_config_var in any other config var (as opposed to the handful of magic metavariables supported now). unit tests to go with it. - new 'mds data' and 'rgw data' config options, with defaults to /var/lib/ceph/mds or radosgw/$cluster-$id - default keyring locations for osd, mds, rgw are $whatever_data/keyring Right now these daemons don't have much in the way of local files except their keyrings, but eventaully may have more. Maybe rgw socket location could default to that directory. Maybe the MDS could stick something else there.. who knows. Anyway, this should get us closer to avoiding the need for any keyring definitions in the configs, without breaking existing config files that *do* specify those locations. sage -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html