1
0
mirror of https://github.com/minio/minio.git synced 2025-02-18 09:02:31 -05:00

156 Commits

Author SHA1 Message Date
Harshavardhana
caecd75a2a Deprecate and remove service stop API. ()
Fixes 
2017-01-14 14:48:52 -08:00
Anis Elleuch
f64f8b03cb admin: Enhance locks list json response () 2017-01-13 14:25:34 -08:00
Krishnan Parthasarathi
c8f57133a4 Implement list, clear locks REST API w/ pkg/madmin support ()
* Filter lock info based on bucket, prefix and time since lock was held
* Implement list and clear locks REST API
* madmin: Add list and clear locks API
* locks: Clear locks matching bucket, prefix, relTime.
* Gather lock information across nodes for both list and clear locks admin REST API.
* docs: Add lock API to management APIs
2017-01-03 23:39:22 -08:00
Harshavardhana
f57f773189 admin: Add missing madmin examples and API docs. () 2016-12-20 18:49:48 -08:00
Harshavardhana
1d134c1a94 admin: Fix wrong vendorized location for s3signer and s3utils. 2016-12-20 15:18:37 -08:00
Anis Elleuch
329a910b86 Admin Lib: Implement Service API ()
Three APIs were added to control a minio server

* NewAdminClient()
* ServiceStop()
* ServiceRestart()
* ServiceStatus()
2016-12-20 14:45:17 -08:00