'/tmp/cephtest/binary/usr/local/bin/cosd',
'--mkfs',
'-i', id_,
- '-c', '/tmp/cephtest/ceph.conf'
+ '-c', '/tmp/cephtest/ceph.conf',
],
)
'/tmp/cephtest/binary/usr/local/bin/cosd',
'-f',
'-i', id_,
- '-c', '/tmp/cephtest/ceph.conf'
+ '-c', '/tmp/cephtest/ceph.conf',
],
logger=log.getChild('osd.{id}'.format(id=id_)),
stdin=run.PIPE,
'/tmp/cephtest/binary/usr/local/bin/cmds',
'-f',
'-i', id_,
- '-c', '/tmp/cephtest/ceph.conf'
+ '-c', '/tmp/cephtest/ceph.conf',
],
logger=log.getChild('mds.{id}'.format(id=id_)),
stdin=run.PIPE,