[pve-devel] applied: [PATCH manager] ui: manual backup: unescape notes template on load

2022-06-28 Thread Thomas Lamprecht
On 27/06/2022 14:42, Fabian Ebner wrote: > It's escaped in the API result and will be re-escaped upon submit, > leading to confusion as reported in the community forum: > https://forum.proxmox.com/threads/110747/post-480507 > > Fixes: 2a1f46ed ("ui: manual backup: also set notes-template default")

[pve-devel] applied: Re: [PATCH docs] ceph ec: fix typos and reword some sections

2022-06-28 Thread Thomas Lamprecht
On 27/06/2022 15:16, Aaron Lauterer wrote: > Signed-off-by: Aaron Lauterer > --- > pveceph.adoc | 13 ++--- > 1 file changed, 6 insertions(+), 7 deletions(-) > > applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com https:/

Re: [pve-devel] [PATCH V2 manager 2/3] cleanup: "var" to "let", fix some indentation in related files

2022-06-28 Thread Thomas Lamprecht
On 28/06/2022 12:54, Fabian Ebner wrote: > Am 22.06.22 um 16:39 schrieb Stefan Hrdlicka: >> replace all "var" with "let" in files related to patch for ticket 2822 >> >> Signed-off-by: Stefan Hrdlicka > > While this patch can be fine, I think the next one is a bit too big ;) > It might introduce s

Re: [pve-devel] [PATCH http/common/manager/wt/proxmox-backup/pmg] Tasklog download button

2022-06-28 Thread Daniel Tschlatscher
ping (And now that I see it, the patches should actually count up to 7, they are not in fact 1/1 standalone patches) On 4/26/22 14:35, Daniel Tschlatscher wrote: > This patch series' aim is to add a download button in the tasklog- > viewer GUI so that users may access all parts of the tasklog mor

Re: [pve-devel] [PATCH V2 manager 2/3] cleanup: "var" to "let", fix some indentation in related files

2022-06-28 Thread Fabian Ebner
Am 22.06.22 um 16:39 schrieb Stefan Hrdlicka: > replace all "var" with "let" in files related to patch for ticket 2822 > > Signed-off-by: Stefan Hrdlicka While this patch can be fine, I think the next one is a bit too big ;) It might introduce subtle bugs (since we might be relying on the semant

Re: [pve-devel] [PATCH V2 manager 1/3] fix #2822: add iscsi, lvm, lvmthin & zfs storage for all cluster nodes

2022-06-28 Thread Fabian Ebner
Am 22.06.22 um 16:39 schrieb Stefan Hrdlicka: > This adds a dropdown box for iSCSI, LVM, LVMThin & ZFS storage options where a > cluster node needs to be chosen. As default the current node is > selected. It restricts the the storage to be only availabe on the > selected node. I don't think we sho