diff options
author | Ronen Friedman <rfriedma@redhat.com> | 2025-01-14 10:12:19 +0100 |
---|---|---|
committer | Ronen Friedman <rfriedma@redhat.com> | 2025-01-14 10:15:07 +0100 |
commit | 9821bf8f329a8960b3bb7e15d6958fd87a01e4d8 (patch) | |
tree | 6c0eb27d265f94be874dc8d7a3912a3a5d9453c0 /qa/standalone/scrub/scrub-helpers.sh | |
parent | common: fix md_config_cacher_t (diff) | |
download | ceph-9821bf8f329a8960b3bb7e15d6958fd87a01e4d8.tar.xz ceph-9821bf8f329a8960b3bb7e15d6958fd87a01e4d8.zip |
qa/scrub: change 'bin/ceph' to 'ceph'
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | qa/standalone/scrub/scrub-helpers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/standalone/scrub/scrub-helpers.sh b/qa/standalone/scrub/scrub-helpers.sh index 0b14d6028b6..dd37b643e08 100644 --- a/qa/standalone/scrub/scrub-helpers.sh +++ b/qa/standalone/scrub/scrub-helpers.sh @@ -320,7 +320,7 @@ function build_pg_dicts { # if the infile name is '-', fetch the dump directly from the ceph cluster if [[ $infile == "-" ]]; then - local -r ceph_cmd="bin/ceph pg dump pgs_brief -f=json-pretty" + local -r ceph_cmd="ceph pg dump pgs_brief -f=json-pretty" local -r ceph_cmd_out=$(eval $ceph_cmd) local -r ceph_cmd_rc=$? if [[ $ceph_cmd_rc -ne 0 ]]; then |