HDDS-410. ozone scmcli list is not working properly. Contributed by Hanisha Koneru.
This commit is contained in:
parent
bf8a1750e9
commit
d924ca2e1a
|
@ -58,6 +58,7 @@ public class ContainerInfo implements Comparator<ContainerInfo>,
|
|||
}
|
||||
|
||||
private HddsProtos.LifeCycleState state;
|
||||
@JsonIgnore
|
||||
private PipelineID pipelineID;
|
||||
private ReplicationFactor replicationFactor;
|
||||
private ReplicationType replicationType;
|
||||
|
|
Loading…
Reference in New Issue