Skip to content

Commit

Permalink
[doc] update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: saicaca <[email protected]>
  • Loading branch information
saicaca committed Sep 18, 2023
1 parent 0f141bc commit deb32ef
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions tools-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,38 @@ Output:
+------------+-----------+--------+--------+--------+---------+
```

##### status volume

###### status volume snapshot

get the snapshot status

Usage:

```bash
curve bs status volume snapshot --snapshotaddr 127.0.0.1:5550,127.0.0.1:5551,127.0.0.1:5552
```

Output:

```bash
+---------------+-------+
| STATUS | COUNT |
+---------------+-------+
| done | 10 |
+---------------+-------+
| in-progress | 4 |
+---------------+-------+
| deleting | 2 |
+---------------+-------+
| errorDeleting | 0 |
+---------------+-------+
| canceling | 0 |
+---------------+-------+
| error | 0 |
+---------------+-------+
```

#### delete

##### delete peer
Expand Down

0 comments on commit deb32ef

Please sign in to comment.