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 /issues/systems | |
| parent | 2d9065ae1a646779cf63dba2ad323a4603145325 (diff) | |
| download | gn-gemtext-daf176073a5b161cdacb875c768e879064808a2d.tar.gz | |
disk issues
Diffstat (limited to 'issues/systems')
| -rw-r--r-- | issues/systems/tux04-disk-issues.gmi | 22 |
1 files changed, 22 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 |
