[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:
@@ -75,6 +75,7 @@ conf:
|
|||||||
tunables: ${CRUSH_TUNABLES}
|
tunables: ${CRUSH_TUNABLES}
|
||||||
target:
|
target:
|
||||||
osd: 1
|
osd: 1
|
||||||
|
final_osd: 1
|
||||||
pg_per_osd: 100
|
pg_per_osd: 100
|
||||||
default:
|
default:
|
||||||
crush_rule: same_host
|
crush_rule: same_host
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ conf:
|
|||||||
tunables: ${CRUSH_TUNABLES}
|
tunables: ${CRUSH_TUNABLES}
|
||||||
target:
|
target:
|
||||||
osd: ${NUMBER_OF_OSDS}
|
osd: ${NUMBER_OF_OSDS}
|
||||||
|
final_osd: ${NUMBER_OF_OSDS}
|
||||||
pg_per_osd: 100
|
pg_per_osd: 100
|
||||||
storage:
|
storage:
|
||||||
osd:
|
osd:
|
||||||
|
|||||||
Reference in New Issue
Block a user