Skip to content

Commit

Permalink
add doc for clean_recycle
Browse files Browse the repository at this point in the history
Signed-off-by: lng2020 <[email protected]>
  • Loading branch information
lng2020 committed Apr 14, 2023
1 parent a32463c commit f1c7b79
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tools-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ A tool for CurveFS & CurveBs.
- [delete peer](#delete-peer)
- [update](#update)
- [update peer](#update-peer)
- [clean-recycle](#clean-recycle)
- [Comparison of old and new commands](#comparison-of-old-and-new-commands)
- [curve fs](#curve-fs)
- [curve bs](#curve-bs)
Expand Down Expand Up @@ -909,6 +910,26 @@ Output:
+------+------+----------------+-------+--------+---------+--------+-----+---------------------+--------------+---------+-----------------+----------+
```

### clean-recycle

clean the recycle bin

Usage:

```bash
curve bs clean-recycle --recycleprefix=/test --expiredtime=1h
```

Output:

```bash
+---------+--------+
| RESULT | REASON |
+---------+--------+
| success | |
+---------+--------+
```

### status

#### staus etcd
Expand Down

0 comments on commit f1c7b79

Please sign in to comment.