[pve-devel] [PATCH storage 11/26] plugin: add vm/ct-vol to 'local' storage default content types
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Jul 29 13:15:24 CEST 2025
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
src/PVE/Storage/Plugin.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/PVE/Storage/Plugin.pm b/src/PVE/Storage/Plugin.pm
index 77bcfc7..98788d1 100644
--- a/src/PVE/Storage/Plugin.pm
+++ b/src/PVE/Storage/Plugin.pm
@@ -565,8 +565,10 @@ sub parse_config {
content => {
backup => 1,
images => 1,
- iso => 1,
+ 'vm-vol' => 1,
rootdir => 1,
+ 'ct-vol' => 1,
+ iso => 1,
snippets => 1,
vztmpl => 1,
},
--
2.47.2
More information about the pve-devel
mailing list