[pve-devel] Compression on ZFS rpool

2022-05-04 Thread Maximilian Hill via pve-devel
--- Begin Message --- Hello, first off, I know, compression is off for ZFS rpool by default. https://git.proxmox.com/?p=pve-installer.git;a=blob;f=proxinstall;h=8ae3cc5d7969f8defecfdc44a1720c329be0b256;hb=HEAD#l3100 Line 3100 of proxinstall makes it look, like it's activated by default (if $confi

[pve-devel] Proxmox VE 7.2 released!

2022-05-04 Thread Martin Maurer
Hi all, we're excited to announce the release of Proxmox Virtual Environment 7.2. It's based on Debian 11.3 "Bullseye" but using a newer Linux kernel 5.15.30, QEMU 6.2, LXC 4, Ceph 16.2.7, and OpenZFS 2.1.4 and countless enhancements and bugfixes. Here is a selection of the highlights - Sup

[pve-devel] applied: [PATCH installer] zfs compression - fix wrongly added zle option

2022-05-04 Thread Thomas Lamprecht
Am 5/4/22 um 11:08 schrieb Stoiko Ivanov: > introduced in 38aa09be4794307145a0acf37f66aa7e2fac7e62 the newly added > compression mode lze - does not exist (zle does) > > Signed-off-by: Stoiko Ivanov > --- > quickly tested on a VM by scp'ing the installer script in debug mode. > > > proxinstall

[pve-devel] [PATCH installer] zfs compression - fix wrongly added zle option

2022-05-04 Thread Stoiko Ivanov
introduced in 38aa09be4794307145a0acf37f66aa7e2fac7e62 the newly added compression mode lze - does not exist (zle does) Signed-off-by: Stoiko Ivanov --- quickly tested on a VM by scp'ing the installer script in debug mode. proxinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[pve-devel] [PATCH container] move_volume: call deactivate volume for the old volid in any case

2022-05-04 Thread Dominik Csapak
not only when we want to remove it. Otherwise, if the old volume is mapped (e.g. ceph krbd), we don't unmap it when we're finished. We have to save if we deactivated successfully before attempting to remove it. If it was not removed (either because we could not deactivate, or the remove failed), w

[pve-devel] [PATCH v3 manager] vzdump: verify parameters: properly verify notes-template

2022-05-04 Thread Fabian Ebner
instead of just checking for a newline, do a full check already. Also do the check at the beginning of generate_notes() for consistency and remove the check after expansion to avoid failing late for things like '{{cl{{node}}er}}' (which can even expand to a valid variable making the error even mor

pve-devel@lists.proxmox.com

2022-05-04 Thread Markus Frank
Info because I forgot to write 2/3 and 3/3: These 4 patches belong together. 1: [PATCH qemu-server 1/3] tests: replaced somemachine&someothermachine with q35&pc 2: [PATCH qemu-server] fix #3784: Parameter for guest vIOMMU & machine as property-string 3: [PATCH qemu-server] added test-cases for ne