diff --git a/storage/hp/eva/cli/plugin.pm b/storage/hp/eva/cli/plugin.pm index e9d80b572..d076e3b6f 100644 --- a/storage/hp/eva/cli/plugin.pm +++ b/storage/hp/eva/cli/plugin.pm @@ -31,9 +31,9 @@ sub new { $self->{version} = '0.1'; %{$self->{modes}} = ( - 'hardware' => 'storage::hp::eva::cli::mode::hardware', - 'storage-usage' => 'storage::hp::eva::cli::mode::storageusage', - ); + 'hardware' => 'storage::hp::eva::cli::mode::hardware', + 'storage-usage' => 'storage::hp::eva::cli::mode::storageusage', + ); $self->{custom_modes}{api} = 'storage::hp::eva::cli::custom::api'; return $self; diff --git a/storage/hp/lefthand/snmp/plugin.pm b/storage/hp/lefthand/snmp/plugin.pm index 320377c3b..194cc3572 100644 --- a/storage/hp/lefthand/snmp/plugin.pm +++ b/storage/hp/lefthand/snmp/plugin.pm @@ -31,9 +31,9 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( - 'hardware' => 'storage::hp::lefthand::snmp::mode::hardware', - 'volume-usage' => 'storage::hp::lefthand::snmp::mode::volumeusage', - ); + 'hardware' => 'storage::hp::lefthand::snmp::mode::hardware', + 'volume-usage' => 'storage::hp::lefthand::snmp::mode::volumeusage', + ); return $self; } diff --git a/storage/hp/msl/snmp/plugin.pm b/storage/hp/msl/snmp/plugin.pm index 7e383b362..0c950fb43 100644 --- a/storage/hp/msl/snmp/plugin.pm +++ b/storage/hp/msl/snmp/plugin.pm @@ -31,8 +31,8 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( - 'hardware' => 'storage::hp::msl::snmp::mode::hardware', - ); + 'hardware' => 'storage::hp::msl::snmp::mode::hardware', + ); return $self; } diff --git a/storage/hp/p2000/xmlapi/plugin.pm b/storage/hp/p2000/xmlapi/plugin.pm index 37ff01a17..095a8c69e 100644 --- a/storage/hp/p2000/xmlapi/plugin.pm +++ b/storage/hp/p2000/xmlapi/plugin.pm @@ -32,10 +32,10 @@ sub new { $self->{version} = '0.1'; %{$self->{modes}} = ( - 'health' => 'storage::hp::p2000::xmlapi::mode::health', - 'list-volumes' => 'storage::hp::p2000::xmlapi::mode::listvolumes', - 'volume-stats' => 'storage::hp::p2000::xmlapi::mode::volumesstats', - ); + 'health' => 'storage::hp::p2000::xmlapi::mode::health', + 'list-volumes' => 'storage::hp::p2000::xmlapi::mode::listvolumes', + 'volume-stats' => 'storage::hp::p2000::xmlapi::mode::volumesstats', + ); $self->{custom_modes}{p2000xml} = 'storage::hp::p2000::xmlapi::custom'; return $self; diff --git a/storage/kaminario/restapi/plugin.pm b/storage/kaminario/restapi/plugin.pm index 9c1aefd55..72744a4fd 100644 --- a/storage/kaminario/restapi/plugin.pm +++ b/storage/kaminario/restapi/plugin.pm @@ -31,9 +31,9 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( - 'system-usage' => 'storage::kaminario::restapi::mode::systemusage', - 'volume-usage' => 'storage::kaminario::restapi::mode::volumeusage', - ); + 'system-usage' => 'storage::kaminario::restapi::mode::systemusage', + 'volume-usage' => 'storage::kaminario::restapi::mode::volumeusage', + ); $self->{custom_modes}{api} = 'storage::kaminario::restapi::custom::api'; return $self;