zfsonfreebsd / ZoF

ZFS on FreeBSD - the official out of tree OpenZFS implementation for FreeBSD
https://freebsd.org
Other
100 stars 8 forks source link

vdev removal stalls out #100

Closed ghost closed 5 years ago

ghost commented 5 years ago
truncate -s 1g disk0 disk1
zpool create testpool disk0
zpool add testpool disk1
zpool remove testpool disk0
zpool status 1

The evacuation of disk0 slows to a crawl and fails to make appreciable progress. I did not find an open ticket for this upstream.

ghost commented 5 years ago

Actually that could be the test failures happening here: http://build.zfsonlinux.org/known-issues.html (search for removal)

allanjude commented 5 years ago

Can you retest this with the updated repo?

ghost commented 5 years ago

It works now.