failing hardwear - manual checks?

den

Member
Feb 19, 2015
64
2
6
hey guys - Im currently running v3.4-1

I installed proxmox and setup raid 1 ZFS mirror via the setup process. everything is working fine, but i'm a little concerned about failing hardware (disks).

Will proxmox notify me of any failing hardware? can i manually check for disk errors currently?
 
There is zed daemon (see "man zed"), but we currently do not have an init script for that, so the service
is not started. This will be fixed in the next main release (pve 4.0).
To manually observe the status use:

# zpool status

and

# zpool events
 
"zpool scrub" command.. for me the word scrub kinda means to delete data.
so just want to confirm that "zpool scrub" will only perform a health check on the disks right?
 
There is zed daemon (see "man zed"), but we currently do not have an init script for that, so the service
is not started. This will be fixed in the next main release (pve 4.0).
To manually observe the status use:

# zpool status

and

# zpool events

I just checked "service --status-all" and I don't see zed running, was this not implemented?