I'm starting to play around with ceph pools to replace one of my zfs mirrored pools. One of my biggest questions is how to detect errors from flakey drives/cables/etc.
zpool status can provide the following information and I want to see if similar data is available for ceph pools (using pveceph status or some other command).
- Date/time of last scrub
- Amount of data repaired by the last scrub
- Read/Write/Checksum errors per drive since the last clear
Basically I want to know if ceph repairs data during a scrub, or runs into a read/write/checkum error on a drive, is there an easy way to see the issue (even if the issue has been automatically repaired and the pool is currently healthy).
Thanks!
zpool status can provide the following information and I want to see if similar data is available for ceph pools (using pveceph status or some other command).
- Date/time of last scrub
- Amount of data repaired by the last scrub
- Read/Write/Checksum errors per drive since the last clear
Basically I want to know if ceph repairs data during a scrub, or runs into a read/write/checkum error on a drive, is there an easy way to see the issue (even if the issue has been automatically repaired and the pool is currently healthy).
Thanks!