From 0fccfbd3ad2d59790114ac5159f6ec5e0f6050f2 Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 4 Jan 2022 20:13:40 -0800 Subject: [PATCH] how to move to dir.idx --- Tiered-Storage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tiered-Storage.md b/Tiered-Storage.md index 8833e00..4f7af33 100644 --- a/Tiered-Storage.md +++ b/Tiered-Storage.md @@ -15,6 +15,8 @@ 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. +If the volume server already has some existing data, you can just stop the volume server, move the `.idx` files to the index folder, and restart the volume server. + # SSD & HDD Volume Disk Types If the volume data also needs fast access, you can create them on fast disks. @@ -64,4 +66,3 @@ volume.move -source -target