mc icon indicating copy to clipboard operation
mc copied to clipboard

Simple | Fast tool to manage MinIO clusters :cloud:

Results 83 mc issues
Sort by recently updated
recently updated
newest added

Rebalance operations: 1. To start a rebalance operation, `mc admin rebalance start ALIAS` 2. To get status of an ongoing rebalance operation, `mc admin rebalance status ALIAS` 3. To stop...

Bump github.com/minio/cli version to fix parsing arguments in some cases

This shows IO stats of MinIO backend disks Depends on https://github.com/minio/madmin-go/pull/111

- When cluster is registered but only one of license and api-key are available in the config, and when `--airgap` is not passed to the command, try to automatically fetch...

``` $ ./mc admin top api --sort-by-rx myminio API RX TX CALLS ERRORS s3.PutObject 76 MiB 27 KiB 84 0 s3.HeadBucket 231 B 942 B 3 0 s3.GetBucketLocation 77 B...

## Expected behavior mirroring from one server to another should take several hours ## Actual behavior The mirroring process takes a lot of days and the progress is very very...

community
triage

`od` mimics the `dd` command in linux terminals. It copies a given local file to a given remote location in a specified number of parts and part sizes, and returns...

requires https://github.com/minio/madmin-go/pull/104 The new format is zip file which contains 'data.zip' which is encrypted; 'data.zip' will content the data from the server backend disks. The code is also backward compatible...

## Expected behavior Error message could be "Policy not found for the user username" ## Actual behavior The current error message is displayed as below: ./mc admin user policy myminio...

community
triage

fix #4088 I suggest deleting this content, because if I pass a file instead of a directory and take the --rewind parameter, it will add a delimiter to cause The...