diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-16 23:54:39 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-16 23:54:39 -0700 |
| commit | 3fc261d27c90fc06c1d555dd998d7535b844a746 (patch) | |
| tree | b17d0f9af6a7e8812e40d2e4aae3f3afaef373b3 /weed/shell/command_fs_configure.go | |
| parent | 06748f27714d51235ec8c9b41f91eb6f0545130e (diff) | |
| parent | 5d87ad72d8ee90146d2f6b619d54c6ac0ba4b868 (diff) | |
| download | seaweedfs-3fc261d27c90fc06c1d555dd998d7535b844a746.tar.xz seaweedfs-3fc261d27c90fc06c1d555dd998d7535b844a746.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to 'weed/shell/command_fs_configure.go')
| -rw-r--r-- | weed/shell/command_fs_configure.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_fs_configure.go b/weed/shell/command_fs_configure.go index 1bf42b9ab..60edb79c2 100644 --- a/weed/shell/command_fs_configure.go +++ b/weed/shell/command_fs_configure.go @@ -98,7 +98,7 @@ func (c *commandFsConfigure) Do(args []string, commandEnv *CommandEnv, writer io return fmt.Errorf("parse replication %s: %v", *replication, err) } if *volumeGrowthCount%rp.GetCopyCount() != 0 { - return fmt.Errorf("volumeGrowthCount %d should be devided by replication copy count %d", *volumeGrowthCount, rp.GetCopyCount()) + return fmt.Errorf("volumeGrowthCount %d should be divided by replication copy count %d", *volumeGrowthCount, rp.GetCopyCount()) } } |
