Re: [pve-devel] [PATCH ceph] mgr/dashboard: add backport that allows the Dashboard to be used again

2024-01-02 Thread Max Carrara
Disregard this one; forgot to rebase on master. Actual patch is over here: https://lists.proxmox.com/pipermail/pve-devel/2024-January/061198.html ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo

[pve-devel] [PATCH] mgr/dashboard: add backport that allows the Dashboard to be used again

2024-01-02 Thread Max Carrara
After upgrading from PVE 7 to PVE 8, some users noted that the Ceph Dashboard does not work anymore. [0] A user from our community provided a pull request [1] which removes a dependency to `PyJWT` (Python). This commit adds a backport of this PR as a single patch. As stated in the patch itself, th

[pve-devel] [PATCH ceph] mgr/dashboard: add backport that allows the Dashboard to be used again

2024-01-02 Thread Max Carrara
After upgrading from PVE 7 to PVE 8, some users noted that the Ceph Dashboard does not work anymore. [0] A user from our community provided a pull request [1] which removes a dependency to `PyJWT` (Python). This commit adds a backport of this PR as a single patch. As stated in the patch itself, th

Re: [pve-devel] [RFC container 2/4] fix #4474: lxc api: add overrule-shutdown parameter to stop endpoint

2024-01-02 Thread Friedrich Weber
On 01/12/2023 10:57, Friedrich Weber wrote: > On 17/11/2023 14:09, Wolfgang Bumiller wrote: > [...] >>> return PVE::LXC::Config->lock_config($vmid, $lockcmd); >> >> ^ Here we lock first, then fork the worker, then do `vm_stop` with the >> config lock inherited. >> >> This means that creatin