minio/docs
Harshavardhana 76b21de0c6
feat: decommission feature for pools (#14012)
```
λ mc admin decommission start alias/ http://minio{1...2}/data{1...4}
```

```
λ mc admin decommission status alias/
┌─────┬─────────────────────────────────┬──────────────────────────────────┬────────┐
│ ID  │ Pools                           │ Capacity                         │ Status │
│ 1st │ http://minio{1...2}/data{1...4} │ 439 GiB (used) / 561 GiB (total) │ Active │
│ 2nd │ http://minio{3...4}/data{1...4} │ 329 GiB (used) / 421 GiB (total) │ Active │
└─────┴─────────────────────────────────┴──────────────────────────────────┴────────┘
```

```
λ mc admin decommission status alias/ http://minio{1...2}/data{1...4}
Progress: ===================> [1GiB/sec] [15%] [4TiB/50TiB]
Time Remaining: 4 hours (started 3 hours ago)
```

```
λ mc admin decommission status alias/ http://minio{1...2}/data{1...4}
ERROR: This pool is not scheduled for decommissioning currently.
```

```
λ mc admin decommission cancel alias/
┌─────┬─────────────────────────────────┬──────────────────────────────────┬──────────┐
│ ID  │ Pools                           │ Capacity                         │ Status   │
│ 1st │ http://minio{1...2}/data{1...4} │ 439 GiB (used) / 561 GiB (total) │ Draining │
└─────┴─────────────────────────────────┴──────────────────────────────────┴──────────┘
```

> NOTE: Canceled decommission will not make the pool active again, since we might have
> Potentially partial duplicate content on the other pools, to avoid this scenario be
> very sure to start decommissioning as a planned activity.

```
λ mc admin decommission cancel alias/ http://minio{1...2}/data{1...4}
┌─────┬─────────────────────────────────┬──────────────────────────────────┬────────────────────┐
│ ID  │ Pools                           │ Capacity                         │ Status             │
│ 1st │ http://minio{1...2}/data{1...4} │ 439 GiB (used) / 561 GiB (total) │ Draining(Canceled) │
└─────┴─────────────────────────────────┴──────────────────────────────────┴────────────────────┘
```
2022-01-10 09:07:49 -08:00
..
bigdata Update hadoop docs to indicate new committers (#8060) 2019-09-30 21:34:06 -07:00
bucket skip inconsistent shards if possible (#13945) 2021-12-21 10:08:26 -08:00
chroot fix: docs remove goreportcard, its deprecated 2020-03-24 14:51:06 -07:00
compression Allow Compression + encryption (#11103) 2021-01-05 20:08:35 -08:00
config Add new site config sub-system intended to replace region (#13672) 2021-11-25 13:06:25 -08:00
debugging fix: audit log to support object names in multipleObjectNames() handler (#14017) 2022-01-03 01:28:52 -08:00
deployment/kernel-tuning fix sysctl.sh quotes which are incompatible with sysctl (#10446) 2020-09-09 17:29:23 -07:00
disk-caching rename MINIO_CACHE_.._MASTER_KEY to MINIO_CACHE_.._SECRET_KEY 2021-12-22 12:11:07 -08:00
distributed feat: decommission feature for pools (#14012) 2022-01-10 09:07:49 -08:00
docker Clarify example for Standalone Docker instructions (#13879) 2021-12-10 09:43:02 -08:00
erasure point all docs for containers to quay.io 2021-09-01 18:48:26 -07:00
extensions/s3zip fix multiple typos in documentation 2021-08-04 14:15:45 -07:00
federation/lookup docs: add deprecation notice for federation 2021-02-04 17:18:37 -08:00
gateway update S3 gateway limitation docs 2021-11-06 23:24:48 -07:00
integrations/veeam docs: fix veeam document formatting 2020-07-18 18:38:12 -07:00
kms remove deprecated warning for 'mc encrypt' 2021-06-25 08:12:40 -07:00
logging fix: kms-id header should have arn:aws:kms: prefix (#13833) 2021-12-06 00:39:32 -08:00
metrics Update minio-overview.json data source panel (#13730) 2021-11-23 09:01:07 -08:00
multi-tenancy feat: distributed setup can start now with default credentials (#12303) 2021-05-17 08:45:22 -07:00
multi-user docs: add missing admin actions (#12442) 2021-06-09 10:37:20 -07:00
orchestration Update yaml files to latest version RELEASE.2022-01-08T03-11-54Z 2022-01-08 05:53:59 +00:00
screenshots feat: Deprecate embedded browser and import console (#12460) 2021-06-17 20:27:04 -07:00
security cleanup security overview guide 2020-07-11 00:34:56 -07:00
select select: Add more compression formats (#13142) 2021-09-06 09:09:53 -07:00
shared-backend fix: use buffers only when necessary for io.Copy() (#11229) 2021-01-06 09:36:55 -08:00
site-replication heal: isObjectDangling should return false when it cannot decide (#14053) 2022-01-07 19:11:54 -08:00
sts update: keycloak binding documentation (#13894) 2021-12-13 18:23:16 -08:00
throttle update docs to mention the expected behavior for requests_max 2021-11-02 14:10:21 -07:00
tls docs: update TLS doc use -keyout instead of -key (#14001) 2021-12-28 12:51:38 -08:00
hotfixes.md Update hotfix documentation and container building 2021-12-02 17:52:46 -08:00
LICENSE purge deprecate docker swarm documentation 2021-05-10 09:50:06 -07:00
minio-limits.md remove object torrent, AWS S3 removed support for torrent API 2021-11-18 12:21:48 -08:00