aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_tier_download.go
diff options
context:
space:
mode:
authorwusong <75450248+wusongANKANG@users.noreply.github.com>2023-08-01 17:34:59 +0800
committerGitHub <noreply@github.com>2023-08-01 02:34:59 -0700
commit3ec977cd6ccdd91715a07c166b8f2bdf3256ca9f (patch)
tree5bf49e57abadd56ed6bc9cad790619b1cb7b0980 /weed/shell/command_volume_tier_download.go
parenta80ea93efc963c3fa4fc01780a67eefda8c296db (diff)
downloadseaweedfs-3ec977cd6ccdd91715a07c166b8f2bdf3256ca9f.tar.xz
seaweedfs-3ec977cd6ccdd91715a07c166b8f2bdf3256ca9f.zip
minor (#4723)
Diffstat (limited to 'weed/shell/command_volume_tier_download.go')
-rw-r--r--weed/shell/command_volume_tier_download.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_volume_tier_download.go b/weed/shell/command_volume_tier_download.go
index 0dc34c071..e60a74735 100644
--- a/weed/shell/command_volume_tier_download.go
+++ b/weed/shell/command_volume_tier_download.go
@@ -4,9 +4,10 @@ import (
"context"
"flag"
"fmt"
- "github.com/seaweedfs/seaweedfs/weed/pb"
"io"
+ "github.com/seaweedfs/seaweedfs/weed/pb"
+
"google.golang.org/grpc"
"github.com/seaweedfs/seaweedfs/weed/operation"
@@ -34,7 +35,6 @@ func (c *commandVolumeTierDownload) Help() string {
e.g.:
volume.tier.download -volumeId=7
- volume.tier.download -volumeId=7
This command will download the dat file of a volume from a remote tier to a volume server in local cluster.