mc admin set info
The mc admin set info command returns information about one erasure set.
Syntax
The command has the following syntax:
mc admin set info [FLAGS] TARGET
Flags
| Flag | Description |
|---|---|
--poolIndex value |
Index of the server pool holding the erasure set. Defaults to 0. |
--setIndex value |
Index of the erasure set within that pool. Defaults to 0. |
--export |
Export command as JSON. |
--import value |
Import command as JSON. |
Global flags
This command supports any of the global flags.
Examples
Get set information.
mc admin set info [alias] --poolIndex 0 --setIndex 0
Display set info from exported JSON file.
mc admin set info --import set-info.json
Behavior
S3 compatibility
This command uses a MinIO AIStor administrative API and does not work against other S3-compatible services.