Dear experts, colleagues, brothers and friends.Tell me how to clean large-volume disks in a short time.The disks had zfs pools, gmirror, and gstripe. As a result, the disks are in a cluttered state and do not allow the correct creation of gmirror (synchronization errors with disk dump and gpt error 17 errors) and gstripe (gpt error 17 errors). I tried partial erasure, but it didn't help (dd if=/dev/zero of=/dev/ad* count=1000). The only thing that is created and does not cause errors in the process is the zfs pool, but the UFC only needs it for a number of good reasons.On disks up to 500G, the issue was resolved by dd if=/dev/zero of=/dev/ad*, but with disks of 20T each, this process will continue until my death in time.How can I speed up the process and completely clean large-volume disks in a short time?
Please help
Please help