summaryrefslogtreecommitdiff
path: root/topics/octopus
diff options
context:
space:
mode:
authorPjotr Prins2023-12-02 14:37:02 -0600
committerPjotr Prins2023-12-02 14:37:02 -0600
commitb0e6178ef550af97f52120d26cd0c4e7d5426e5e (patch)
treeaff3ba935e871c0e6184e0b5dd97118e87ed09d1 /topics/octopus
parent74cea5189d515cc940851fa60a6028aa73d59842 (diff)
downloadgn-gemtext-b0e6178ef550af97f52120d26cd0c4e7d5426e5e.tar.gz
Working on lizardfs
Diffstat (limited to 'topics/octopus')
-rw-r--r--topics/octopus/lizardfs/README.gmi13
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
+```