We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf7453 commit 664e8e2Copy full SHA for 664e8e2
modules/host_storage_info.pm
@@ -95,14 +95,6 @@ sub host_storage_info
95
$true_sub_sel = 0;
96
}
97
98
- if (!defined($subselect))
99
- {
100
- # This means no given subselect. So all checks must be performemed
101
- # Therefore with all set no threshold check can be performed
102
- $subselect = "all";
103
- $true_sub_sel = 0;
104
- }
105
-
106
$storage = Vim::get_view(mo_ref => $host_view->configManager->storageSystem, properties => ['storageDeviceInfo']);
107
108
if (($subselect eq "adapter") || ($subselect eq "all"))
0 commit comments