Created
January 10, 2013 09:27
-
-
Save larstobi/4500728 to your computer and use it in GitHub Desktop.
ZFS on Linux bug https://github.com/zfsonlinux/zfs/issues/1193
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ZFS versions | |
| ii dkms 2.2.0.3-1ubuntu3+zfs3 Dynamic Kernel Module Support Framework | |
| ii mountall 2.36.2-zfs1 filesystem mounting tool | |
| ii spl-dkms 0.6.0.91-0ubuntu1~precise1 Solaris Porting Layer kernel modules for Linux | |
| ii spl 0.6.0.91-0ubuntu1~precise1 Solaris Porting Layer utilities for Linux | |
| ii zfs-dkms 0.6.0.91-0ubuntu1~precise1 Native ZFS filesystem kernel modules for Linux | |
| ii ubuntu-zfs 7~precise Native ZFS filesystem metapackage for Ubuntu. | |
| ii zfsutils 0.6.0.91-0ubuntu1~precise1 Native ZFS management utilities for Linux | |
| ii libnvpair1 0.6.0.91-0ubuntu1~precise1 Solaris name-value library for Linux | |
| ii libuutil1 0.6.0.91-0ubuntu1~precise1 Solaris userland utility library for Linux | |
| ii libzfs1 0.6.0.91-0ubuntu1~precise1 Native ZFS filesystem library for Linux | |
| ii libzpool1 0.6.0.91-0ubuntu1~precise1 Native ZFS pool library for Linux | |
| Package not installed libzfs-dev | |
| Package not installed libnvpair1-dbg | |
| Package not installed libuutil1-dbg | |
| Package not installed libzfs1-dbg | |
| Package not installed libzpool1-dbg | |
| Package not installed zfsutils-dbg | |
| Kernel version: | |
| Linux localhost 3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:42:16 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # zfs get all backuppc | |
| NAME PROPERTY VALUE SOURCE | |
| backuppc type filesystem - | |
| backuppc creation Mon Nov 12 15:00 2012 - | |
| backuppc used 971G - | |
| backuppc available 856G - | |
| backuppc referenced 971G - | |
| backuppc compressratio 1.00x - | |
| backuppc mounted yes - | |
| backuppc quota none default | |
| backuppc reservation none default | |
| backuppc recordsize 128K default | |
| backuppc mountpoint /var/lib/backuppc local | |
| backuppc sharenfs off default | |
| backuppc checksum on default | |
| backuppc compression off default | |
| backuppc atime off local | |
| backuppc devices on default | |
| backuppc exec on default | |
| backuppc setuid on default | |
| backuppc readonly off default | |
| backuppc zoned off default | |
| backuppc snapdir hidden default | |
| backuppc aclinherit restricted default | |
| backuppc canmount on default | |
| backuppc xattr on default | |
| backuppc copies 1 default | |
| backuppc version 5 - | |
| backuppc utf8only off - | |
| backuppc normalization none - | |
| backuppc casesensitivity sensitive - | |
| backuppc vscan off default | |
| backuppc nbmand off default | |
| backuppc sharesmb off default | |
| backuppc refquota none default | |
| backuppc refreservation none default | |
| backuppc primarycache all default | |
| backuppc secondarycache all default | |
| backuppc usedbysnapshots 0 - | |
| backuppc usedbydataset 971G - | |
| backuppc usedbychildren 61.6M - | |
| backuppc usedbyrefreservation 0 - | |
| backuppc logbias latency default | |
| backuppc dedup off default | |
| backuppc mlslabel none default | |
| backuppc sync standard default | |
| backuppc refcompressratio 1.00x - | |
| backuppc written 971G - | |
| backuppc zfs:zfs_resilver_min_time_ms 5000 local | |
| backuppc zfs:zfs_resilver_delay 0 local |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # zpool status | |
| pool: backuppc | |
| state: DEGRADED | |
| status: One or more devices could not be used because the label is missing or | |
| invalid. Sufficient replicas exist for the pool to continue | |
| functioning in a degraded state. | |
| action: Replace the device using 'zpool replace'. | |
| see: http://zfsonlinux.org/msg/ZFS-8000-4J | |
| scan: resilvered 23.3G in 1h40m with 0 errors on Sat Jan 5 01:48:26 2013 | |
| config: | |
| NAME STATE READ WRITE CKSUM | |
| backuppc DEGRADED 0 0 0 | |
| mirror-0 DEGRADED 0 0 0 | |
| ata-WDC_WD20EADS-55R6B0_WD-WCAVY1689001-part1 UNAVAIL 0 0 0 | |
| ata-WDC_WD20EADS-00R6B0_WD-WCAVY2125002-part1 ONLINE 0 0 0 | |
| ata-WDC_WD20EADS-55R6B0_WD-WCAVY1680003-part1 ONLINE 0 0 0 | |
| errors: No known data errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment