Haravikk

Results 84 comments of Haravikk

Is there a use-case for sending all records to the special vdev? Because surely you'd effectively be ignoring all standard devices in the pool, such that the only data that...

To perform the encryption on the sending side (essentially generating a `zfs send -w` from an unencrypted or differently encrypted source) we need some way to pass `zfs send` details...

If your goal is essentially to load a key only for the purpose of receiving, I wonder if a simpler solution might be to do something like add an option...

Actually it seems that not especially complicated layouts are being affected as well, for example: ``` CREATE TABLE `BiasPatterns` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `client` int(10) unsigned DEFAULT...