summaryrefslogtreecommitdiff
path: root/topics/octopus/lizardfs/README.gmi
diff options
context:
space:
mode:
authorAndrea Guarracino2024-09-12 09:08:09 -0500
committerGitHub2024-09-12 09:08:09 -0500
commit92fdd3bff1eab10036d897883fa60c6c6d6e69b5 (patch)
treeb5b4da4fa9c50edc77630fd023e4114e8458d194 /topics/octopus/lizardfs/README.gmi
parent54b0c44afe6ceae3222f53414c04ce08ba3d7d1e (diff)
downloadgn-gemtext-92fdd3bff1eab10036d897883fa60c6c6d6e69b5.tar.gz
lizardfs reboot doc
Diffstat (limited to 'topics/octopus/lizardfs/README.gmi')
-rw-r--r--topics/octopus/lizardfs/README.gmi9
1 files changed, 9 insertions, 0 deletions
diff --git a/topics/octopus/lizardfs/README.gmi b/topics/octopus/lizardfs/README.gmi
index 8870e70..7c91136 100644
--- a/topics/octopus/lizardfs/README.gmi
+++ b/topics/octopus/lizardfs/README.gmi
@@ -95,6 +95,15 @@ $ mfsmount /path/to/unused/mount -o mfsmeta
For more information see the lizardfs documentation online
=> https://lizardfs-docs.readthedocs.io/en/latest/adminguide/advanced_configuration.html#trash-directory lizardfs documentation for the trash directory
+## Start lizardfs-mount (lizardfs reader daemon) after a system reboot
+
+```
+sudo bash
+systemctl daemon-reload
+systemctl restart lizardfs-mount
+systemctl status lizardfs-mount
+```
+
## Gotchas
It should be noted that any goal using erasure_coding is incredibly slow to write to, and defining goals like this should be avoided. Although it does decrease the amount of space each file takes up in the pool, the trade-off when it is mistakenly used for data or folders which will be written to outweighs the benefits.