Skip to content

Commit

Permalink
Merge PR #26489 into master
Browse files Browse the repository at this point in the history
* refs/pull/26489/head:
	qa/standalone/osd/osd-markdown: disable CLI command dups

Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
  • Loading branch information
liewegas committed Feb 20, 2019
2 parents e58d1b4 + c6a7b2c commit dd05d8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qa/standalone/osd/osd-markdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ function markdown_N_impl() {
ceph osd tree
ceph osd tree | grep osd.0 |grep up || return 1
# mark the OSD down.
ceph osd down 0
# override any dup setting in the environment to ensure we do this
# exactly once (modulo messenger failures, at least; we can't *actually*
# provide exactly-once semantics for mon commands).
CEPH_CLI_TEST_DUP_COMMAND=0 ceph osd down 0
sleep $sleeptime
done
}
Expand Down

0 comments on commit dd05d8c

Please sign in to comment.