From: Yuri Weinstein Date: Tue, 7 Apr 2020 18:54:41 +0000 (-0700) Subject: Merge pull request #31842 from sseshasa/wip-42662-nautilus X-Git-Tag: v14.2.10~152 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6e19b4cc3a3d91899689d802dc2b9aa8d31a121;p=ceph.git Merge pull request #31842 from sseshasa/wip-42662-nautilus nautilus: osd/OSDMap: Show health warning if a pool is configured with size 1 Reviewed-by: Neha Ojha --- d6e19b4cc3a3d91899689d802dc2b9aa8d31a121 diff --cc PendingReleaseNotes index 46f33bc5da97,56f5a44d2dfc..023d54097777 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@@ -14,9 -14,15 +14,20 @@@ ceph osd pool set pg_autoscale_mode warn +* The behaviour of the ``-o`` argument to the rados tool has been reverted to + its orignal behaviour of indicating an output file. This reverts it to a more + consistent behaviour when compared to other tools. Specifying object size is now + accomplished by using an upper case O ``-O``. + * The format of MDSs in `ceph fs dump` has changed. + + * Ceph will issue a health warning if a RADOS pool's ``size`` is set to 1 + or in other words the pool is configured with no redundancy. This can + be fixed by setting the pool size to the minimum recommended value + with:: + + ceph osd pool set size + + The warning can be silenced with:: + + ceph config set global mon_warn_on_pool_no_redundancy false