Created
March 17, 2022 17:58
-
-
Save TheRealNoob/5331f4011e46d7f6ce41ac7800f67396 to your computer and use it in GitHub Desktop.
This file contains 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@server:~$ zfs list -t filesystem -o name,used,lused,compressratio,refer,lrefer,refcompressratio,usedbysnapshots,mountpoint tank/backups/fullnodes/bsc_cp | |
NAME USED LUSED RATIO REFER LREFER REFRATIO USEDSNAP MOUNTPOINT | |
tank/backups/fullnodes/bsc_cp 3.21T 4.89T 1.47x 3.21T 4.89T 1.47x 0B /backups/fullnodes/bsc_cp | |
mike@server:~$ zpool status | |
pool: tank | |
state: ONLINE | |
scan: scrub repaired 0B in 0 days 10:53:37 with 0 errors on Sun Mar 13 11:17:39 2022 | |
config: | |
NAME STATE READ WRITE CKSUM | |
tank ONLINE 0 0 0 | |
raidz1-0 ONLINE 0 0 0 | |
wwn-0x5000cca284d68299-part1 ONLINE 0 0 0 | |
wwn-0x5000cca284d72dfb-part1 ONLINE 0 0 0 | |
wwn-0x5000cca284f6f600-part1 ONLINE 0 0 0 | |
wwn-0x5000cca284f8085e-part1 ONLINE 0 0 0 | |
wwn-0x5000cca2a1c17e68-part1 ONLINE 0 0 0 | |
wwn-0x5000cca2a1d0e263-part1 ONLINE 0 0 0 | |
wwn-0x5000cca2a1d3e105-part1 ONLINE 0 0 0 | |
wwn-0x5000cca2a1d3e7dc-part1 ONLINE 0 0 0 | |
wwn-0x5000cca2a1d93a90-part1 ONLINE 0 0 0 | |
wwn-0x5000cca2a1d95efd-part1 ONLINE 0 0 0 | |
wwn-0x5000cca2a1dc4e91-part1 ONLINE 0 0 0 | |
wwn-0x5000cca2a1dd2800-part1 ONLINE 0 0 0 | |
wwn-0x5000cca2a1ddc311-part1 ONLINE 0 0 0 | |
wwn-0x5000cca2afc0571a-part1 ONLINE 0 0 0 | |
logs | |
mirror-1 ONLINE 0 0 0 | |
nvme-eui.000000000000000100a075012e18f3ef-part7 ONLINE 0 0 0 | |
nvme-eui.000000000000000100a075012e52bab6-part7 ONLINE 0 0 0 | |
cache | |
nvme-eui.000000000000000100a075012e52bab6-part6 ONLINE 0 0 0 | |
nvme-eui.000000000000000100a075012e18f3ef-part6 ONLINE 0 0 0 | |
errors: No known data errors | |
mike@server:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment