summaryrefslogtreecommitdiff
path: root/topics/octopus/lizardfs
diff options
context:
space:
mode:
authorPjotr Prins2023-02-22 07:53:59 -0600
committerPjotr Prins2023-02-22 07:53:59 -0600
commit9a0198e9b23a1995ca5e23be6c06039b580c7123 (patch)
treea8e94cfe3ca7e9e0598e1ef93652aaecb7a5cd5b /topics/octopus/lizardfs
parent0cd30159d70a3b0bd886cd6f04af7e78236df6c7 (diff)
downloadgn-gemtext-9a0198e9b23a1995ca5e23be6c06039b580c7123.tar.gz
Update documentation
Diffstat (limited to 'topics/octopus/lizardfs')
-rw-r--r--topics/octopus/lizardfs/README.gmi7
1 files changed, 4 insertions, 3 deletions
diff --git a/topics/octopus/lizardfs/README.gmi b/topics/octopus/lizardfs/README.gmi
index ef8d1aa..078a628 100644
--- a/topics/octopus/lizardfs/README.gmi
+++ b/topics/octopus/lizardfs/README.gmi
@@ -1,6 +1,6 @@
# Information about lizardfs, and some usage suggestions
-On the octopus cluster the lizardfs head node is on octopus01, with disks being added mainly from the other nodes. SSDs are added to the lizardfs-chunkserver.service systemd service and HDDs added to the lizardfs-chunkserver-hdd.service. The storage pool is available on all nodes at /lizardfs, with the default storage option of "slow", which corresponds to two copies of the data, both on HDDs.
+On the octopus cluster the lizardfs head node is on octopus01, with disks being added mainly from the other nodes. SSDs are added to the lizardfs-chunkserver.service systemd service and SDDs added to the lizardfs-chunkserver-hdd.service. The storage pool is available on all nodes at /lizardfs, with the default storage option of "slow", which corresponds to two copies of the data, both on SDDs.
## Interacting with lizardfs
@@ -71,11 +71,12 @@ Chunks deletion state:
slow 68 15 2081 27598 201022 20 - - - - -
fast 12603 720 1880 5377 23902 - - - - - -
2ssd 7984 - - - - - - - - - -
-
```
To query how the individual disks are filling up and if there are any errors:
+List all disks
+
```
lizardfs-admin list-disks octopus01 9421 | less
```
@@ -103,7 +104,7 @@ It should be noted that any goal using erasure_coding is incredibly slow to writ
```
# CHUNKS_SOFT_DEL_LIMIT = 100
# CHUNKS_HARD_DEL_LIMIT = 250
-# CHUNKS_WRITE_REP_LIMIT = 20
+# CHUNKS_WRITE_REP_LIMIT = 20
# CHUNKS_READ_REP_LIMIT = 100
```