cannot open 'XXX': pool I/O is currently suspended
I was trying to backup some data to removable storage (an external HDD).Suddenly I've got the aforementioned error message that puzzled me.
Thanks in advance.
# zpool create -R /archive archive c7t0d0Please, what happened and how to fix or avoid the issue?
# zfs snapshot -r rpool/export/backup@archive
# zfs send -R rpool/export/backup@archive | zfs receive -vF archive/backup
...
<got stuck and zpool iostat archive went to 0 figures>
# zfs list -t all -r archive
cannot open 'archive': pool I/O is currently suspended
Thanks in advance.
1