osds = ctx.cluster.only(teuthology.is_type('osd'))
TEUTHDIR = teuthology.get_testdir(ctx)
- DATADIR = os.path.join(TEUTHDIR, "data")
+ DATADIR = os.path.join(TEUTHDIR, "ceph.data")
DATALINECOUNT = 10000
ERRORS = 0
NUM_OBJECTS = config.get('objects', 10)
id=self.client_id, remote=self.client_remote, mnt=self.mountpoint))
keyring = self.get_keyring_path()
- secret = '{tdir}/data/client.{id}.secret'.format(tdir=self.test_dir, id=self.client_id)
+ secret = '{tdir}/ceph.data/client.{id}.secret'.format(tdir=self.test_dir, id=self.client_id)
self.write_secret_file(self.client_remote, 'client.{id}'.format(id=self.client_id),
keyring, secret)
lines = mds_sessions.split("\n")
epoch_barrier = int(lines[2].split()[1].strip('"'))
- return epoch, epoch_barrier
\ No newline at end of file
+ return epoch, epoch_barrier
testdir = teuthology.get_testdir(ctx)
- dir = '%s/data/test.%s' % (testdir, client)
+ dir = '%s/ceph.data/test.%s' % (testdir, client)
seed = str(int(random.uniform(1,100)))