[pve-devel] [PATCH guest-common 2/3] abstract config: add missing JSONSchema import
Fiona Ebner
f.ebner at proxmox.com
Fri Sep 19 18:16:35 CEST 2025
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
src/PVE/AbstractConfig.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/AbstractConfig.pm b/src/PVE/AbstractConfig.pm
index 7a4abbd..d403021 100644
--- a/src/PVE/AbstractConfig.pm
+++ b/src/PVE/AbstractConfig.pm
@@ -5,6 +5,7 @@ use warnings;
use PVE::Cluster;
use PVE::INotify;
+use PVE::JSONSchema;
use PVE::Storage;
use PVE::Tools qw(lock_file lock_file_full);
--
2.47.3
More information about the pve-devel
mailing list