+ fix resources.pm replications.pm emc unisphere restapi
This commit is contained in:
parent
e113338060
commit
3776139cb8
|
@ -51,6 +51,6 @@ $replication_status = {
|
|||
103 => 'consistent',
|
||||
104 => 'syncing',
|
||||
105 => 'inconsistent'
|
||||
}
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
@ -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} },
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue