diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-19 03:39:19 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-19 03:39:19 -0800 |
| commit | b961cd6208104641c5d7ae41bff3498a48ee3279 (patch) | |
| tree | 1d7e09742f4fa0dcb92b09ecdb9fbdcddde8d6c2 /weed/shell/command_volume_tier_move.go | |
| parent | f465d63b5d3577052243c5c24668d0f40930a923 (diff) | |
| download | seaweedfs-b961cd6208104641c5d7ae41bff3498a48ee3279.tar.xz seaweedfs-b961cd6208104641c5d7ae41bff3498a48ee3279.zip | |
add WIP message
Diffstat (limited to 'weed/shell/command_volume_tier_move.go')
| -rw-r--r-- | weed/shell/command_volume_tier_move.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_volume_tier_move.go b/weed/shell/command_volume_tier_move.go index 3c6c31eac..27c6815d4 100644 --- a/weed/shell/command_volume_tier_move.go +++ b/weed/shell/command_volume_tier_move.go @@ -20,11 +20,11 @@ type commandVolumeTierMove struct { } func (c *commandVolumeTierMove) Name() string { - return "volume.tier.upload" + return "volume.tier.move" } func (c *commandVolumeTierMove) Help() string { - return `change a volume from one disk type to another + return `<WIP> change a volume from one disk type to another volume.tier.move -source=hdd -target=ssd [-collection=""] [-fullPercent=95] [-quietFor=1h] volume.tier.move -target=hdd [-collection=""] -volumeId=<volume_id> |
