diff options
Diffstat (limited to 'topics/octopus/lizardfs/README.gmi')
-rw-r--r-- | topics/octopus/lizardfs/README.gmi | 13 |
1 files changed, 13 insertions, 0 deletions
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 +``` |