diff --git a/Anvil/Tools/Cluster.pm b/Anvil/Tools/Cluster.pm index 6f2f7ccc..dc97b877 100644 --- a/Anvil/Tools/Cluster.pm +++ b/Anvil/Tools/Cluster.pm @@ -341,7 +341,9 @@ SELECT FROM scan_lvm_vgs WHERE - scan_lvm_vg_host_uuid = ".$anvil->Database->quote($host_uuid)." + scan_lvm_vg_host_uuid = ".$anvil->Database->quote($host_uuid)." +AND + scan_lvm_vg_name != 'DELETED' ORDER BY scan_lvm_vg_size ASC ;";