]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
create.py: use rcceph instead of service on SUSE 103/head
authorDavid Disseldorp <ddiss@suse.de>
Fri, 11 Oct 2013 11:26:13 +0000 (13:26 +0200)
committerDavid Disseldorp <ddiss@suse.de>
Fri, 11 Oct 2013 12:15:23 +0000 (14:15 +0200)
commit00daa60911b3f47f17ba16d4473965195921abc6
tree3a2a0bfaa4b7c4e3c13a1a9a22ad75a93898e9c7
parent124cbf4bf2760c96c9f455db015094e511199d5f
create.py: use rcceph instead of service on SUSE

Attempting to start a monitor node with the command:
/sbin/service ceph -c /etc/ceph/X.conf start mon.Y
currently fails on SUSE based systems.

The failure is caused by the service binary's attempt to parse the
-c argument as its own.
Call the ceph init script directly instead to avoid this.

Signed-off-by: David Disseldorp <ddiss@suse.de>
ceph_deploy/hosts/suse/mon/create.py