mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
update du example
parent
adfc4041db
commit
52ed46546c
|
@ -42,9 +42,8 @@ Type: "help <command>" for help on <command>
|
|||
For example:
|
||||
```
|
||||
$ weed shell
|
||||
> fs.du http://localhost:8888/some/
|
||||
block: 4 byte: 4012896 /some/path
|
||||
block: 5 byte: 4700786 /some
|
||||
> fs.du /objects
|
||||
block:2715 byte: 31895432 /objects
|
||||
```
|
||||
|
||||
Another example: sometimes one of your volume server may go down, and a new volume server is added. Here is the command you can run to fix volumes that are under replicated:
|
||||
|
|
Loading…
Reference in a new issue