]> git.proxmox.com Git - pve-manager.git/commit
ceph: set allowed minimal pg_num down to 1
authorAlwin Antreich <a.antreich@proxmox.com>
Tue, 20 Apr 2021 08:15:17 +0000 (10:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Apr 2021 16:20:35 +0000 (18:20 +0200)
commit6b36f3684215450b0cdd1af5a54289593aef2b29
tree7e76669fdf581c3613f96bfff1d2c94d8005a9eb
parent11ce9e1a1d6850f170999be5778572e644e76a0a
ceph: set allowed minimal pg_num down to 1

In Ceph Octopus the device_health_metrics pool is auto-created with 1
PG. Since Ceph has the ability to split/merge PGs, hitting the wrong PG
count is now less of an issue anyhow.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Ceph/Pools.pm