You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
Not really sure this is a zfswatcher problem, but OpenZFS on rasbian does not have a "status:" line in the zpool status command, so zfswatcher exits with a crit error. Here is log file:
2015-03-27 22:39:39 [info] zfswatcher starting
2015-03-27 22:39:40 [crit] invalid line 3 in status output: scrub: none requested
pool: data
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
data ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
disk/by-id/ata-Hitachi_HTS725032A9A360_110214PCJL00GLGU26WJ ONLINE 0 0 0
disk/by-id/ata-WDC_WD3200BEVT-26A23T0_WD-WXN1A8017896 ONLINE 0 0 0
errors: No known data errors
2015-03-27 22:39:40 [crit] exiting, parsing ZFS status failed
2015-03-27 22:39:40 [info] zfswatcher stopping
The text was updated successfully, but these errors were encountered:
Hmm... I believe this is a bug in Raspberry Pi port of OpenZFS ? :)
According to http://open-zfs.org/wiki/Projects#Raspberry_Pi.C2.AE_support OpenZFS Raspberry Pi port is work in progress. I tried to find the source repository of this project to see if there was any justification to making the output incompatible but I am unable to locate any repository.
Here is the one I used git clone https://bitbucket.org/cli/zfs-fuse-arm.git Looks like an old Google Summer of Code 2006 initiative. I was wrong, more of a ZFS on fuse than an openzfs issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not really sure this is a zfswatcher problem, but OpenZFS on rasbian does not have a "status:" line in the zpool status command, so zfswatcher exits with a crit error. Here is log file:
2015-03-27 22:39:39 [info] zfswatcher starting
2015-03-27 22:39:40 [crit] invalid line 3 in status output: scrub: none requested
The text was updated successfully, but these errors were encountered: