mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
testsnaps: LD_PRELOAD needed for librados
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
This commit is contained in:
parent
a2372fce12
commit
85cb29d345
@ -59,7 +59,7 @@ def task(ctx, config):
|
||||
'/bin/sh', '-c',
|
||||
" ".join([
|
||||
'cd', '/tmp/cephtest/data;',
|
||||
'export CEPH_CLIENT_ID={id_}; /tmp/cephtest/binary/usr/local/bin/testsnaps'.format(
|
||||
'export CEPH_CLIENT_ID={id_}; LD_PRELOAD=/tmp/cephtest/binary/usr/local/lib/librados.so.2 /tmp/cephtest/binary/usr/local/bin/testsnaps'.format(
|
||||
id_=id_),
|
||||
str(config.get('ops', '1000')),
|
||||
str(config.get('objects', '25')),
|
||||
|
Loading…
Reference in New Issue
Block a user