ceph/qa/standalone/mon
Deepika Upadhyay 21508bd9dd mon/OSDMonitor: add flag --yes-i-really-mean-it for setting pool size 1
Adds option `mon_allow_pool_size_one` which will be disabled by default
to ensure pools are not configured without replicas.
If the user still wants to use pool size 1, they will have to change the
value of `mon_allow_pool_size_one` to true and then have to pass flag
`--yes-i-really-mean-it` to cli command:

Example:
`ceph osd pool test set size 1 --yes-i-really-mean-it`

Fixes: https://tracker.ceph.com/issues/44025
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
2020-03-09 23:27:36 +05:30
..
health-mute.sh mon/OSDMonitor: add flag --yes-i-really-mean-it for setting pool size 1 2020-03-09 23:27:36 +05:30
misc.sh qa: change mon_status calls to quorum_status or tell commands 2019-10-12 12:05:36 -05:00
mkfs.sh
mon-bind.sh qa: change mon_status calls to quorum_status or tell commands 2019-10-12 12:05:36 -05:00
mon-created-time.sh
mon-handle-forward.sh
mon-osdmap-prune.sh
mon-ping.sh
mon-scrub.sh
mon-seesaw.sh
msgr-v2-transition.sh
osd-crush.sh
osd-df.sh
osd-erasure-code-profile.sh
osd-pool-create.sh qa/standalone/mon/osd-create-pool: fix utf-8 grep LANG 2020-01-17 14:19:53 -06:00
osd-pool-df.sh
test_pool_quota.sh