Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa/standalone/osd/osd-backfill-stats.sh: get_latest_osdmap to propagate map change #34047

Merged
merged 1 commit into from
Mar 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions qa/standalone/osd/osd-backfill-stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ function TEST_backfill_out2() {
sleep 2
primary=$(get_primary $poolname obj1)
ceph osd unset nobackfill
ceph tell osd.$primary get_latest_osdmap
ceph tell osd.$primary debug kick_recovery_wq 0
sleep 2

Expand Down Expand Up @@ -410,6 +411,7 @@ function TEST_backfill_sizeup4_allout() {
sleep 2
primary=$(get_primary $poolname obj1)
ceph osd unset nobackfill
ceph tell osd.$primary get_latest_osdmap
ceph tell osd.$primary debug kick_recovery_wq 0
sleep 2

Expand Down Expand Up @@ -474,6 +476,7 @@ function TEST_backfill_remapped() {
primary=$(get_primary $poolname obj1)

ceph osd unset nobackfill
ceph tell osd.$primary get_latest_osdmap
ceph tell osd.$primary debug kick_recovery_wq 0

sleep 2
Expand Down Expand Up @@ -534,6 +537,7 @@ function TEST_backfill_ec_all_out() {
sleep 2
primary=$(get_primary $poolname obj1)
ceph osd unset nobackfill
ceph tell osd.$primary get_latest_osdmap
ceph tell osd.$primary debug kick_recovery_wq 0
sleep 2

Expand Down Expand Up @@ -584,6 +588,7 @@ function TEST_backfill_ec_prim_out() {
sleep 2
primary=$(get_primary $poolname obj1)
ceph osd unset nobackfill
ceph tell osd.$primary get_latest_osdmap
ceph tell osd.$primary debug kick_recovery_wq 0
sleep 2

Expand Down Expand Up @@ -642,6 +647,7 @@ function TEST_backfill_ec_down_all_out() {
sleep 2
primary=$(get_primary $poolname obj1)
ceph osd unset nobackfill
ceph tell osd.$primary get_latest_osdmap
ceph tell osd.$primary debug kick_recovery_wq 0
sleep 2
flush_pg_stats
Expand Down Expand Up @@ -726,6 +732,7 @@ function TEST_backfill_ec_down_out() {
sleep 2
primary=$(get_primary $poolname obj1)
ceph osd unset nobackfill
ceph tell osd.$primary get_latest_osdmap
ceph tell osd.$primary debug kick_recovery_wq 0
sleep 2

Expand Down