From 2abc96b39c17c6769dd89ee7057f7627662f2c62 Mon Sep 17 00:00:00 2001 From: Tiago Sousa Date: Sat, 13 Sep 2025 18:59:28 +0100 Subject: [PATCH] monitor extend queue file --- src/PVE/Cluster.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVE/Cluster.pm b/src/PVE/Cluster.pm index e829687..233ba69 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, + 'extend-queue' => 1, }; sub prepare_observed_file_basedirs {