sidekiq「WARN: EROFS: Read-only file system」
わい「どうして」
画像が16時間前からDBに書き込めてなさげ
~$ touch foobar
touch: cannot touch 'foobar': Read-only file system
ア!
ルートファイルシステムが Read-only になっとるやんけ
~$ mount | grep /dev/sda2
/dev/sda2 on / type ext4 (ro,relatime)
ほ、ほげ~~
ルートファイルシステムを置いてる SSD が限界なのかもしれないな
journal みると夜中に突然赤文字で
kernel: Aborting journal on device sda2-8
...
kernel: EXT4-fs (sda2): Remounting filesystem read-only
になっとる
$ smartctl --all /dev/sda
...
SMART Error Log Version: 1
No Errors Logged
フゥン
fsck して再起動するかあ
~$ sudo fsck -l /dev/sda2
...
/dev/sda2: ***** FILE SYSTEM WAS MODIFIED *****
/dev/sda2: ***** REBOOT SYSTEM *****
/dev/sda2: 3511645/124960768 files (0.1% non-contiguous), 86599465/499823872 blocks
~$
~$ mount | grep /dev/sd
/dev/sda2 on / type ext4 (rw,relatime)
~$
ok
自分の TL に24時間ぶりに画像が流れてきた