Re: [pve-devel] [PATCH qemu-server] cloud-init: don't regenerate ssh hosts key on config change when vm is running

2021-01-13 Thread Gilles Pietri
Le 13/01/2021 à 10:01, Alexandre Derumier a écrit : > Currently, we always regenerate sshkeys on any config change. > > It should be done only before the first vm start, but currently can't known > that. > > So, this patch only do it when vm is running. Hi, There is something indeed annoying

[pve-devel] applied-series: [PATCH zfsonlinux/pve-kernel] ZFS 2.0.0 preview

2021-01-13 Thread Thomas Lamprecht
On 02.12.20 20:17, Stoiko Ivanov wrote: > The following patchset is meant as a first rc of our packaging for ZFS 2.0 > > for the greatest part I mirrored the merge request by Antonio Russo over > at salsa.d.o [0], and adapted where needed. > > Another change, which was merged at debian, before

[pve-devel] [PATCH storage] lvm: Fix #3159: Show RAID LVs as storage content

2021-01-13 Thread Dominic Jäger
LVM RAID logical volumes (including mirrors) can be valid disk images, so they should show up in storage content listings (for example pvesm list). Including LV types is safer than excluding, especially because of possible additional types in the future. Co-developed-by: Fabian Grünbichler

Re: [pve-devel] [PATCH qemu-server] cloud-init: don't regenerate ssh hosts key on config change when vm is running

2021-01-13 Thread Mira Limbeck
We could add vendor data and put the ssh keys there: https://cloudinit.readthedocs.io/en/latest/topics/vendordata.html On 1/13/21 10:01 AM, Alexandre Derumier wrote: Currently, we always regenerate sshkeys on any config change. It should be done only before the first vm start, but currently

[pve-devel] [PATCH qemu-server] cloud-init: don't regenerate ssh hosts key on config change when vm is running

2021-01-13 Thread Alexandre Derumier
Currently, we always regenerate sshkeys on any config change. It should be done only before the first vm start, but currently can't known that. So, this patch only do it when vm is running. Signed-off-by: Alexandre Derumier --- PVE/QemuServer/Cloudinit.pm | 2 ++ 1 file changed, 2