ceph/qa
Loic Dachary 2ec3609569 cli: CEPH_ARGS must be before injectargs
It is incorrect to append the content of CEPH_ARGS to the argument list
when running injectargs. For instance if

  CEPH_ARGS='--log-file the.log' \
    ./ceph tell osd.0 injectargs --no-osd_debug_op_order

translates into

    ./ceph tell osd.0 injectargs --no-osd_debug_op_order \
                                 --log-file the.log

it ends up changing the log file of osd.0 which is probably unintended.
Instead CEPH_ARGS is inserted before injectargs and it translates into:

    ./ceph tell osd.0 --log-file the.log \
                      injectargs --no-osd_debug_op_order

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
2014-10-20 23:03:11 -07:00
..
btrfs
client
fs qa/fs/.gitignore 2013-07-26 21:06:14 -07:00
libceph
mds
mon/bootstrap
qa_scripts librbd: better error when unprotect fails on unprotected snap 2013-12-31 16:26:07 -08:00
rbd
rgw
workunits cli: CEPH_ARGS must be before injectargs 2014-10-20 23:03:11 -07:00
loopall.sh
Makefile qa: move fs test binary into workunits dir so teuthology can build it 2013-07-05 11:16:08 -07:00
run_xfstests_krbd.sh qa: add run_xfstests_krbd.sh wrapper 2014-06-02 19:41:01 +04:00
run_xfstests_qemu.sh qa: cp run_xfstests.sh run_xfstests-obsolete.sh 2014-06-02 19:41:00 +04:00
run_xfstests-obsolete.sh qa: cp run_xfstests.sh run_xfstests-obsolete.sh 2014-06-02 19:41:00 +04:00
run_xfstests.sh qa: catch up with xfstests changes 2014-06-02 19:41:00 +04:00
runallonce.sh
runoncfuse.sh
runonkclient.sh
setup-chroot.sh