[pve-devel] [PATCH pve-firewall] allow non zero ip address host bits

2022-10-25 Thread Stefan Hrdlicka
They can already be set directly via the cluster.fw file. Net::IP is just a bit more picky with what it allows: For example: error: 192.168.1.155/24 correct: 192.168.1.0/24 also improves #3554 Signed-off-by: Stefan Hrdlicka --- src/PVE/Firewall.pm | 8 1 file changed, 8 insertion

[pve-devel] [PATCH docs] updated copyright to current year

2022-10-25 Thread Noel Ullreich
Updated the copyright in `pve-copyright.adoc` which is used to generate the man pages. Pervious version was from 2019 Signed-off-by: Noel Ullreich --- pve-copyright.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-copyright.adoc b/pve-copyright.adoc index 44d4039..bb

Re: [pve-devel] [PATCH common/storage/proxmxo-backup v3] improve file-restore timeout behaviour

2022-10-25 Thread Dominik Csapak
ping, the proxmox-backup patch was applied, but the common/storage ones were not. without them it won't work should we bump file-restore ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH manager v4 1/2] api: ceph: add applications of each pool to the lspools endpoint

2022-10-25 Thread Aaron Lauterer
works well and now also hides the ceph fs pools, further reducing the chances to build weird constellations :) for the series: Tested-By: Aaron Lauterer On 10/25/22 10:10, Stefan Sterz wrote: since ceph luminous (ceph 12) pools need to be associated with at least one applicaton. expose this

[pve-devel] [PATCH manager v4 1/2] api: ceph: add applications of each pool to the lspools endpoint

2022-10-25 Thread Stefan Sterz
since ceph luminous (ceph 12) pools need to be associated with at least one applicaton. expose this information here too so that clients of this endpoint can use it. Signed-off-by: Stefan Sterz --- v3: add an api viewer entry for the applications object. v4: re-use the 'osd dump' command's result

[pve-devel] [PATCH manager v4 2/2] ui: only allow rbd pools to be added as rbd storage

2022-10-25 Thread Stefan Sterz
previously the ui would allow adding all pools (even the default ceph-mon pools) as storage. this could lead to issues when users did use these pools as storage (e.g.: vms missing their disks after a migration). hence, restrict the pool selector to rbd pools. fails gracefully by reverting to the p