Adds updates for mc RELEASE.2024-02-24T01-33-20Z
- New `mc put` command
- New `mc get` command
- New `--expire-all-object-versions` flag for the `mc ilm rule add`
command
- Adds info to the expiration of objects in versioned buckets on the
Object Lifecycle Management page
Closes #1140
Adds updates for mc release RELEASE.2024-01-28T16-23-14Z
- adds --skip-errors flag to mc mirror
- updates the mc admin service commands
Closes #1120
2.2 KiB
mc admin service
minio
Table of Contents
mc admin service
Description
The mc admin service command can restart or unfreeze
MinIO servers.
mc admin service
affects all MinIO servers in the target deployment at the same
time. The command interrupts in-progress API operations on the MinIO
deployment. Use caution when issuing this command to a deployment.
Use mc admin on MinIO Deployments Only
Examples
Restart MinIO Servers in Target Deployment
mc admin service restart myminio
Resume S3 Calls on a Target Deployment
mc admin service unfreeze myminio
Syntax
mc admin service
has the following syntax:
mc admin service COMMAND [ARGUMENTS]
mc admin service
supports the following commands:
restart
Restarts MinIO servers. If needed, the command may suggest restarting the node based on the status.
mc admin service restart has the following
syntax:
mc admin service restart ALIAS
Specify the alias <mc alias> of a configured MinIO
deployment. ~mc admin service restart restarts all
MinIO servers in the deployment.
unfreeze
Restart S3 API calls on a MinIO cluster.
mc admin service unfreeze has the following
syntax:
mc admin service unfreeze ALIAS
Specify the alias <mc alias> of a configured MinIO
deployment.