[pve-devel] [PATCH docs] local-zfs: use correct man page for vdev infos

2024-01-05 Thread Aaron Lauterer
ZFS did split up their man pages a while ago Signed-off-by: Aaron Lauterer --- local-zfs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-zfs.adoc b/local-zfs.adoc index 63de884..58726a7 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -157,7 +157,7 @@ ZFS RAID L

[pve-devel] [PATCH docs] pvecm: remove node: explain how to deal with the node's pmxcfs directory

2024-01-05 Thread Fiona Ebner
Reported in the community forum: https://forum.proxmox.com/threads/139006/post-621739 Signed-off-by: Fiona Ebner --- pvecm.adoc | 4 1 file changed, 4 insertions(+) diff --git a/pvecm.adoc b/pvecm.adoc index 1f78585..14556c2 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -390,6 +390,10 @@ you

[pve-devel] applied: [PATCH docs] local-zfs: use correct man page for vdev infos

2024-01-05 Thread Fiona Ebner
Am 05.01.24 um 10:16 schrieb Aaron Lauterer: > ZFS did split up their man pages a while ago > > Signed-off-by: Aaron Lauterer applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/p

[pve-devel] applied: [PATCH widget-toolkit] fix #5074: notify: sendmail: smtp: fix mailto/mailto-user parameter deletion

2024-01-05 Thread Fiona Ebner
Am 04.01.24 um 13:38 schrieb Fiona Ebner: > by doing a cbind of isCreate to the top-level widget so that cbind in > the nested widgets for deleteEmpty works. > > In the GUI, when a sendmail/smtp target is edited and either > 'Additional Recipients' or 'Recipients' is completely removed (only > pos

Re: [pve-devel] [PATCH manager v2] ui: qemu: add wwn text field

2024-01-05 Thread Fiona Ebner
Am 15.12.23 um 15:03 schrieb Maximiliano Sandoval: > This is useful to test multipath devices which need a wwn. > > We use 'e.g.' rather than 'Example', otherwise the 18 characters of the > example do not fit in the field. > > Suggested-by: Friedrich Weber > Signed-off-by: Maximiliano Sandoval

[pve-devel] [PATCH v3 ceph 1/2] mgr/dashboard: add backport that allows the dashboard to work again

2024-01-05 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. This patch by itself however does

[pve-devel] [PATCH v3 ceph 2/2] mgr/dashboard: add patch that removes PyOpenSSL-related usages

2024-01-05 Thread Max Carrara
This patch allows the dashboard to work again with TLS enabled; it however disables the possibility to create self-signed certs via the `ceph` CLI. This means that users will have to supply the correct key/cert pair themselves, which are just a few extra steps instead. [0] Users that try to genera

[pve-devel] [PATCH v3 ceph 0/2] Complete Workaround For Ceph Dashboard

2024-01-05 Thread Max Carrara
These two patches allow the Ceph Dashboard to work again as intended. The first patch provides a backport of a pull request [0] which removes the dependency on PyJWT. [1] The second patch removes two usages of functions that use PyOpenSSL, [2] which prevents running into sub-interpreter-related i

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

2024-01-05 Thread Max Carrara
This patch is to be ignored; just sent in a new series: https://lists.proxmox.com/pipermail/pve-devel/2024-January/061242.html ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH ceph] add .gitignore

2024-01-05 Thread Max Carrara
Signed-off-by: Max Carrara --- Note: This is just for convenience and can be ignored if not desired. .gitignore | 5 + 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0..5bec39c9d --- /dev/null +++ b/.git

[pve-devel] applied: [PATCH container] config: Remove duplicate attribute assignment

2024-01-05 Thread Fiona Ebner
Am 03.10.23 um 14:46 schrieb Filip Schauer: > Signed-off-by: Filip Schauer > --- applied, while expanding the commit title/message a little, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listi

Re: [pve-devel] [PATCH manager v2] ui: qemu: add wwn text field

2024-01-05 Thread Maximiliano Sandoval
Fiona Ebner writes: > Is there a user request for this feature or other common use cases? If > it's just for testing multipath, it's a rather niche use case and fine > to be CLI only. Yeah, its mostly for debugging. Probably it is niche enough to not have it in the web UI. -- Maximiliano

Re: [pve-devel] [PATCH v6 qemu-server 4/4] fix #4957: add vendor and product information passthrough for SCSI-Disks

2024-01-05 Thread Fiona Ebner
Am 06.12.23 um 08:47 schrieb Hannes Duerr: > adds vendor and product information for SCSI devices to the json schema > and checks in the VM create/update API call if it is possible to add > these to QEMU as a device option > > Signed-off-by: Hannes Duerr > --- > PVE/API2/Qemu.pm| 38

[pve-devel] partially-applied: [PATCH v6 qemu-server 0/4] fix #4957: add vendor and product information passthrough for SCSI-Disks

2024-01-05 Thread Fiona Ebner
Am 06.12.23 um 08:47 schrieb Hannes Duerr: > > Hannes Duerr (4): > Move path_is_scsi to QemuServer/Drive.pm > Move NEW_DISK_RE to QemuServer/Drive.pm > drive: Create get_scsi_devicetype applied the preparatory patches, thanks! > fix #4957: add vendor and product information passthrough f

Re: [pve-devel] [PATCH pve-network 0/4] evpn controller fix && cleanup

2024-01-05 Thread DERUMIER, Alexandre
Hi, could it be possible to apply this patch serie, I have seen another forum user have bugs with evpn && multuple exit nods. Message initial De: Alexandre Derumier Répondre à: Proxmox VE development discussion À: pve-devel@lists.proxmox.com Objet: [pve-devel] [PATCH pve-netw