Last active
July 24, 2016 02:34
-
-
Save ilude/1045dbfdf5ee928fc40250fd348e33ef to your computer and use it in GitHub Desktop.
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
| $ sudo zpool get all | |
| NAME PROPERTY VALUE SOURCE | |
| pool size 14.5T - | |
| pool capacity 3% - | |
| pool altroot - default | |
| pool health ONLINE - | |
| pool guid 5835119220217184389 default | |
| pool version - default | |
| pool bootfs - default | |
| pool delegation on default | |
| pool autoreplace off default | |
| pool cachefile - default | |
| pool failmode wait default | |
| pool listsnapshots off default | |
| pool autoexpand off default | |
| pool dedupditto 0 default | |
| pool dedupratio 1.00x - | |
| pool free 14.0T - | |
| pool allocated 546G - | |
| pool readonly off - | |
| pool ashift 0 default | |
| pool comment - default | |
| pool expandsize - - | |
| pool freeing 0 default | |
| pool fragmentation 0% - | |
| pool leaked 0 default | |
| pool feature@async_destroy enabled local | |
| pool feature@empty_bpobj active local | |
| pool feature@lz4_compress active local | |
| pool feature@spacemap_histogram active local | |
| pool feature@enabled_txg active local | |
| pool feature@hole_birth active local | |
| pool feature@extensible_dataset enabled local | |
| pool feature@embedded_data active local | |
| pool feature@bookmarks enabled local | |
| pool feature@filesystem_limits enabled local | |
| pool feature@large_blocks enabled 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
| removable size 5.44T - | |
| removable capacity 6% - | |
| removable altroot - default | |
| removable health ONLINE - | |
| removable guid 1066437890926396668 default | |
| removable version - default | |
| removable bootfs - default | |
| removable delegation on default | |
| removable autoreplace off default | |
| removable cachefile - default | |
| removable failmode wait default | |
| removable listsnapshots off default | |
| removable autoexpand off default | |
| removable dedupditto 0 default | |
| removable dedupratio 1.00x - | |
| removable free 5.11T - | |
| removable allocated 336G - | |
| removable readonly off - | |
| removable ashift 0 default | |
| removable comment - default | |
| removable expandsize - - | |
| removable freeing 0 default | |
| removable fragmentation 3% - | |
| removable leaked 0 default | |
| removable feature@async_destroy enabled local | |
| removable feature@empty_bpobj active local | |
| removable feature@lz4_compress active local | |
| removable feature@spacemap_histogram active local | |
| removable feature@enabled_txg active local | |
| removable feature@hole_birth active local | |
| removable feature@extensible_dataset enabled local | |
| removable feature@embedded_data active local | |
| removable feature@bookmarks enabled local | |
| removable feature@filesystem_limits enabled local | |
| removable feature@large_blocks enabled 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
| mike@clark:/pool$ sudo zpool status | |
| pool: pool | |
| state: ONLINE | |
| scan: scrub repaired 0 in 0h10m with 0 errors on Wed Jul 13 13:53:13 2016 | |
| config: | |
| NAME STATE READ WRITE CKSUM | |
| pool ONLINE 0 0 0 | |
| raidz2-0 ONLINE 0 0 0 | |
| ata-Hitachi_HUA723020ALA641_YFHJEL7A ONLINE 0 0 0 | |
| ata-Hitachi_HUA723020ALA641_YFG7EE2A ONLINE 0 0 0 | |
| ata-Hitachi_HUA723020ALA641_YGH73SED ONLINE 0 0 0 | |
| ata-Hitachi_HUA723020ALA641_YFGHRV3A ONLINE 0 0 0 | |
| ata-Hitachi_HUA723020ALA641_YGGHDWZA ONLINE 0 0 0 | |
| ata-Hitachi_HUA723020ALA641_YGH69A2A ONLINE 0 0 0 | |
| ata-Hitachi_HUA723020ALA641_YGGRSYVA ONLINE 0 0 0 | |
| ata-Hitachi_HUA723020ALA641_YFGZ6J2D ONLINE 0 0 0 | |
| logs | |
| mirror-1 ONLINE 0 0 0 | |
| ata-ADATA_SP600_03801201500600000043 ONLINE 0 0 0 | |
| ata-ADATA_SP600_03801201501000000010 ONLINE 0 0 0 | |
| cache | |
| ata-C300-CTFDDAC064MAG_0000000011160305B6C0 ONLINE 0 0 0 | |
| errors: No known data errors | |
| pool: removable | |
| state: ONLINE | |
| scan: none requested | |
| config: | |
| NAME STATE READ WRITE CKSUM | |
| removable ONLINE 0 0 0 | |
| ata-WDC_WD60EFRX-68MYMN1_WD-WXA1D6542RSU ONLINE 0 0 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment