Signed-off-by: Mira Limbeck <[email protected]>
---
 src/PVE/Cluster.pm  | 1 +
 src/pmxcfs/status.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/PVE/Cluster.pm b/src/PVE/Cluster.pm
index e829687..1357f4f 100644
--- a/src/PVE/Cluster.pm
+++ b/src/PVE/Cluster.pm
@@ -87,6 +87,7 @@ my $observed = {
     'mapping/directory.cfg' => 1,
     'mapping/pci.cfg' => 1,
     'mapping/usb.cfg' => 1,
+    'mapping/storage.cfg' => 1,
 };
 
 sub prepare_observed_file_basedirs {
diff --git a/src/pmxcfs/status.c b/src/pmxcfs/status.c
index 130f08f..116bb71 100644
--- a/src/pmxcfs/status.c
+++ b/src/pmxcfs/status.c
@@ -117,6 +117,7 @@ static memdb_change_t memdb_change_array[] = {
     {.path = "mapping/directory.cfg"},
     {.path = "mapping/pci.cfg"},
     {.path = "mapping/usb.cfg"},
+    {.path = "mapping/storage.cfg"},
 };
 
 static GMutex mutex;
-- 
2.39.5


_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to