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 Dec 4, 2020. It is now read-only.
In my laptop I have:
$ zpool status -v
pool: tank
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
ada0p6 ONLINE 0 0 0
errors: No known data errors
pool: tank1
state: UNAVAIL
status: One or more devices could not be opened. There are insufficient
replicas for the pool to continue functioning.
action: Attach the missing device and online it using 'zpool online'.
see: http://illumos.org/msg/ZFS-8000-3C
scan: none requested
config:
NAME STATE READ WRITE CKSUM
tank1 UNAVAIL 0 0 0
617680955993110993 UNAVAIL 0 0 0 was /dev/da0p2
The zfsmon.sh script send a mail with this body:
[: -: bad number
[: -: bad number
This patch solves the problem:
$ diff /usr/local/share/lpreserver/backend/zfsmon.sh /usr/local/share/lpreserver/backend/zfsmon.sh.orig
46,49d45
< if [ "$poolCap" = "-" ] ; then
< continue
< fi
<
The text was updated successfully, but these errors were encountered:
In my laptop I have:
$ zpool status -v
pool: tank
state: ONLINE
scan: none requested
config:
errors: No known data errors
pool: tank1
state: UNAVAIL
status: One or more devices could not be opened. There are insufficient
replicas for the pool to continue functioning.
action: Attach the missing device and online it using 'zpool online'.
see: http://illumos.org/msg/ZFS-8000-3C
scan: none requested
config:
The zfsmon.sh script send a mail with this body:
[: -: bad number
[: -: bad number
This patch solves the problem:
$ diff /usr/local/share/lpreserver/backend/zfsmon.sh /usr/local/share/lpreserver/backend/zfsmon.sh.orig
46,49d45
< if [ "$poolCap" = "-" ] ; then
< continue
< fi
<
The text was updated successfully, but these errors were encountered: