Suggestion: can we look at normalizing custom cluster names as well for
RHEL-like systems?

/etc/init.d/ceph: how do you pass --cluster myname at system startup?
systemd service file uses EnvironmentFile.

What about
. /etc/sysconfig/ceph #near the top

and /etc/sysconfig/ceph contains
cluster=myname

For ceph-radosgw even this does not work.
You need
export CEPH_CONF=/etc/ceph/myname.conf

as well.

Anthony
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to