mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 08:46:54 +08:00
Updated Tiered Storage (markdown)
@@ -7,7 +7,7 @@ To write any data, the volume index needs to append one entry. To read any data,
|
||||
|
||||
You can run `weed volume -dir.idx=/fast/disk/dir` or `weed server -volume.dir.idx=/vast/disk/dir` to ensure the volume index is located on a fast disk, e.g., a fast SSD mount.
|
||||
|
||||
# Volume Disk Type
|
||||
# SSD & HDD Volume Disk Types
|
||||
|
||||
If the volume data also needs fast access, you can create them on fast disks.
|
||||
|
||||
@@ -27,5 +27,8 @@ fs.configure -locationPrefix=/buckets/ssd_ -disk=ssd -apply
|
||||
|
||||
https://github.com/chrislusf/seaweedfs/wiki/Path-Specific-Configuration
|
||||
|
||||
For now, an ssd volume needs to be manually moved from ssd directory to hdd directory, if you want to change the disk type of a volume.
|
||||
## Notes
|
||||
|
||||
When `volume.balance`, `volume.fix.replication`, or `volume.move`, the volume disk type would not change.
|
||||
|
||||
For now, if you want to change the disk type of a volume, the volume needs to be manually moved from ssd directory to hdd directory, or vice versa.
|
||||
Reference in New Issue
Block a user