Replicate to the new pool and destroy the old one.
I tried to do that. Failed. Here is what I did:
zfs snapshot -r black-wd1t-stripe@full-stripe-snapshot
zfs send -R black-wd1t-stripe@full-stripe-snapshot | zfs receive -Fdvu ext-green-4T
receiving full stream of black-wd1t-stripe@full-stripe-snapshot into ext-green-4T@full-stripe-snapshot
received 45.2MB stream in 2 seconds (22.6MB/sec)
receiving full stream of black-wd1t-stripe/images@full-stripe-snapshot into ext-green-4T/images@full-stripe-snapshot
.....
receiving full stream of black-wd1t-stripe/mmedia@full-stripe-snapshot into ext-green-4T/mmedia@full-stripe-snapshot
warning: cannot send 'black-wd1t-stripe/mmedia@full-stripe-snapshot': Input/output error
Or should I just copy the data with rsync? I'm ok ifsome files will be lost.