oms4suse / python-ceph-cfg

Simple API to help deploying ceph.
Other
7 stars 12 forks source link

mds.py: make defining addr/port for mds_create optional #8

Open hoonetorg opened 8 years ago

hoonetorg commented 8 years ago

It would be nice If running the salt ceph.create_mds module works without defining addr and port of mds. Also creating the environment file /var/lib/ceph/mds/systemd/ with bind addr/port and ceph cluster name could be optional then. Defining a port isn't that easy, because I need them in the dynamic range (6800-7200) of the osd's and defining a port there is hard (probably it's already used). On el7 this file is ignored currently, that's why it works for me. I'm not sure about SLES.

hoonetorg commented 8 years ago

I'm not sure if sesceph ceph.mds_create must be touched for that?