Retrieving Status of Storage Pools
Describes the CLI command to retrieve the status of Storage Pools.
You can use the maprcli dump
balancerinfo
command to view detailed information about the Storage Pools
on a cluster.
Example:
# maprcli dump balancerinfo
usedMB fsid spid percentage outTransitMB inTransitMB capacityMB
209 5567847133641152120 01f8625ba1d15db7004e52b9570a8ff3 1 0 0 15200
209 1009596296559861611 816709672a690c96004e52b95f09b58d 1 0 0 15200
If there are any active container moves when you run the command,
maprcli dump
balancerinfo
returns information about the source and destination storage
pools:# maprcli dump balancerinfo -json
....
{
"containerid":7840,
"sizeMB":15634,
"From fsid":8081858704500413174,
"From IP:Port":"10.50.60.64:5660-",
"From SP":"9e649bf0ac6fb9f7004fa19d200abcde",
"To fsid":3770844641152008527,
"To IP:Port":"10.50.60.73:5660-",
"To SP":"fefcc342475f0286004fad963f0fghij"
}