mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
disk type only supports hdd and ssd, not ready for random tags yet
parent
99832ae258
commit
537d9a0f4c
|
@ -56,7 +56,7 @@ $ weed shell
|
|||
# Options
|
||||
|
||||
For any path, you can configure
|
||||
* Disk type [hdd|ssd|<tag>]
|
||||
* Disk type [hdd|ssd]
|
||||
* Fsync
|
||||
* Volume Growth Count
|
||||
* Collection
|
||||
|
@ -74,7 +74,7 @@ Usage of fs.configure:
|
|||
-delete
|
||||
delete the configuration by locationPrefix
|
||||
-disk string
|
||||
[hdd|ssd|<tag>] hard drive or solid state drive or any tag
|
||||
[hdd|ssd] hard drive or solid state drive
|
||||
-fsync
|
||||
fsync for the writes
|
||||
-locationPrefix string
|
||||
|
|
|
@ -33,7 +33,7 @@ When `volume.balance` or `volume.fix.replication`, the volume disk type would no
|
|||
|
||||
`volume.move` in `weed shell` can be used to move across volume servers:
|
||||
```
|
||||
volume.move -source <source volume server host:port> -target <target volume server host:port> -volumeId <volume id> -disk [hdd|ssd|<tag>]
|
||||
volume.move -source <source volume server host:port> -target <target volume server host:port> -volumeId <volume id> -disk [hdd|ssd]
|
||||
```
|
||||
|
||||
For now, if you only want to change the disk type of a volume, and the volume server is not running, you can simply move the volume data from ssd directory to hdd directory, or vice versa.
|
||||
|
|
Loading…
Reference in a new issue