1
0
mirror of https://github.com/minio/minio.git synced 2025-01-16 01:03:15 -05:00

5 Commits

Author SHA1 Message Date
Harshavardhana
ae654831aa
Add madmin package context support ()
This is to improve responsiveness for all
admin API operations and allowing callers
to cancel any on-going admin operations,
if they happen to be waiting too long.
2020-03-20 15:00:44 -07:00
Ashish Kumar Sinha
c6f86d35d3 Rectify Examples and README.MD () 2019-08-28 10:56:02 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Krishnan Parthasarathi
2bd694dbc8 Add disksUnavailable healStatus const ()
`disksUnavailable` healStatus constant indicates that a given object
needs healing but one or more of disks requiring heal are offline. This
can be used by admin heal API consumers to distinguish between a
successful heal and a no-op since the outdated disks were offline.
2017-03-31 17:55:15 -07:00
Krishnan Parthasarathi
c194b9f5f1 Implement mgmt REST APIs for heal subcommands ()
The heal APIs supported in this change are,
- listing of objects to be healed.
- healing a bucket.
- healing an object.
2017-01-17 10:02:58 -08:00