From 6cd95d9ba29f0ae304b1dfe7f4f0d60d2ce29be3 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 11 Dec 2019 23:12:43 -0800 Subject: [PATCH] adjust command name --- Cloud-Tier.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cloud-Tier.md b/Cloud-Tier.md index 5c99693..d39986b 100644 --- a/Cloud-Tier.md +++ b/Cloud-Tier.md @@ -18,7 +18,7 @@ If one volume is tiered to the cloud, ## Usage 1. Use `weed scaffold -conf=master` to generate `master.toml`, tweak it, and start master server with the `master.toml`. -1. Use `volume.tier` in `weed shell` to move volumes to the cloud. +1. Use `volume.tier.upload` in `weed shell` to move volumes to the cloud. ## Configuring Storage Backend (Currently only s3 is developed. More is coming soon.) @@ -36,9 +36,9 @@ After this is configured, you can use this command. ``` // move the volume 37.dat to the s3 cloud -volume.tier -dest=s3 -collection=benchmark -volumeId=37 +volume.tier.upload -dest=s3 -collection=benchmark -volumeId=37 // or -volume.tier -dest=s3.default -collection=benchmark -volumeId=37 +volume.tier.upload -dest=s3.default -collection=benchmark -volumeId=37 ```