chdir = ""
pid file = $name.pid
auth supported = cephx
- admin socket = {testdir}/asok.$name
filestore xattr use omap = true
rgw cache enabled = true
rgw enable ops log = true
rgw enable usage log = true
- log dir = /var/log/ceph/ceph.$name.$pid.log
\ No newline at end of file
+ log dir = /var/log/ceph/ceph-$name.$pid.log
+ admin socket = /var/run/ceph/ceph-$name.$pid.asok
testdir = teuthology.get_testdir(ctx)
log.debug('Running admin socket tests on %s', client)
(remote,) = ctx.cluster.only(client).remotes.iterkeys()
- socket_path = '{tdir}/asok.{name}'.format(tdir=testdir, name=client)
+ socket_path = '/var/run/ceph/ceph-{name}.asok'.format(name=client)
try:
tmp_dir = os.path.join(
keyring_path,
'{tdir}/data'.format(tdir=testdir),
'{tdir}/monmap'.format(tdir=testdir),
- run.Raw('{tdir}/asok.*'.format(tdir=testdir))
],
wait=False,
),
'{tdir}/archive/coverage'.format(tdir=testdir),
'ceph',
'--admin-daemon',
- "%s/asok.osd.%s"%(testdir,str(osdnum),)]
+ "/var/run/ceph/ceph-osd.%s.asok"%(testdir,str(osdnum),)]
args.extend(command)
return remote.run(
args=args,