IceWhaleTech / zimaos-rauc

473 stars 23 forks source link

SCSI Drives in proxmox do not work, SATA drives do. #36

Closed corcorac closed 3 months ago

corcorac commented 5 months ago

Drives added in GUI as scsi# (scsi1, 2, 3, etc) or passed through as scsi# type will show as "Unhealthy" no matter what settings are chosen. Passed through as sata# (sata1, 2, etc) will show healthy, show temp readout, and allow for raid/creating storage pools, etc.

In a Proxmox VM, using steps in documentation linked on main Github page, both before and after expanding the original image. I can provide any logs/info needed to help.


Images of scsi1 in ZimaOS, drive marked unhealthy:

Proxmox settings qcow:

ZimaOS SCSI-QEMU SSD

Proxmox settings raw:

ZimaOS SCSI-raw SSD

ZimaOS:

ZimaOS Status ZimaOS Storage Status

Images of scsi1 working correctly in CasaOS minus drive temp:

Proxmox settings:

CasaOS SCSI SSD

CasaOS:

CasaOS Status CasaOS Storage Status
LinkLeong commented 4 months ago

Can you run the command with the path test1 and see what the return message is? smartctl -a -n standby ${path} -j

LinkLeong commented 4 months ago

image I checked, and it says unsupported here. I've made a judgment call, and if it's not supported, it's considered healthy.

corcorac commented 4 months ago

Sorry about that, I was asleep at the time. I can still run it on my end if need be? I imagine it's the same and smart info isn't passing through the scsi driver, but is with sata. Thank you on the judgment call, that works for me since proxmox does still monitor smart on the disks.

May be worth it to still warn "healthy, no smart support" on hover as some may not know to ensure they're checking smart outside of the VM, but not exactly imperative either.

LinkLeong commented 3 months ago

I have dealt with this issue and still consider it healthy without a clear judgment of failure. Thanks for your feedback. I'll close the file and reopen it if in doubt.