From 92fdd3bff1eab10036d897883fa60c6c6d6e69b5 Mon Sep 17 00:00:00 2001 From: Andrea Guarracino Date: Thu, 12 Sep 2024 09:08:09 -0500 Subject: lizardfs reboot doc --- topics/octopus/lizardfs/README.gmi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'topics/octopus/lizardfs/README.gmi') 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. -- cgit v1.2.3