From 52ed46546c890ff70dc3d44b162de05227db5d1f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 8 Apr 2020 23:42:41 -0700 Subject: [PATCH] update du example --- weed-shell.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/weed-shell.md b/weed-shell.md index 3bd6cce..4de793c 100644 --- a/weed-shell.md +++ b/weed-shell.md @@ -42,9 +42,8 @@ Type: "help " for help on 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: