diff --git a/storage/emc/unisphere/restapi/mode/components/resources.pm b/storage/emc/unisphere/restapi/mode/components/resources.pm index a282e408d..ba8ffa422 100644 --- a/storage/emc/unisphere/restapi/mode/components/resources.pm +++ b/storage/emc/unisphere/restapi/mode/components/resources.pm @@ -51,6 +51,6 @@ $replication_status = { 103 => 'consistent', 104 => 'syncing', 105 => 'inconsistent' -} +}; 1; diff --git a/storage/emc/unisphere/restapi/mode/replications.pm b/storage/emc/unisphere/restapi/mode/replications.pm index 4a2234531..5d7ca4949 100644 --- a/storage/emc/unisphere/restapi/mode/replications.pm +++ b/storage/emc/unisphere/restapi/mode/replications.pm @@ -110,7 +110,7 @@ sub manage_selection { $self->{replication}->{ $_->{content}->{id} } = { display => $_->{content}->{name}, health_status => $health_status->{ $_->{content}->{health}->{value} }, - repl_status => $replication_status->{ $_->{content}->{syncState} } }, + repl_status => $replication_status->{ $_->{content}->{syncState} }, }; }