diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-13 16:13:52 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-13 16:13:52 -0800 |
| commit | 881f05f5a002818589af25ed0c479dbcbf65becc (patch) | |
| tree | 1b3cd48eafd3f83f3a921c4e8d59e55856f5f731 /weed/shell/command_volume_move.go | |
| parent | ef76365ec211e1af5b8085a2496c8d9941316e9e (diff) | |
| download | seaweedfs-881f05f5a002818589af25ed0c479dbcbf65becc.tar.xz seaweedfs-881f05f5a002818589af25ed0c479dbcbf65becc.zip | |
adjust help message
Diffstat (limited to 'weed/shell/command_volume_move.go')
| -rw-r--r-- | weed/shell/command_volume_move.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_volume_move.go b/weed/shell/command_volume_move.go index a1b2d8495..84f33db34 100644 --- a/weed/shell/command_volume_move.go +++ b/weed/shell/command_volume_move.go @@ -29,7 +29,7 @@ func (c *commandVolumeMove) Help() string { return `move a live volume from one volume server to another volume server volume.move -source <source volume server host:port> -target <target volume server host:port> -volumeId <volume id> - volume.move -source <source volume server host:port> -target <target volume server host:port> -volumeId <volume id> -disk [ssd|hdd] + volume.move -source <source volume server host:port> -target <target volume server host:port> -volumeId <volume id> -disk [hdd|ssd|<tag>] This command move a live volume from one volume server to another volume server. Here are the steps: @@ -41,7 +41,7 @@ func (c *commandVolumeMove) Help() string { Now the master will mark this volume id as writable. 5. This command asks the source volume server to delete the source volume - The option "-disk [ssd|hdd]" can be used to change the volume disk type. + The option "-disk [hdd|ssd|<tag>]" can be used to change the volume disk type. ` } |
