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 qa/standalone/mon/mon-handle-forward: fix grep path and check return results 2019-01-10 17:18:38 -06:00
mon-osdmap-prune.sh test: Make most tests use default objectstore bluestore 2019-04-10 08:55:04 -07:00
mon-ping.sh
mon-scrub.sh
mon-seesaw.sh qa/suites/rados: replace mon_seesaw.py task with a small bash script 2019-01-03 11:17:31 -06:00
msgr-v2-transition.sh mon/OSDMonitor: add mon_debug_no_require_octopus 2019-04-02 16:19:43 -05:00
osd-crush.sh qa/standalone: make sure an osd is running before create_rbd_pool 2019-03-06 16:27:56 -06:00
osd-df.sh mgr, osd: 'ceph osd df' by pool 2019-06-18 20:29:40 +08:00
osd-erasure-code-profile.sh common/options: change default erasure-code-profile to k=2 m=2 2019-04-19 16:47:57 -05:00
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