diff options
author | Pjotr Prins | 2023-12-02 14:37:02 -0600 |
---|---|---|
committer | Pjotr Prins | 2023-12-02 14:37:02 -0600 |
commit | b0e6178ef550af97f52120d26cd0c4e7d5426e5e (patch) | |
tree | aff3ba935e871c0e6184e0b5dd97118e87ed09d1 /topics/octopus/lizardfs/README.gmi | |
parent | 74cea5189d515cc940851fa60a6028aa73d59842 (diff) | |
download | gn-gemtext-b0e6178ef550af97f52120d26cd0c4e7d5426e5e.tar.gz |
Working on lizardfs
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 +``` |