External SSD on raspberry PI 4B SUSPENDED #13180
-
I am facing this status every 1-2 days on my setup. I use a raspi as my NAS/backup target (zfs send/receive from PVE) and also to run some docker container (prometheus, grafana and such). I have my docker daemon instructed to use the zpool to store all the files on the SSD. I see no obvious issues here, anyone able to identify something from those dmesg logs?
In this state the disk is also not even visible in Setup:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Seems like the drive stops responding then vanishes. I can't really say ZFS is wrong to complain at that point. You could try forcibly blacklisting UAS, either globally (by blocking loading the uas module) or by making a custom quirks line to block uas with that device ID, in favor of the older storage protocol; just be aware that some drives will only speak UAS, so it's possible this drive will just not show up as a disk after doing this. |
Beta Was this translation helpful? Give feedback.
Seems like the drive stops responding then vanishes. I can't really say ZFS is wrong to complain at that point.
You could try forcibly blacklisting UAS, either globally (by blocking loading the uas module) or by making a custom quirks line to block uas with that device ID, in favor of the older storage protocol; just be aware that some drives will only speak UAS, so it's possible this drive will just not show up as a disk after doing this.