Signed-off-by: Alfredo Deza <alfredo@deza.pe>
'start',
'mon.{hostname}'.format(hostname=hostname)
],
+ patch=False,
)
'cluster={cluster}'.format(cluster=args.cluster),
'id={hostname}'.format(hostname=hostname),
],
+ patch=False,
)
elif distro.init == 'sysvinit': # Debian uses sysvinit
'start',
'mon.{hostname}'.format(hostname=hostname)
],
+ patch=False,
)
else:
raise RuntimeError('create cannot use init %s' % distro.init)
'start',
'mon.{hostname}'.format(hostname=hostname)
],
+ patch=False,
)
'start',
'mon.{hostname}'.format(hostname=hostname)
],
+ patch=False,
)