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.antre...@proxmox.com> --- PVE/API2/Ceph/Pools.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Ceph/Pools.pm b/PVE/API2/Ceph/Pools.pm index 014e6be7..939a1f8a 100644 --- a/PVE/API2/Ceph/Pools.pm +++ b/PVE/API2/Ceph/Pools.pm @@ -175,7 +175,7 @@ my $ceph_pool_common_options = sub { type => 'integer', default => 128, optional => 1, - minimum => 8, + minimum => 1, maximum => 32768, }, pg_num_min => { -- 2.29.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel