Skip to content

Instantly share code, notes, and snippets.

@aaiezza
Last active December 1, 2023 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aaiezza/d58f9dd0120a727030fc5bad9da6c583 to your computer and use it in GitHub Desktop.
Save aaiezza/d58f9dd0120a727030fc5bad9da6c583 to your computer and use it in GitHub Desktop.
ZFS

Here are some helpful commands for managing ZFS and ZPool on Ubuntu

VDEV

Useful for populating /etc/zfs/vdev_id.conf:

printDisks() {
    for i in /dev/sd[b-i]; do
        fdisk -l $i
        echo "\n"$(for j in `seq 1 45`; do printf ' - '; done)"\n"
    done 2>&1 | less -p "Disk /.*$"
}

Perhaps it is better just to take a look at the drives by id though:

ls -lAh /dev/disk/by-id
lrwxrwxrwx 1 root root  9 Dec 14 18:25 ata-ST2000DM001-1ER164_Z4Z27CBL -> ../../sdc
lrwxrwxrwx 1 root root 10 Dec 14 18:25 ata-ST2000DM001-1ER164_Z4Z27CBL-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 ata-ST2000DM001-1ER164_Z4Z27CBL-part9 -> ../../sdc9
lrwxrwxrwx 1 root root  9 Dec 14 18:25 ata-WDC_WD10EZEX-00WN4A0_WD-WCC6Y4LDNTCC -> ../../sdh
lrwxrwxrwx 1 root root 10 Dec 14 18:25 ata-WDC_WD10EZEX-00WN4A0_WD-WCC6Y4LDNTCC-part1 -> ../../sdh1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 ata-WDC_WD10EZEX-00WN4A0_WD-WCC6Y4LDNTCC-part9 -> ../../sdh9
lrwxrwxrwx 1 root root  9 Dec 14 18:25 ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y4UXV2DP -> ../../sdf
lrwxrwxrwx 1 root root 10 Dec 14 18:25 ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y4UXV2DP-part1 -> ../../sdf1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y4UXV2DP-part9 -> ../../sdf9
lrwxrwxrwx 1 root root  9 Dec 14 18:25 ata-WDC_WD40EFZX-68AWUN0_WD-WX22D610F5L1 -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 14 18:25 ata-WDC_WD40EFZX-68AWUN0_WD-WX22D610F5L1-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 ata-WDC_WD40EFZX-68AWUN0_WD-WX22D610F5L1-part9 -> ../../sda9
lrwxrwxrwx 1 root root  9 Dec 14 18:25 ata-WDC_WD40EFZX-68AWUN0_WD-WX62D31NEN8X -> ../../sde
lrwxrwxrwx 1 root root 10 Dec 14 18:25 ata-WDC_WD40EFZX-68AWUN0_WD-WX62D31NEN8X-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 ata-WDC_WD40EFZX-68AWUN0_WD-WX62D31NEN8X-part9 -> ../../sde9
lrwxrwxrwx 1 root root  9 Dec 14 18:27 ata-WDC_WD60EFAX-68JH4N1_WD-WX92D627ULVY -> ../../sdg
lrwxrwxrwx 1 root root 10 Dec 14 18:27 ata-WDC_WD60EFAX-68JH4N1_WD-WX92D627ULVY-part1 -> ../../sdg1
lrwxrwxrwx 1 root root 10 Dec 14 18:27 ata-WDC_WD60EFAX-68JH4N1_WD-WX92D627ULVY-part9 -> ../../sdg9
lrwxrwxrwx 1 root root  9 Dec 14 18:25 md-name-hercules:0 -> ../../md0
lrwxrwxrwx 1 root root 11 Dec 14 18:25 md-name-hercules:0-part1 -> ../../md0p1
lrwxrwxrwx 1 root root  9 Dec 14 18:25 md-uuid-510482d5:5e6a3f55:58c65d8f:bf1d79a4 -> ../../md0
lrwxrwxrwx 1 root root 11 Dec 14 18:25 md-uuid-510482d5:5e6a3f55:58c65d8f:bf1d79a4-part1 -> ../../md0p1
lrwxrwxrwx 1 root root 13 Dec 14 18:25 nvme-eui.0000000001000000e4d25c284f235401 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Dec 14 18:25 nvme-eui.0000000001000000e4d25c284f235401-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Dec 14 18:25 nvme-eui.0000000001000000e4d25c284f235401-part9 -> ../../nvme0n1p9
lrwxrwxrwx 1 root root 13 Dec 14 18:25 nvme-INTEL_SSDPEKNU512GZ_BTKA10451SU7512A -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Dec 14 18:25 nvme-INTEL_SSDPEKNU512GZ_BTKA10451SU7512A-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Dec 14 18:25 nvme-INTEL_SSDPEKNU512GZ_BTKA10451SU7512A-part9 -> ../../nvme0n1p9
lrwxrwxrwx 1 root root  9 Dec 14 18:25 usb-SanDisk_Ultra_Fit_4C530001091028118400-0:0 -> ../../sdd
lrwxrwxrwx 1 root root 10 Dec 14 18:25 usb-SanDisk_Ultra_Fit_4C530001091028118400-0:0-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 usb-SanDisk_Ultra_Fit_4C530001091028118400-0:0-part2 -> ../../sdd2
lrwxrwxrwx 1 root root  9 Dec 14 18:25 usb-SanDisk_Ultra_Fit_4C530001251028118360-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Dec 14 18:25 usb-SanDisk_Ultra_Fit_4C530001251028118360-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 usb-SanDisk_Ultra_Fit_4C530001251028118360-0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root  9 Dec 14 18:25 wwn-0x5000c5007ab2d8ac -> ../../sdc
lrwxrwxrwx 1 root root 10 Dec 14 18:25 wwn-0x5000c5007ab2d8ac-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 wwn-0x5000c5007ab2d8ac-part9 -> ../../sdc9
lrwxrwxrwx 1 root root  9 Dec 14 18:25 wwn-0x50014ee20e115431 -> ../../sdf
lrwxrwxrwx 1 root root 10 Dec 14 18:25 wwn-0x50014ee20e115431-part1 -> ../../sdf1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 wwn-0x50014ee20e115431-part9 -> ../../sdf9
lrwxrwxrwx 1 root root  9 Dec 14 18:25 wwn-0x50014ee2142f71b4 -> ../../sde
lrwxrwxrwx 1 root root 10 Dec 14 18:25 wwn-0x50014ee2142f71b4-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 wwn-0x50014ee2142f71b4-part9 -> ../../sde9
lrwxrwxrwx 1 root root  9 Dec 14 18:27 wwn-0x50014ee21561e437 -> ../../sdg
lrwxrwxrwx 1 root root 10 Dec 14 18:27 wwn-0x50014ee21561e437-part1 -> ../../sdg1
lrwxrwxrwx 1 root root 10 Dec 14 18:27 wwn-0x50014ee21561e437-part9 -> ../../sdg9
lrwxrwxrwx 1 root root  9 Dec 14 18:25 wwn-0x50014ee262c9f8c7 -> ../../sdh
lrwxrwxrwx 1 root root 10 Dec 14 18:25 wwn-0x50014ee262c9f8c7-part1 -> ../../sdh1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 wwn-0x50014ee262c9f8c7-part9 -> ../../sdh9
lrwxrwxrwx 1 root root  9 Dec 14 18:25 wwn-0x50014ee269ab1d14 -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 14 18:25 wwn-0x50014ee269ab1d14-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 14 18:25 wwn-0x50014ee269ab1d14-part9 -> ../../sda9

Example /etc/zfs/vdev_id.conf file:

alias oly_sg2T-1  ata-ST2000DM001-1ER164_Z4Z27CBL
# alias oly_wd2T-1  ata-WDC_WD20EADS-00R6B0_WD-WCAVY1317110
alias oly_wd4T-1  ata-WDC_WD40EFZX-68AWUN0_WD-WX62D31NEN8X

alias oly_wd1T-1  ata-WDC_WD10EZEX-00WN4A0_WD-WCC6Y4LDNTCC
# alias oly_wl1T-2  ata-WL1000GSA6472E_WOL240368592
alias oly_wd4T-2  ata-WDC_WD40EFZX-68AWUN0_WD-WX22D610F5L1

# alias oly_sg1T-1  ata-ST31000520AS_5VX2DXB3
alias oly_wd6T-1  ata-WDC_WD60EFAX-68JH4N1_WD-WX92D627ULVY
alias oly_wd1T-2  ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y4UXV2DP

alias oly_sg3T-1  ata-ST3000DM001-9YN166_Z1F1F6ZZ
# alias oly_sg3T-2  ata-ST3000DM001-9YN166_S1F0MZET

alias oly_int512G nvme-INTEL_SSDPEKNU512GZ_BTKA10451SU7512A

After making the vdev_id.conf file, run:

sudo udevadm trigger

Commands for creating zpool

#zpool create -O normalization=formD -O compression=lz4 -O mountpoint=none -o ashift=12 -o autoexpand=on -o autoreplace=on olympus raidz /dev/sd[abc]
### zpool create -O normalization=formD -O compression=lz4 -O mountpoint=none -o ashift=12 -o autoexpand=on -o autoreplace=on olympus spare /dev/disk/by-id/ata-ST3000DM001-9YN166_Z1F1F6ZZ /dev/disk/by-id/ata-ST3000DM001-9YN166_S1F0MZET mirror /dev/disk/by-id/ata-ST2000DM001-1ER164_Z4Z27CBL /dev/disk/by-id/ata-WDC_WD20EADS-00R6B0_WD-WCAVY1317110  mirror /dev/disk/by-id/ata-WDC_WD10EZEX-00WN4A0_WD-WCC6Y4LDNTCC /dev/disk/by-id/ata-WL1000GSA6472E_WOL240368592 mirror /dev/disk/by-id/ata-ST31000340AS_9QJ1FXT1 /dev/disk/by-id/ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y4UXV2DP

Then the actual filesystems

zfs create -o quota=5TB -o sharesmb=on -o mountpoint=/mnt/zeus olympus/zeus
zfs create -o sharesmb=on -o mountpoint=/mnt/zeus -o casesensitivity=sensitive -o nbmand=off olympus/zeus
zfs set sharesmb=on olympus/zeus
zfs set mountpoint=/mnt/zeus olympus/zeus

Other helpful commands

Getting properties of filesystem:

zfs get all olympus | less
NAME     PROPERTY              VALUE                  SOURCE
olympus  type                  filesystem             -
olympus  creation              Fri May  5 22:40 2017  -
olympus  used                  1.99T                  -
olympus  available             1.52T                  -
olympus  referenced            96K                    -
olympus  compressratio         1.07x                  -
olympus  mounted               no                     -
olympus  quota                 none                   default
olympus  reservation           none                   default
olympus  recordsize            128K                   default
olympus  mountpoint            none                   local
olympus  sharenfs              off                    default
olympus  checksum              on                     default
olympus  compression           lz4                    local
olympus  atime                 on                     default
olympus  devices               on                     default
olympus  exec                  on                     default
olympus  setuid                on                     default
olympus  readonly              off                    default
olympus  zoned                 off                    default
olympus  snapdir               hidden                 default
olympus  aclinherit            restricted             default
olympus  createtxg             1                      -
olympus  canmount              on                     default
olympus  xattr                 on                     default
olympus  copies                1                      default
olympus  version               5                      -
olympus  utf8only              on                     -
olympus  normalization         formD                  -
olympus  casesensitivity       sensitive              -
olympus  vscan                 off                    default
olympus  nbmand                off                    default
olympus  sharesmb              off                    default
olympus  refquota              none                   default
olympus  refreservation        none                   default
olympus  guid                  13437181008465947215   -
olympus  primarycache          all                    default
olympus  secondarycache        all                    default
olympus  usedbysnapshots       0B                     -
olympus  usedbydataset         96K                    -
olympus  usedbychildren        1.99T                  -
olympus  usedbyrefreservation  0B                     -
olympus  logbias               latency                default
olympus  objsetid              21                     -
olympus  dedup                 off                    default
olympus  mlslabel              none                   default
olympus  sync                  standard               default
olympus  dnodesize             legacy                 default
olympus  refcompressratio      1.00x                  -
olympus  written               96K                    -
olympus  logicalused           2.14T                  -
olympus  logicalreferenced     40K                    -
olympus  volmode               default                default
olympus  filesystem_limit      none                   default
olympus  snapshot_limit        none                   default
olympus  filesystem_count      none                   default
olympus  snapshot_count        none                   default
olympus  snapdev               hidden                 default
olympus  acltype               off                    default
olympus  context               none                   default
olympus  fscontext             none                   default
olympus  defcontext            none                   default
olympus  rootcontext           none                   default
olympus  relatime              off                    default
olympus  redundant_metadata    all                    default
olympus  overlay               off                    default
olympus  encryption            off                    default
olympus  keylocation           none                   default
olympus  keyformat             none                   default
olympus  pbkdf2iters           0                      default
olympus  special_small_blocks  0                      default

Getting properties of zpool

zpool get all olympus | less
NAME     PROPERTY                       VALUE                          SOURCE
olympus  size                           3.62T                          -
olympus  capacity                       55%                            -
olympus  altroot                        -                              default
olympus  health                         DEGRADED                       -
olympus  guid                           5551088526878633057            -
olympus  version                        -                              default
olympus  bootfs                         -                              default
olympus  delegation                     on                             default
olympus  autoreplace                    on                             local
olympus  cachefile                      -                              default
olympus  failmode                       wait                           default
olympus  listsnapshots                  off                            default
olympus  autoexpand                     off                            default
olympus  dedupditto                     0                              default
olympus  dedupratio                     1.00x                          -
olympus  free                           1.63T                          -
olympus  allocated                      1.99T                          -
olympus  readonly                       off                            -
olympus  ashift                         12                             local
olympus  comment                        -                              default
olympus  expandsize                     -                              -
olympus  freeing                        0                              -
olympus  fragmentation                  25%                            -
olympus  leaked                         0                              -
olympus  multihost                      off                            default
olympus  checkpoint                     -                              -
olympus  load_guid                      5338922987923656785            -
olympus  autotrim                       off                            default
olympus  feature@async_destroy          enabled                        local
olympus  feature@empty_bpobj            active                         local
olympus  feature@lz4_compress           active                         local
olympus  feature@multi_vdev_crash_dump  enabled                        local
olympus  feature@spacemap_histogram     active                         local
olympus  feature@enabled_txg            active                         local
olympus  feature@hole_birth             active                         local
olympus  feature@extensible_dataset     active                         local
olympus  feature@embedded_data          active                         local
olympus  feature@bookmarks              enabled                        local
olympus  feature@filesystem_limits      enabled                        local
olympus  feature@large_blocks           enabled                        local
olympus  feature@large_dnode            enabled                        local
olympus  feature@sha512                 enabled                        local
olympus  feature@skein                  enabled                        local
olympus  feature@edonr                  enabled                        local
olympus  feature@userobj_accounting     active                         local
olympus  feature@encryption             enabled                        local
olympus  feature@project_quota          active                         local
olympus  feature@device_removal         enabled                        local
olympus  feature@obsolete_counts        enabled                        local
olympus  feature@zpool_checkpoint       enabled                        local
olympus  feature@spacemap_v2            active                         local
olympus  feature@allocation_classes     enabled                        local
olympus  feature@resilver_defer         enabled                        local
olympus  feature@bookmark_v2            enabled                        local

Watch zpool status in realtime

watch zpool status
Every 0.5s: zpool status                                                                                                                                                                                    hercules: Wed Dec 14 19:01:55 2022

  pool: olympus
 state: DEGRADED
status: One or more devices is currently being resilvered.  The pool will
        continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
  scan: resilver in progress since Wed Dec 14 18:27:34 2022
        1.99T scanned at 1015M/s, 1.57T issued at 797M/s, 1.99T total
        147G resilvered, 78.53% done, 0 days 00:09:23 to go
config:

        NAME                        STATE     READ WRITE CKSUM
        olympus                     DEGRADED     0     0     0
          mirror-0                  ONLINE       0     0     0
            oly_wd4T-1              ONLINE       0     0     0
            oly_sg2T-1              ONLINE       0     0     0
          mirror-1                  ONLINE       0     0     0
            oly_wd1T-1              ONLINE       0     0     0
            oly_wd4T-2              ONLINE       0     0     0
          mirror-2                  DEGRADED     0     0     0
            oly_wd1T-2              ONLINE       0     0     0
            spare-1                 DEGRADED     0     0     0
              replacing-0           DEGRADED     0     0     0
                oly_sg1T-1          OFFLINE      0     0     0
                oly_wd6T-1          ONLINE       0     0     0  (resilvering)
              16185825419232213553  UNAVAIL      0     0     0  was /dev/disk/by-vdev/oly_sg3T-1-part1
        cache
          oly_int512G               ONLINE       0     0     0
        spares
          oly_sg3T-1                UNAVAIL

errors: No known data errors

Watching more details about the zpool's io

watch "zpool list -v olympus; echo; zpool iostat"

Sample output:

Every 0.5s: zpool list -v olympus; echo; zpool iostat                                                                                                                                                       hercules: Wed Dec 14 19:07:36 2022

NAME                         SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
olympus                     3.62T  1.99T  1.63T        -         -    25%    55%  1.00x  DEGRADED  -
  mirror                    1.81T   940G   916G        -         -    23%  50.6%      -  ONLINE
    oly_wd4T-1                  -      -      -        -         -      -      -      -  ONLINE
    oly_sg2T-1                  -      -      -        -         -      -      -      -  ONLINE
  mirror                     928G   521G   407G        -         -    26%  56.1%      -  ONLINE
    oly_wd1T-1                  -      -      -        -         -      -      -      -  ONLINE
    oly_wd4T-2                  -      -      -        -         -      -      -      -  ONLINE
  mirror                     928G   582G   346G        -         -    28%  62.7%      -  DEGRADED
    oly_wd1T-2                  -      -      -        -         -      -      -      -  ONLINE
    spare                       -      -      -        -         -      -      -      -  DEGRADED
      replacing                 -      -      -        -         -      -      -      -  DEGRADED
        oly_sg1T-1              -      -      -        -         -      -      -      -  OFFLINE
        oly_wd6T-1              -      -      -        -         -      -      -      -  ONLINE
      16185825419232213553      -      -      -        -         -      -      -      -  UNAVAIL
cache                           -      -      -        -         -      -      -      -  -
  oly_int512G                477G  40.5K   477G        -         -     0%  0.00%      -  ONLINE
spare                           -      -      -        -         -      -      -      -  -
  oly_sg3T-1                    -      -      -        -         -      -      -      -  UNAVAIL

              capacity     operations     bandwidth
pool        alloc   free   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
olympus     1.99T  1.63T    338    510  82.9M  81.9M

Use this if you really mess things up and want to start over:

dd if=/dev/zero of=/zfs1 bs=1 count=1 seek=5M
for i in /dev/sd[abc]; do fdisk $i <.wipe; done

ZPool history

This command is amazing! It only prints successfully executed commands that altered the zpool:

zpool history olympus

Sample output:

History for 'olympus':
2017-05-05.22:40:33 zpool create -O normalization=formD -O compression=lz4 -O mountpoint=none -o ashift=12 -o autoexpand=on -o autoreplace=on olympus spare /dev/disk/by-id/ata-ST3000DM001-9YN166_Z1F1F6ZZ /dev/disk/by-id/ata-ST3000DM001-9Y
N166_S1F0MZET mirror /dev/disk/by-id/ata-ST2000DM001-1ER164_Z4Z27CBL /dev/disk/by-id/ata-WDC_WD20EADS-00R6B0_WD-WCAVY1317110 mirror /dev/disk/by-id/ata-WDC_WD10EZEX-00WN4A0_WD-WCC6Y4LDNTCC /dev/disk/by-id/ata-WL1000GSA6472E_WOL240368592 m
irror /dev/disk/by-id/ata-ST31000340AS_9QJ1FXT1 /dev/disk/by-id/ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y4UXV2DP
2017-05-05.22:44:04 zfs create -o quota=5TB -o sharesmb=on -o mountpoint=/mnt/zeus olympus/zeus
2017-05-05.22:48:50 zfs set mountpoint=none olympus/zeus
2017-05-05.22:54:02 zfs set mountpoint=/mnt/zeus olympus/zeus
2017-05-05.22:54:50 zfs set setuid=on olympus/zeus
2017-05-06.10:10:37 zfs set quota=2TB olympus/zeus
2017-05-06.10:14:42 zfs create -o quota=2TB -o sharesmb=on -o mountpoint=/mnt/phil olympus/phil
2017-05-06.10:56:49 zpool remove olympus /dev/disk/by-id/ata-ST3000DM001-9YN166_Z1F1F6ZZ
2017-05-06.10:57:26 zpool add olympus spare /dev/disk/by-vdev/ttb7
2017-05-06.11:18:47 zpool remove olympus /dev/disk/by-vdev/ttb7
2017-05-06.11:22:38 zpool add olympus spare /dev/disk/by-vdev/sg3T-1
2017-05-06.11:22:58 zpool remove olympus /dev/disk/by-id/ata-ST3000DM001-9YN166_S1F0MZET
2017-05-06.11:23:05 zpool add olympus spare /dev/disk/by-vdev/sg3T-2
2017-05-06.11:24:25 zpool offline olympus /dev/disk/by-id/ata-ST2000DM001-1ER164_Z4Z27CBL
2017-05-06.11:25:18 zpool detach olympus /dev/disk/by-id/ata-ST2000DM001-1ER164_Z4Z27CBL
2017-05-06.11:31:48 zpool attach olympus /dev/disk/by-id/ata-WDC_WD20EADS-00R6B0_WD-WCAVY1317110 /dev/disk/by-vdev/sg2T-1
2017-05-06.11:39:13 zfs set mountpoint=none olympus/zeus
2017-05-06.11:39:25 zfs set mountpoint=none olympus/phil
2017-05-06.11:39:54 zpool export olympus
2017-05-06.11:42:16 zpool import -d /dev/disk/by-vdev olympus
2017-05-06.11:44:22 zpool detach olympus 6742331016278682864
2017-05-06.11:46:22 zpool remove olympus oly_sg3T-1
2017-05-06.11:47:29 zpool attach olympus oly_wd1T-2 oly_sg3T-1
2017-05-06.11:47:58 zfs set mountpoint=/mnt/zeus olympus/zeus
2017-05-06.11:48:09 zfs set mountpoint=/mnt/phil olympus/phil
2017-05-06.16:04:14 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-06.16:13:18 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-07.13:06:40 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-07.19:45:52 zpool scrub olympus
2017-05-08.18:37:31 zpool replace olympus oly_sg3T-1 oly_sg1T-1
2017-05-08.19:02:23 zpool add olympus spare oly_sg3T-1
2017-05-10.16:34:11 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-10.17:02:35 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-13.23:24:09 zpool scrub olympus
2017-05-14.16:53:10 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-14.18:46:03 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-14.18:58:27 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-15.20:32:16 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-23.21:22:16 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-26.19:28:46 zpool scrub olympus
2017-05-31.18:58:04 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-31.19:18:28 zpool import -c /etc/zfs/zpool.cache -aN
2017-05-31.19:32:47 zpool import -c /etc/zfs/zpool.cache -aN
2017-06-10.23:24:03 zpool scrub olympus
2017-07-05.20:18:14 zpool import -c /etc/zfs/zpool.cache -aN
2017-07-08.23:24:04 zpool scrub olympus
2017-07-21.09:21:16 zpool import -c /etc/zfs/zpool.cache -aN
2017-07-25.21:46:58 zpool import -c /etc/zfs/zpool.cache -aN
2017-08-14.09:34:36 zpool import -c /etc/zfs/zpool.cache -aN
2017-08-14.13:36:11 zpool import -c /etc/zfs/zpool.cache -aN
2017-08-14.18:03:48 zpool import -c /etc/zfs/zpool.cache -aN                                                                                                                                                                         [324/386]
2017-08-15.09:27:43 zpool import -c /etc/zfs/zpool.cache -aN
2017-09-09.23:24:11 zpool scrub olympus
2017-09-17.17:26:34 zpool import -c /etc/zfs/zpool.cache -aN
2017-10-03.08:44:32 zpool import -c /etc/zfs/zpool.cache -aN
2017-10-03.10:06:42 zpool import -c /etc/zfs/zpool.cache -aN
2017-10-03.10:36:47 zpool import -c /etc/zfs/zpool.cache -aN
2017-10-03.10:38:40 zpool import -c /etc/zfs/zpool.cache -aN
2017-10-03.11:46:56 zpool import -c /etc/zfs/zpool.cache -aN
2017-11-07.10:01:43 zpool import -c /etc/zfs/zpool.cache -aN
2017-11-07.17:36:43 zpool import -c /etc/zfs/zpool.cache -aN
2017-11-07.17:41:53 zpool import -c /etc/zfs/zpool.cache -aN
2017-11-07.17:56:32 zpool import -c /etc/zfs/zpool.cache -aN
2017-11-17.11:12:24 zpool import -c /etc/zfs/zpool.cache -aN
2017-11-17.11:26:01 zpool import -c /etc/zfs/zpool.cache -aN
2017-11-17.11:28:27 zpool import -c /etc/zfs/zpool.cache -aN
2017-11-17.13:38:56 zpool import -c /etc/zfs/zpool.cache -aN
2017-11-21.21:47:01 zpool import -c /etc/zfs/zpool.cache -aN
2017-11-21.21:49:05 zpool import -c /etc/zfs/zpool.cache -aN
2017-12-09.23:24:10 zpool scrub olympus
2018-01-07.13:43:49 zpool import -c /etc/zfs/zpool.cache -aN
2018-01-13.23:24:09 zpool scrub olympus
2018-02-03.08:21:40 zpool import -c /etc/zfs/zpool.cache -aN
2018-02-10.23:24:10 zpool scrub olympus
2018-03-10.23:24:10 zpool scrub olympus
2018-04-07.23:24:09 zpool scrub olympus
2018-05-12.23:24:10 zpool scrub olympus
2018-05-28.08:06:07 zpool import -c /etc/zfs/zpool.cache -aN
2018-06-07.06:22:35 zpool import -c /etc/zfs/zpool.cache -aN
2018-06-09.23:24:10 zpool scrub olympus
2018-06-17.14:47:57 zpool import -c /etc/zfs/zpool.cache -aN
2018-06-23.05:26:39 zpool import -c /etc/zfs/zpool.cache -aN
2018-06-27.13:45:02 zpool import -c /etc/zfs/zpool.cache -aN
2018-07-07.23:24:10 zpool scrub olympus
2018-07-17.15:19:56 zpool import -c /etc/zfs/zpool.cache -aN
2018-08-04.02:02:42 zpool import -c /etc/zfs/zpool.cache -aN
2018-08-05.10:43:34 zpool import -c /etc/zfs/zpool.cache -aN
2018-08-11.23:24:10 zpool scrub olympus
2018-08-13.15:24:34 zpool import -c /etc/zfs/zpool.cache -aN
2018-08-20.14:49:25 zpool import -c /etc/zfs/zpool.cache -aN
2018-08-24.02:15:21 zpool import -c /etc/zfs/zpool.cache -aN
2018-09-08.23:24:10 zpool scrub olympus
2018-09-22.08:22:38 zpool import -c /etc/zfs/zpool.cache -aN
2018-09-29.10:30:36 zpool import -c /etc/zfs/zpool.cache -aN
2018-10-13.23:24:10 zpool scrub olympus
2018-11-10.23:24:10 zpool scrub olympus
2018-12-08.23:24:10 zpool scrub olympus
2018-12-31.15:12:16 zpool import -c /etc/zfs/zpool.cache -aN
2019-01-12.23:24:10 zpool scrub olympus
2019-01-27.12:32:04 zpool import -c /etc/zfs/zpool.cache -aN
2019-02-09.23:24:10 zpool scrub olympus
2019-03-08.20:44:34 zpool import -c /etc/zfs/zpool.cache -aN
2019-03-09.23:24:10 zpool scrub olympus
2019-03-12.18:58:01 zpool import -c /etc/zfs/zpool.cache -aN
2019-03-22.09:29:30 zpool import -c /etc/zfs/zpool.cache -aN                                                                                                                                                                         [270/386]
2019-03-23.15:01:55 zpool import -c /etc/zfs/zpool.cache -aN
2019-04-03.13:33:24 zpool set autoexpand=off olympus
2019-04-13.23:24:10 zpool scrub olympus
2019-04-26.13:34:44 zpool import -c /etc/zfs/zpool.cache -aN
2019-05-11.23:24:10 zpool scrub olympus
2019-05-25.12:07:49 zpool import -c /etc/zfs/zpool.cache -aN
2019-05-26.09:46:33 zpool import -c /etc/zfs/zpool.cache -aN
2019-06-08.23:24:10 zpool scrub olympus
2019-06-16.09:18:56 zpool import -c /etc/zfs/zpool.cache -aN
2019-06-19.08:17:07 zpool import -c /etc/zfs/zpool.cache -aN
2019-06-19.20:00:33 zpool import -c /etc/zfs/zpool.cache -aN
2019-06-22.11:56:06 zpool import -c /etc/zfs/zpool.cache -aN
2019-06-24.07:46:09 zpool import -c /etc/zfs/zpool.cache -aN
2019-06-24.15:11:05 zpool import -c /etc/zfs/zpool.cache -aN
2019-06-26.08:12:36 zpool import -c /etc/zfs/zpool.cache -aN
2019-06-27.19:09:27 zpool import -c /etc/zfs/zpool.cache -aN
2019-07-13.17:42:14 zpool import -c /etc/zfs/zpool.cache -aN
2019-07-13.23:24:10 zpool scrub olympus
2019-07-18.15:26:37 zpool import -c /etc/zfs/zpool.cache -aN
2019-08-07.19:29:18 zpool import -c /etc/zfs/zpool.cache -aN
2019-08-10.23:24:10 zpool scrub olympus
2019-08-12.19:28:31 zpool import -c /etc/zfs/zpool.cache -aN
2019-08-17.10:21:17 zpool import -c /etc/zfs/zpool.cache -aN
2019-08-28.05:59:44 zpool import -c /etc/zfs/zpool.cache -aN
2019-09-01.09:45:07 zpool import -c /etc/zfs/zpool.cache -aN
2019-09-08.00:24:10 zpool scrub olympus
2019-09-11.08:19:50 zpool import -c /etc/zfs/zpool.cache -aN
2019-09-22.10:37:45 zpool import -c /etc/zfs/zpool.cache -aN
2019-10-01.18:53:30 zpool import -c /etc/zfs/zpool.cache -aN
2019-10-13.00:24:10 zpool scrub olympus
2019-10-20.08:01:08 zpool import -c /etc/zfs/zpool.cache -aN
2019-10-30.20:58:03 zpool import -c /etc/zfs/zpool.cache -aN
2019-11-02.13:13:33 zpool import -c /etc/zfs/zpool.cache -aN
2019-11-05.09:52:19 zpool import -c /etc/zfs/zpool.cache -aN
2019-11-05.20:23:32 zpool import -c /etc/zfs/zpool.cache -aN
2019-11-11.07:50:39 zpool import -c /etc/zfs/zpool.cache -aN
2019-12-09.19:26:32 zpool import -c /etc/zfs/zpool.cache -aN
2020-01-01.12:00:36 zpool import -c /etc/zfs/zpool.cache -aN
2020-01-12.00:24:10 zpool scrub olympus
2020-01-18.11:59:52 zpool import -c /etc/zfs/zpool.cache -aN
2020-02-08.11:58:56 zpool import -c /etc/zfs/zpool.cache -aN
2020-02-09.00:24:04 zpool scrub olympus
2020-02-29.20:00:31 zpool import -c /etc/zfs/zpool.cache -aN
2020-03-08.12:06:59 zpool import -c /etc/zfs/zpool.cache -aN
2020-03-13.19:49:51 zpool import -c /etc/zfs/zpool.cache -aN
2020-03-15.10:12:42 zpool import -c /etc/zfs/zpool.cache -aN
2020-03-15.12:06:22 zpool import -c /etc/zfs/zpool.cache -aN
2020-03-20.16:46:50 zpool import -c /etc/zfs/zpool.cache -aN
2020-03-21.22:57:46 zpool import -c /etc/zfs/zpool.cache -aN
2020-04-04.13:17:52 zpool import -c /etc/zfs/zpool.cache -aN
2020-04-09.18:04:50 zpool import -c /etc/zfs/zpool.cache -aN
2020-04-10.16:00:12 zpool import -c /etc/zfs/zpool.cache -aN
2020-04-12.00:24:10 zpool scrub olympus
2020-04-16.13:13:30 zpool import -c /etc/zfs/zpool.cache -aN                                                                                                                                                                         [216/386]
2020-04-16.13:48:02 zpool import -c /etc/zfs/zpool.cache -aN
2020-04-16.14:02:25 zpool import -c /etc/zfs/zpool.cache -aN
2020-04-21.17:16:12 zpool import -c /etc/zfs/zpool.cache -aN
2020-04-24.11:25:30 zpool import -c /etc/zfs/zpool.cache -aN
2020-04-24.12:53:51 zpool upgrade olympus
2020-04-28.19:09:24 zpool import -c /etc/zfs/zpool.cache -aN
2020-04-29.10:22:29 zpool import -c /etc/zfs/zpool.cache -aN
2020-04-30.16:23:38 zpool import -c /etc/zfs/zpool.cache -aN
2020-05-05.19:15:57 zpool import -c /etc/zfs/zpool.cache -aN
2020-05-06.06:44:14 zpool import -c /etc/zfs/zpool.cache -aN
2020-05-10.00:24:09 zpool scrub olympus
2020-05-14.08:28:24 zpool import -c /etc/zfs/zpool.cache -aN
2020-05-16.09:04:23 zpool import -c /etc/zfs/zpool.cache -aN
2020-05-19.18:42:14 zpool import -c /etc/zfs/zpool.cache -aN
2020-05-28.19:49:40 zpool import -c /etc/zfs/zpool.cache -aN
2020-05-29.19:25:44 zpool import -c /etc/zfs/zpool.cache -aN
2020-06-04.18:52:50 zpool import -c /etc/zfs/zpool.cache -aN
2020-06-06.15:06:56 zpool import -c /etc/zfs/zpool.cache -aN
2020-06-09.13:35:12 zpool import -c /etc/zfs/zpool.cache -aN
2020-06-13.08:01:28 zpool import -c /etc/zfs/zpool.cache -aN
2020-06-14.00:24:56 zpool scrub olympus
2020-06-24.18:39:38 zpool import -c /etc/zfs/zpool.cache -aN
2020-06-25.20:01:48 zpool import -c /etc/zfs/zpool.cache -aN
2020-06-27.08:24:18 zpool import -c /etc/zfs/zpool.cache -aN
2020-06-28.19:58:44 zpool import -c /etc/zfs/zpool.cache -aN
2020-06-29.17:29:42 zpool import -c /etc/zfs/zpool.cache -aN
2020-07-06.18:08:42 zpool import -c /etc/zfs/zpool.cache -aN
2020-07-12.00:24:10 zpool scrub olympus
2020-07-18.19:28:39 zpool import -c /etc/zfs/zpool.cache -aN
2020-07-21.19:45:46 zpool import -c /etc/zfs/zpool.cache -aN
2020-08-01.12:17:54 zpool import -c /etc/zfs/zpool.cache -aN
2020-08-09.10:16:38 zpool import -c /etc/zfs/zpool.cache -aN
2020-08-12.06:44:28 zpool import -c /etc/zfs/zpool.cache -aN
2020-08-18.11:16:45 zpool import -c /etc/zfs/zpool.cache -aN
2020-08-22.11:58:57 zpool import -c /etc/zfs/zpool.cache -aN
2020-08-23.09:08:55 zpool import -c /etc/zfs/zpool.cache -aN
2020-08-23.13:04:41 zpool import -c /etc/zfs/zpool.cache -aN
2020-09-05.11:18:22 zpool import -c /etc/zfs/zpool.cache -aN
2020-09-11.22:17:25 zpool import -c /etc/zfs/zpool.cache -aN
2020-09-13.00:24:09 zpool scrub olympus
2020-09-17.21:41:03 zpool import -c /etc/zfs/zpool.cache -aN
2020-09-26.20:18:49 zpool import -c /etc/zfs/zpool.cache -aN
2020-09-28.18:54:17 zpool import -c /etc/zfs/zpool.cache -aN
2020-10-16.19:41:29 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-01.19:55:59 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-07.08:26:23 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-08.00:24:10 zpool scrub olympus
2020-11-08.09:30:02 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-10.07:28:33 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-10.07:35:51 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-24.07:41:10 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-24.07:54:42 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-24.08:02:24 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-24.16:09:44 zpool import -c /etc/zfs/zpool.cache -aN                                                                                                                                                                         [162/386]
2020-11-25.20:48:13 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-26.01:39:16 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-26.12:55:26 zpool import -c /etc/zfs/zpool.cache -aN
2020-11-28.20:10:44 zpool import -c /etc/zfs/zpool.cache -aN
2020-12-04.07:11:34 zpool import -c /etc/zfs/zpool.cache -aN
2020-12-23.06:30:08 zpool import -c /etc/zfs/zpool.cache -aN
2020-12-27.11:19:07 zpool import -c /etc/zfs/zpool.cache -aN
2021-01-09.21:37:07 zpool import -c /etc/zfs/zpool.cache -aN
2021-01-10.00:24:09 zpool scrub olympus
2021-02-08.06:18:46 zpool import -c /etc/zfs/zpool.cache -aN
2021-02-08.21:41:53 zpool import -c /etc/zfs/zpool.cache -aN
2021-02-08.21:57:00 zpool import -c /etc/zfs/zpool.cache -aN
2021-02-09.12:28:18 zpool import -c /etc/zfs/zpool.cache -aN
2021-02-11.15:54:50 zpool import -c /etc/zfs/zpool.cache -aN
2021-02-14.00:24:41 zpool scrub olympus
2021-02-15.19:05:20 zpool import -c /etc/zfs/zpool.cache -aN
2021-02-18.19:22:41 zpool import -c /etc/zfs/zpool.cache -aN
2021-02-27.17:12:21 zpool import -c /etc/zfs/zpool.cache -aN
2021-02-28.19:55:11 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-04.19:07:01 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-07.10:14:05 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-10.06:26:08 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-10.18:25:35 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-13.08:56:45 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-14.00:25:00 zpool scrub olympus
2021-03-17.20:22:05 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-20.09:29:34 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-21.19:20:31 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-23.18:36:55 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-27.09:00:29 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-28.14:17:12 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-28.14:31:29 zpool scrub olympus
2021-03-28.14:33:22 zpool clear olympus
2021-03-28.14:35:35 zpool remove olympus oly_sg3T-2
2021-03-28.15:00:36 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-28.15:01:47 zpool add olympus spare oly_sg3T-2
2021-03-28.15:06:47 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-28.15:39:32 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-29.17:16:53 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-30.17:10:02 zpool import -c /etc/zfs/zpool.cache -aN
2021-03-31.08:27:11 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-07.20:19:46 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-07.20:52:12 zpool export olympus
2021-04-07.21:07:53 zpool export olympus
2021-04-07.21:10:16 zpool import olympus -d /dev/disk/by-vdev
2021-04-07.21:12:51 zpool add olympus cache oly_int512G
2021-04-08.05:48:43 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-08.18:30:19 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-09.05:43:52 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-09.06:07:09 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-09.21:41:56 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-10.10:11:13 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-10.15:54:26 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-11.09:42:33 zpool import -c /etc/zfs/zpool.cache -aN                                                                                                                                                                         [108/386]
2021-04-11.09:56:02 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-13.06:36:01 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-13.19:04:51 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-15.06:10:30 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-16.06:21:49 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-16.09:17:43 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-17.19:16:07 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-17.20:25:29 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-17.20:33:05 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-17.20:47:26 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-18.15:52:22 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-18.18:33:51 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-18.19:06:05 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-20.06:24:10 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-21.18:19:20 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-23.06:55:10 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-24.10:25:54 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-24.10:47:21 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-24.11:18:16 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-24.11:28:16 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-24.21:06:26 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-25.06:17:23 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-25.06:32:10 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-25.06:36:02 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-25.06:43:07 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-25.07:03:28 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-25.07:50:08 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-25.13:10:17 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-25.21:20:24 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-26.06:55:24 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-26.20:29:20 zpool import -c /etc/zfs/zpool.cache -aN
2021-04-28.20:59:32 zpool import -c /etc/zfs/zpool.cache -aN
2021-05-02.08:07:03 zpool import -c /etc/zfs/zpool.cache -aN
2021-05-03.11:47:29 zpool import -c /etc/zfs/zpool.cache -aN
2021-05-09.00:24:48 zpool scrub olympus
2021-05-09.13:08:16 zpool import -c /etc/zfs/zpool.cache -aN
2021-05-09.22:21:42 zpool import -c /etc/zfs/zpool.cache -aN
2021-05-12.06:34:31 zpool import -c /etc/zfs/zpool.cache -aN
2021-05-13.13:50:37 zpool import -c /etc/zfs/zpool.cache -aN
2021-05-25.20:40:15 zpool import -c /etc/zfs/zpool.cache -aN
2021-05-25.22:42:31 zpool import -c /etc/zfs/zpool.cache -aN
2021-06-02.07:44:05 zpool import -c /etc/zfs/zpool.cache -aN
2021-06-04.21:27:52 zpool import -c /etc/zfs/zpool.cache -aN
2021-06-13.00:25:13 zpool scrub olympus
2021-06-13.08:37:11 zpool clear olympus
2021-06-13.08:37:47 zpool clear olympus oly_wd2T-1
2021-06-13.08:40:22 zpool clear olympus oly_wd1T-2
2021-06-13.08:40:37 zpool clear olympus oly_sg2T-1
2021-06-19.16:11:48 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-01.20:34:53 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-06.06:59:05 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-11.08:16:43 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-12.13:54:51 zpool clear olympus oly_wd1T-2
2021-07-15.03:12:32 zpool import -c /etc/zfs/zpool.cache -aN                                                                                                                                                                          [54/386]
2021-07-19.20:57:53 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-19.21:17:00 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-19.21:20:22 zpool clear olympus oly_sg3T-2
2021-07-21.20:31:30 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-24.09:49:42 zpool clear olympus oly_sg3T-1
2021-07-24.09:50:06 zpool clear olympus oly_sg3T-2
2021-07-24.10:50:12 zpool clear olympus
2021-07-24.11:03:09 zpool detach olympus oly_sg3T-2
2021-07-24.11:07:08 zpool detach olympus oly_sg3T-1
2021-07-24.11:14:39 zpool remove olympus oly_sg3T-2
2021-07-24.11:20:46 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-24.11:35:38 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-24.12:04:37 zpool clear olympus
2021-07-24.12:06:32 zpool upgrade olympus
2021-07-24.12:16:44 zpool remove olympus oly_sg3T-1
2021-07-24.12:32:32 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-24.13:00:16 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-24.13:03:18 zpool add olympus spare oly_sg3T-1
2021-07-24.13:22:13 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-24.13:36:19 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-24.18:45:49 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-27.20:34:08 zpool import -c /etc/zfs/zpool.cache -aN
2021-07-28.20:33:57 zpool clear olympus
2021-08-21.21:10:05 zpool import -c /etc/zfs/zpool.cache -aN
2021-08-26.06:59:37 zpool import -c /etc/zfs/zpool.cache -aN
2021-08-28.09:57:52 zpool import -c /etc/zfs/zpool.cache -aN
2021-09-01.17:26:39 zpool import -c /etc/zfs/zpool.cache -aN
2021-09-03.06:24:00 zpool import -c /etc/zfs/zpool.cache -aN
2021-09-13.13:00:36 zpool import -c /etc/zfs/zpool.cache -aN
2021-09-14.17:05:47 zpool import -c /etc/zfs/zpool.cache -aN
2021-09-15.17:58:32 zpool import -c /etc/zfs/zpool.cache -aN
2021-12-11.18:07:23 zpool import -c /etc/zfs/zpool.cache -aN
2021-12-11.18:08:59 zpool replace olympus oly_wl1T-2 oly_wd4T-2
2021-12-11.19:59:58 zpool remove olympus oly_sg3T-1
2021-12-11.20:01:16 zpool clear olympus
2021-12-12.00:24:09 zpool scrub olympus
2021-12-12.12:23:40 zpool import -c /etc/zfs/zpool.cache -aN
2021-12-12.12:27:50 zpool add olympus spare oly_sg3T-1
2021-12-15.07:02:07 zpool import -c /etc/zfs/zpool.cache -aN
2021-12-16.21:20:21 zpool import -c /etc/zfs/zpool.cache -aN
2022-01-06.11:37:52 zpool import -c /etc/zfs/zpool.cache -aN
2022-01-06.16:51:10 zpool import -c /etc/zfs/zpool.cache -aN
2022-01-09.00:24:37 zpool scrub olympus
2022-01-17.20:43:50 zpool import -c /etc/zfs/zpool.cache -aN
2022-01-19.20:13:02 zpool import -c /etc/zfs/zpool.cache -aN
2022-02-05.22:22:06 zpool import -c /etc/zfs/zpool.cache -aN
2022-02-13.00:24:25 zpool scrub olympus
2022-02-18.18:18:59 zpool import -c /etc/zfs/zpool.cache -aN
2022-02-24.23:24:33 zpool import -c /etc/zfs/zpool.cache -aN
2022-02-27.19:46:53 zpool import -c /etc/zfs/zpool.cache -aN
2022-03-13.00:24:30 zpool scrub olympus
2022-04-10.00:24:34 zpool scrub olympus
2022-05-02.03:44:21 zpool import -c /etc/zfs/zpool.cache -aN
2022-05-08.00:24:58 zpool scrub olympus
2022-05-20.14:14:14 zpool import -c /etc/zfs/zpool.cache -aN
2022-06-12.00:24:22 zpool scrub olympus
2022-06-16.08:47:57 zpool import -c /etc/zfs/zpool.cache -aN
2022-06-21.15:41:57 zpool import -c /etc/zfs/zpool.cache -aN
2022-07-04.14:48:58 zpool import -c /etc/zfs/zpool.cache -aN
2022-07-10.00:24:41 zpool scrub olympus
2022-07-24.13:07:09 zpool import -c /etc/zfs/zpool.cache -aN
2022-07-25.19:09:00 zpool import -c /etc/zfs/zpool.cache -aN
2022-08-14.00:24:50 zpool scrub olympus
2022-09-11.00:25:00 zpool scrub olympus
2022-09-16.03:56:34 zpool import -c /etc/zfs/zpool.cache -aN
2022-09-22.20:05:22 zpool import -c /etc/zfs/zpool.cache -aN
2022-10-05.17:30:42 zpool import -c /etc/zfs/zpool.cache -aN
2022-10-10.21:12:08 zpool import -c /etc/zfs/zpool.cache -aN
2022-10-14.08:18:26 zpool import -c /etc/zfs/zpool.cache -aN
2022-11-05.10:59:21 zpool import -c /etc/zfs/zpool.cache -aN
2022-11-07.07:28:55 zpool import -c /etc/zfs/zpool.cache -aN
2022-11-08.06:43:45 zpool import -c /etc/zfs/zpool.cache -aN
2022-11-22.07:06:40 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-11.00:24:38 zpool scrub olympus
2022-12-14.17:50:47 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-14.18:01:05 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-14.18:07:59 zpool offline olympus oly_sg1T-1
2022-12-14.18:25:57 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-14.18:27:56 zpool replace olympus oly_sg1T-1 oly_wd6T-1

MDADM

This isn't actually for ZFS, but is helpful for monitoring my mdadm raid

watch "cat /proc/mdstat; sudo mdadm --misc --detail /dev/md0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment