Replies: 1 comment 1 reply
-
|
@loverustfs im need y help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good evening.
Initially, we collected everything on a test stand in single mode. Everything worked.
The node characteristics are as follows:
1 disk for the OS and 9 disks formatted in XFS, as specified in the instructions on the website.
The only issue is that the RUSTFS_VOLUMES= line in the /etc/default/rustfs configuration file did not start as described in the guide (RUSTFS_VOLUMES="/data/rustfs{0...3}") .It only worked after specifying the variables in a different way :(RUSTFS_VOLUMES="/data/rustfs0 /data/rustfs1 /data/rustfs2 "
We brought in the second node. We configured it according to the article. In the host file, I marked the external IPs as follows:185.91.12.1 node1 185.91.12.2 node2. On the first node, the settings in the config were changed according to the article, but nothing started (RUSTFS_VOLUMES="http://node{1...4}:9000/data/rustfs{0...3}")
Is there really no error here?
Do I need a \ in sudo tee /etc/systemd/system/rustfs.service in the line: ExecStart=/usr/local/bin/rustfs $RUSTFS_VOLUMES
And does the system work via an external IP?
What happens when we bind a domain name to an IP with an SSL server?
==> /var/logs/rustfs/rustfs_r2026-03-11_15-05-48.log <==
[2026-03-11 15:59:34.368985 +00:00] ERROR [rustfs] [rustfs/src/main.rs:97] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
[2026-03-11 15:59:44.615969 +00:00] ERROR [rustfs] [rustfs/src/main.rs:154] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
[2026-03-11 15:59:44.617763 +00:00] ERROR [rustfs] [rustfs/src/main.rs:97] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
[2026-03-11 15:59:54.867306 +00:00] ERROR [rustfs] [rustfs/src/main.rs:154] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
[2026-03-11 15:59:54.869107 +00:00] ERROR [rustfs] [rustfs/src/main.rs:97] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
==> /var/logs/rustfs/rustfs_r2026-03-11_16-00-05.log <==
[2026-03-11 16:04:21.369819 +00:00] ERROR [rustfs] [rustfs/src/main.rs:97] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
[2026-03-11 16:04:31.622550 +00:00] ERROR [rustfs] [rustfs/src/main.rs:154] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
[2026-03-11 16:04:31.624349 +00:00] ERROR [rustfs] [rustfs/src/main.rs:97] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
[2026-03-11 16:04:41.867840 +00:00] ERROR [rustfs] [rustfs/src/main.rs:154] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
[2026-03-11 16:04:41.869593 +00:00] ERROR [rustfs] [rustfs/src/main.rs:97] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
[2026-03-11 16:04:52.123172 +00:00] ERROR [rustfs] [rustfs/src/main.rs:154] [main:ThreadId(1)] Server encountered an error and is shutting down: Volume not found
OS:Ubuntu Linux 22.04.5
Kernel: 5.15.0-171-generic
Last Updates.
UFW disable.
Beta Was this translation helpful? Give feedback.
All reactions