]> git.proxmox.com Git - pve-manager.git/commitdiff
pve7to8: check storage content in storage health section
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 May 2023 08:18:27 +0000 (10:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 May 2023 08:25:30 +0000 (10:25 +0200)
albeit this is affecting guests too, maybe it would better fit into a
new Virtual Guests section.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/CLI/pve7to8.pm

index 7736ed14ade1028e1d0e5e03eb900ac9052cfcd4..9cbce5cda73124ebca4c53a243cb90347d503c36 100644 (file)
@@ -221,6 +221,8 @@ sub check_storage_health {
            log_skip("storage '$storeid' disabled.");
        }
     }
+
+    check_storage_content();
 }
 
 sub check_cluster_corosync {
@@ -1151,7 +1153,6 @@ sub check_misc {
     check_cifs_credential_location();
     check_custom_pool_roles();
     check_node_and_guest_configurations();
-    check_storage_content();
     check_security_repo();
 }