Merge pull request #24 from ClusterLabs/storage-groups-testing

* Finished fixing automatic building of Storage Groups on systems whe…
main
Digimer 4 years ago committed by GitHub
commit 9ae6a6b00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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
;";

Loading…
Cancel
Save