mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust command name
parent
19edd2e660
commit
6cd95d9ba2
|
@ -18,7 +18,7 @@ If one volume is tiered to the cloud,
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
1. Use `weed scaffold -conf=master` to generate `master.toml`, tweak it, and start master server with the `master.toml`.
|
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
|
## Configuring Storage Backend
|
||||||
(Currently only s3 is developed. More is coming soon.)
|
(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
|
// 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
|
// or
|
||||||
volume.tier -dest=s3.default -collection=benchmark -volumeId=37
|
volume.tier.upload -dest=s3.default -collection=benchmark -volumeId=37
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue