ssh_host_key_generate did not explicitly return in unmanaged plugin, causing the post_create_hook to fail because of an invalid hash reference (cannot use "1" as a HASH ref, "1" was likely being returned implicitly as the scalar value of 'my ($self) = @_;')
Signed-off-by: Oguz Bektas <o.bek...@proxmox.com> --- src/PVE/LXC/Setup/Unmanaged.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVE/LXC/Setup/Unmanaged.pm b/src/PVE/LXC/Setup/Unmanaged.pm index 38e245f..3b9febf 100644 --- a/src/PVE/LXC/Setup/Unmanaged.pm +++ b/src/PVE/LXC/Setup/Unmanaged.pm @@ -51,6 +51,7 @@ sub unified_cgroupv2_support { sub ssh_host_key_types_to_generate { my ($self) = @_; + return; } # hooks -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel