'--fsid', ident.fsid,
'-c', '/tmp/config',
'--keyring', '/tmp/keyring',
- ] + get_daemon_args(ctx, ident),
+ ] + Ceph.create(ctx, ident).get_daemon_args(),
volume_mounts={
log_dir: '/var/log/ceph:z',
mon_dir: '/var/lib/ceph/mon/ceph-%s:z' % (ident.daemon_id),
'-c', '/dev/null',
'--monmap', '/tmp/monmap',
'--keyring', '/tmp/keyring',
- ] + get_daemon_args(ctx, ident),
+ ] + Ceph.create(ctx, ident).get_daemon_args(),
volume_mounts={
log_dir: '/var/log/ceph:z',
mon_dir: '/var/lib/ceph/mon/ceph-%s:z' % (mon_id),