1
0
mirror of https://github.com/minio/minio.git synced 2025-03-31 01:33:41 -04:00

3 Commits

Author SHA1 Message Date
Frank
0e2cd1a64d Added clear subcommand for control lock ()
Added clear subcommand for control lock with following options:

```
  3. Clear lock named 'bucket/object' (exact match).
    $ minio control lock clear http://localhost:9000/bucket/object

  4. Clear all locks with names that start with 'bucket/prefix' (wildcard match).
    $ minio control lock --recursive clear http://localhost:9000/bucket/prefix

  5. Clear all locks older than 10minutes.
    $ minio control lock --older-than=10m clear http://localhost:9000/

  6. Clear all locks with names that start with 'bucket/a' and that are older than 1hour.
    $ minio control lock --recursive --older-than=1h clear http://localhost:9000/bucket/a
```
2016-10-20 13:15:28 -07:00
Harshavardhana
f22862aa28 heal: Refactor heal command. ()
- return errors for heal operation through rpc replies.
  - implement rotating wheel for healing status.

Fixes 
2016-10-14 19:57:40 -07:00
Harshavardhana
fa8ea41cd9 lock/instrumentation: Cleanup and print in user friendly form. () 2016-10-11 00:50:27 -07:00