summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--issues/systems/tux04-disk-issues.gmi22
-rw-r--r--tasks/octopus.gmi3
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