ceph/qa/workunits/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
..
auth_caps.sh
caps.py Merge pull request #32222 from toabctl/qa-flake8-py3 2019-12-24 10:47:07 +08:00
caps.sh
config.sh common/TextTable: default to 2 spaces separating columns 2020-02-23 15:46:30 -06:00
crush_ops.sh
osd.sh
pg_autoscaler.sh mgr/pg_autoscaler: add warning when target bytes and ratio are both set 2020-02-10 10:08:36 +08:00
ping.py Merge pull request #32222 from toabctl/qa-flake8-py3 2019-12-24 10:47:07 +08:00
pool_ops.sh mon/OSDMonitor: add flag --yes-i-really-mean-it for setting pool size 1 2020-03-09 23:27:36 +05:30
rbd_snaps_ops.sh
test_config_key_caps.sh
test_mon_config_key.py qa/workunits: python -> python3 throughout 2019-12-19 12:38:47 -06:00
test_mon_osdmap_prune.sh