Ulexus / docker-ceph

DEPRECATED: use ceph/ceph-docker instead
http://github.com/ceph/ceph-docker
MIT License
42 stars 11 forks source link

Feature request: It would be cool to manage Ceph configuration through Consul or Etcd #4

Open c4milo opened 10 years ago

Ulexus commented 10 years ago

It would, I agree; particularly since I run this on CoreOS. I suppose we could store some critical values (such as the fsid, perhaps), and the various files (ceph.conf, the admin keyrings, etc), in etcd, then fish them out on start. That would allow us to obviate the /etc/ceph volume.

I'm certainly willing to entertain a PR to that (or similar) effect.