From b0e6178ef550af97f52120d26cd0c4e7d5426e5e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 2 Dec 2023 14:37:02 -0600 Subject: Working on lizardfs --- topics/octopus/lizardfs/README.gmi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'topics/octopus') diff --git a/topics/octopus/lizardfs/README.gmi b/topics/octopus/lizardfs/README.gmi index 078a628..3a07505 100644 --- a/topics/octopus/lizardfs/README.gmi +++ b/topics/octopus/lizardfs/README.gmi @@ -115,3 +115,16 @@ lizardfs-admin reload-config octopus01 9421 ``` It has not yet been tested to see how much this affects reading and writing to the HDDs or SSDs while this change is in effect. + +# Adding a node to the pool + +``` +addgroup -gid 600 lizardfs +adduser -uid 600 -gid 600 lizardfs +``` + +In password + +``` +lizardfs:x:600:600:Lizard,,,:/var/lib/lizardfs:/bin/sbin/nologin +``` -- cgit v1.2.3