[Ceph] Add final_osd value to test deployment scripts
The ceph-rbd-pool job is being changed to use the "final_osd" target instead of the "osd" target to determine if more OSDs than expected are running. The deployment test scripts therefore must be updated to include this value. Change-Id: I63e4a0b3ba58d5ee79cda75bd9e9650d5a49aff5
This commit is contained in:
parent
7ae7c06f86
commit
5f645609c8
@ -75,6 +75,7 @@ conf:
|
||||
tunables: ${CRUSH_TUNABLES}
|
||||
target:
|
||||
osd: 1
|
||||
final_osd: 1
|
||||
pg_per_osd: 100
|
||||
default:
|
||||
crush_rule: same_host
|
||||
|
@ -53,6 +53,7 @@ conf:
|
||||
tunables: ${CRUSH_TUNABLES}
|
||||
target:
|
||||
osd: ${NUMBER_OF_OSDS}
|
||||
final_osd: ${NUMBER_OF_OSDS}
|
||||
pg_per_osd: 100
|
||||
storage:
|
||||
osd:
|
||||
|
Loading…
Reference in New Issue
Block a user