Replies: 6 comments 4 replies
-
|
@loverustfs |
Beta Was this translation helpful? Give feedback.
-
|
In RustFS, drives are organized into Stripes to ensure data safety and high performance.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Multi-Node Deployment Syntax Analysis
|
Beta Was this translation helpful? Give feedback.
-
|
All server disk names and mount points must be identical. |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone,
I have four test nodes, and each node has two data directories. The details are as follows:
There is a data directory named "/data/rustfs-1-1" and "/data/rustfs-1-2" on the rustfs-1 node.
There is a data directory named "/data/rustfs-2-1" and "/data/rustfs-2-2" on the rustfs-2 node.
There is a data directory named "/data/rustfs-3-1" and "/data/rustfs-3-2" on the rustfs-3 node.
There is a data directory named "/data/rustfs-4-1" and "/data/rustfs-4-2" on the rustfs-4 node.
The hosts records on each node:
192.168.110.240 rustfs-1
192.168.110.241 rustfs-2
192.168.110.242 rustfs-3
192.168.110.243 rustfs-4
Refer to the 《Multi-machine Multi-disk Installation》 configuration on the RustFS official website. Based on the actual number of nodes and directories in my system, how should I write RustFS_VOLUMES here? Also, how does the RustFS_VOLUMES parameter actually work?
# Multi-machine multi-disk mode
Refer to the 《Multi-machine Multi-disk Installation》 configuration on the RustFS official website. Based on the actual number of nodes and directories in my system, how should I write RustFS_VOLUMES here? Also, how does the RustFS_VOLUMES parameter actually work?
Is it configured like this?
RUSTFS_VOLUMES="/data/rustfs-1-1,/data/rustfs-1-2"
Do you still want to configure it this way?
RUSTFS_VOLUMES="http://rustfs-{1...4}:9000/data/rustfs-{1...4}-1,http://rustfs-{1...4}:9000/data/rustfs-{1...4}-2"
I don't know how to configure it here.
Does each host node need to be configured in this way as well?
Now the log reports the following error.
tail -f rustfs-err.log
Error: Custom { kind: Other, error: VolumeNotFound }
Error: Custom { kind: Other, error: VolumeNotFound }
Error: Custom { kind: Other, error: VolumeNotFound }
Error: Custom { kind: Other, error: VolumeNotFound }
Error: Custom { kind: Other, error: VolumeNotFound }
Error: Custom { kind: Other, error: VolumeNotFound }
Beta Was this translation helpful? Give feedback.
All reactions