Tony Hutter

Results 348 comments of Tony Hutter

1. It seems `anyraid_checkpoint.ksh` makes my VM run out of disk space (when run in sequence as `./scripts/zfs-tests.sh -T anyraid`). Here are its vdev files when it runs out of...

> However if you setup say a two disk mirror pool and offline a disk then the zpool labelclear -f always comes back with "failed to clear". Note: it will...

You could make it even more general and allow `keylocation` to execute a script (`keylocation=/path/to/script.sh`). The script would write the key to stdout, which would be read by zfs. This...

You mentioned the `zpool import -FX` flags already, but these zfs module params can be useful for disaster recovery as well: ``` spa_load_verify_data spa_load_verify_metadata zfs_scan_ignore_errors zfs_max_missing_tvds ```

It would be nice to have a `zpool import --disaster-recovery` flag that would present you with clear, Y/N prompts, that tries increasingly risky things to import your pool. ``` $...

Sorry about this - Almalinux just upgraded from 9.6->9.7 yesterday. Our updated kmod package are out now though. Please give it a try again. If you run into any issues,...

@io7m sorry for the late response - I've been on vacation for awhile but am back in the office now. I'm working on putting together EL10 packages.

Please give it a try now on EL10: ``` dnf install https://zfsonlinux.org/epel/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm ```

We have historically bumped the major number when the EL zfs release got too old. For example, on RHEL8 we have provided RPMs for zfs-0.8.x, zfs-2.0.x, and zfs-2.1.x. Whether now...

My preference would be for a vdev property, since you could set it NVMe vdevs, but not spinning disks. This assumes we're 100% comfortable with this feature though. @MigeljanImeri do...