mc admin set top

The mc admin set top command lists the erasure sets of a deployment, with an optional filter.

Syntax

The command has the following syntax:

mc admin set top [FLAGS] TARGET

Flags

Flag Description
--export Export command as JSON.
--filter value Filter commands based on available filters.
--count value Limit the number of returned results (default: 0).
--start value Starting index for listing (default: 0).
--import value Import command as JSON.
--sort value Allows for sorting on field names. Only fields of type (int, string and float) can be sorted.
--sort-reversed Reverses the sort order.

Global flags

This command supports any of the global flags.

Examples

Get set list.

mc admin set top [alias]

Export set list.

mc admin set top [alias] --export

Get set list with a filter.

mc admin set top [alias] --filter "PoolIndex = 1"

Get get four sets with a filter, starting at item 2.

mc admin set top [alias] --filter "PoolIndex = 1" --start 2 --count 4

Import set list and apply a filter.

mc admin set top [alias] --import sets.json --filter "PoolIndex = 1"

Apply sorting.

mc admin set top [alias] --sort "PoolIndex" --sort-reversed

Behavior

S3 compatibility

This command uses a MinIO AIStor administrative API and does not work against other S3-compatible services.