we have to that here, so the properties/options are correctly configured when using that feature on the cli
Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- PVE/CLI/qm.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PVE/CLI/qm.pm b/PVE/CLI/qm.pm index b17b4fe2..82240ba3 100755 --- a/PVE/CLI/qm.pm +++ b/PVE/CLI/qm.pm @@ -37,6 +37,12 @@ use PVE::QemuServer::Monitor qw(mon_cmd); use PVE::QemuServer::OVF; use PVE::QemuServer; +use PVE::Profiles::Plugin; +use PVE::Profiles::VM; + +PVE::Profiles::VM->register(); +PVE::Profiles::Plugin->init(); + use PVE::CLIHandler; use base qw(PVE::CLIHandler); -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel