[pve-devel] applied: [RFC manager] api: replication: allow users to enumerate accessible replication jobs

2023-12-04 Thread Thomas Lamprecht
Am 01/12/2023 um 14:24 schrieb Lukas Wagner: > Previously, the /cluster/replication API handler would fail completely > with a HTTP 403 if a user does have VM.Audit permissions for > a single VM/CT. That was due to the 'noerr' parameter not set for > $rpcenv->check() > > Signed-off-by: Lukas

[pve-devel] applied: [PATCH manager] ui: iso selector: fix disabling

2023-12-04 Thread Thomas Lamprecht
Am 04/12/2023 um 10:29 schrieb Fiona Ebner: > Otherwise, it's impossible to add no or a physical CD to an existing > VM. > > Reported in the communiy forum: > https://forum.proxmox.com/threads/136960/post-611704 > > Fixes: fc7b556d ("ui: refactor iso-selector out of the cd input panel") >

Re: [pve-devel] [PATCH proxmox-i18n] use xgettext to extract translatable strings

2023-12-04 Thread Alexander Zeidler
>From a brief look at it: I also think it's a good idea to provide more information for translators (where it actually adds value and doesn't just bloat code). > Cons: > - In total 3 translations were marked as fuzzy. Translators will have to > review and mark them as translated again. since

Re: [pve-devel] [RFC manager] api: replication: allow users to enumerate accessible replication jobs

2023-12-04 Thread Fabian Grünbichler
On December 1, 2023 2:24 pm, Lukas Wagner wrote: > Previously, the /cluster/replication API handler would fail completely > with a HTTP 403 if a user does have VM.Audit permissions for > a single VM/CT. That was due to the 'noerr' parameter not set for > $rpcenv->check() > > Signed-off-by: Lukas

[pve-devel] [PATCH zfsonlinux 1/2] update zfs submodule to 2.2.2 and refresh patches

2023-12-04 Thread Stoiko Ivanov
the removed patches were cherry-picks, which are included in 2.2.2 Signed-off-by: Stoiko Ivanov --- ...-move-manpage-arcstat-1-to-arcstat-8.patch | 2 +- ...-guard-access-to-l2arc-MFU-MRU-stats.patch | 2 +- ...uncate_shares-without-etc-exports.d.patch} | 0

[pve-devel] [PATCH zfsonlinux 0/2] update to 2.2.2

2023-12-04 Thread Stoiko Ivanov
Since ZFS 2.2.2 was released last week - and for now there were not regressions noticed with it - updating to 2.2.2 should help everyone to see that our version is not affected by the `dnode_is_dirty` issue anymore. The second patch was already present in my tests for 2.2.1:

[pve-devel] [PATCH zfsonlinux 2/2] d/zfsutils-linux.install: add zfs_prepare_disk and manpage

2023-12-04 Thread Stoiko Ivanov
Signed-off-by: Stoiko Ivanov --- debian/zfsutils-linux.install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/zfsutils-linux.install b/debian/zfsutils-linux.install index e788e27c..2fd7aefe 100644 --- a/debian/zfsutils-linux.install +++ b/debian/zfsutils-linux.install @@ -35,6

[pve-devel] [PATCH manager] ui: iso selector: fix disabling

2023-12-04 Thread Fiona Ebner
Otherwise, it's impossible to add no or a physical CD to an existing VM. Reported in the communiy forum: https://forum.proxmox.com/threads/136960/post-611704 Fixes: fc7b556d ("ui: refactor iso-selector out of the cd input panel") Signed-off-by: Fiona Ebner --- www/manager6/form/IsoSelector.js