Note that this still doesn't work quite right... perhaps the pass in init
is not systemd?
Signed-off-by: Sage Weil <sage@redhat.com>
],
timeout=7
)
+ elif init == 'systemd':
+ system.enable_service(
+ distro.conn,
+ service='ceph-radosgw@{name}'.format(name=name)
+ )
if distro.is_el:
- system.enable_service(distro.conn, service="ceph-radosgw")
-
+ system.enable_service(distro.conn, service='ceph-radosgw')
def rgw_create(args):
cfg = conf.ceph.load(args)