diff options
author | Pjotr Prins | 2025-04-02 14:22:27 +0200 |
---|---|---|
committer | Pjotr Prins | 2025-04-02 14:22:33 +0200 |
commit | daf176073a5b161cdacb875c768e879064808a2d (patch) | |
tree | efa74fae80b9cbdad72747c05a90a94fefb28f03 | |
parent | 2d9065ae1a646779cf63dba2ad323a4603145325 (diff) | |
download | gn-gemtext-daf176073a5b161cdacb875c768e879064808a2d.tar.gz |
disk issues
-rw-r--r-- | issues/systems/tux04-disk-issues.gmi | 22 | ||||
-rw-r--r-- | tasks/octopus.gmi | 3 |
2 files changed, 25 insertions, 0 deletions
diff --git a/issues/systems/tux04-disk-issues.gmi b/issues/systems/tux04-disk-issues.gmi index bcee669..e5872ad 100644 --- a/issues/systems/tux04-disk-issues.gmi +++ b/issues/systems/tux04-disk-issues.gmi @@ -287,3 +287,25 @@ Mar 27 08:12:11 tux08 mfschunkserver[464794]: replication error: failed to creat ``` Tux04, 05 and 06 show disk errors. Tux07 and Tux08 are overloaded with a full disk, but no other errors. We need to babysit Lizard more! + +``` +stress -v -d 1 +``` + +Write test: + +``` +dd if=/dev/zero of=./test bs=512k count=2048 oflag=direct +``` + +Read test: + +``` +/sbin/sysctl -w vm.drop_caches=3 +dd if=./test of=/dev/zero bs=512k count=2048 +``` + + +smartctl -a /dev/sdd -d megaraid,0 + +RAID Controller in SL 3: Dell PERC H755N Front diff --git a/tasks/octopus.gmi b/tasks/octopus.gmi index 27232ec..61955ec 100644 --- a/tasks/octopus.gmi +++ b/tasks/octopus.gmi @@ -2,6 +2,9 @@ In this file we track tasks that need to be done. +Tuxes still have some 30x 2.5" slots. +Lambda has 18x 2.5" slots. + # Tasks * [X] get lizardfs and NFS going on tuxes tux06-09 |