Created
June 12, 2020 18:33
-
-
Save zimmertr/d2ad3968df20468cbbbc08ee4589fe75 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
root@earth:~# zpool list FlashPool | |
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT | |
FlashPool 464G 31.4G 433G - - 41% 6% 1.00x ONLINE - | |
root@earth:~# zpool status -v FlashPool | |
pool: FlashPool | |
state: ONLINE | |
scan: none requested | |
config: | |
NAME STATE READ WRITE CKSUM | |
FlashPool ONLINE 0 0 0 | |
mirror-0 ONLINE 0 0 0 | |
nvme-eui.0025385101509111 ONLINE 0 0 0 | |
nvme-eui.002538510150910f ONLINE 0 0 0 | |
errors: No known data errors | |
root@earth:~# zfs get all FlashPool | |
NAME PROPERTY VALUE SOURCE | |
FlashPool type filesystem - | |
FlashPool creation Sat Mar 14 18:06 2020 - | |
FlashPool used 62.4G - | |
FlashPool available 387G - | |
FlashPool referenced 192K - | |
FlashPool compressratio 1.00x - | |
FlashPool mounted yes - | |
FlashPool quota none default | |
FlashPool reservation none default | |
FlashPool recordsize 32K local | |
FlashPool mountpoint /mnt/FlashPool local | |
FlashPool sharenfs off default | |
FlashPool checksum on default | |
FlashPool compression off default | |
FlashPool atime on default | |
FlashPool devices on default | |
FlashPool exec on default | |
FlashPool setuid on default | |
FlashPool readonly off default | |
FlashPool zoned off default | |
FlashPool snapdir hidden default | |
FlashPool aclinherit restricted default | |
FlashPool createtxg 1 - | |
FlashPool canmount on default | |
FlashPool xattr on default | |
FlashPool copies 1 default | |
FlashPool version 5 - | |
FlashPool utf8only off - | |
FlashPool normalization none - | |
FlashPool casesensitivity sensitive - | |
FlashPool vscan off default | |
FlashPool nbmand off default | |
FlashPool sharesmb off default | |
FlashPool refquota none default | |
FlashPool refreservation none default | |
FlashPool guid 294918045664201182 - | |
FlashPool primarycache all default | |
FlashPool secondarycache all default | |
FlashPool usedbysnapshots 624K - | |
FlashPool usedbydataset 192K - | |
FlashPool usedbychildren 62.4G - | |
FlashPool usedbyrefreservation 0B - | |
FlashPool logbias latency default | |
FlashPool objsetid 54 - | |
FlashPool dedup off default | |
FlashPool mlslabel none default | |
FlashPool sync standard default | |
FlashPool dnodesize legacy default | |
FlashPool refcompressratio 1.00x - | |
FlashPool written 128K - | |
FlashPool logicalused 30.4G - | |
FlashPool logicalreferenced 78K - | |
FlashPool volmode default default | |
FlashPool filesystem_limit none default | |
FlashPool snapshot_limit none default | |
FlashPool filesystem_count none default | |
FlashPool snapshot_count none default | |
FlashPool snapdev hidden default | |
FlashPool acltype off default | |
FlashPool context none default | |
FlashPool fscontext none default | |
FlashPool defcontext none default | |
FlashPool rootcontext none default | |
FlashPool relatime off default | |
FlashPool redundant_metadata all default | |
FlashPool overlay off default | |
FlashPool encryption off default | |
FlashPool keylocation none default | |
FlashPool keyformat none default | |
FlashPool pbkdf2iters 0 default | |
FlashPool special_small_blocks 0 default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment