]> git.proxmox.com Git - pve-manager.git/commit
ui: ceph/Pools: defuse min_size warning
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 7 Jun 2021 10:31:58 +0000 (12:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Jun 2021 15:18:02 +0000 (17:18 +0200)
commit7748b41fa19819de936f4d6f5be529aae9fb7f42
treeefe3089cd601396fa707b328f066154f270c0ed7
parent0b6a283801c77e6495e807edc002923ada3176cb
ui: ceph/Pools: defuse min_size warning

we should not warn for ceph's built-in default value for min_size as
having the min_size half of the size (rounded up) is ok and even the
default for ceph

Since there seems to be no 'quorum based' pg inconsistency recovery[0],
only a copy from the authoritative osd, there is nothing wrong
with setting that.

0: https://docs.ceph.com/en/latest/rados/operations/pg-repair/

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/Pool.js