Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot export pool; Resource busy #40

Open
GoogleCodeExporter opened this issue Oct 10, 2015 · 1 comment
Open

Cannot export pool; Resource busy #40

GoogleCodeExporter opened this issue Oct 10, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

$ zpool export foobar
cannot unmount '/Volumes/foobar': Resource busy

This occurs when exporting a pool (without the 'force' flag) as Apple's 
fseventsd is still holding 
onto an open resource (even though it's not using it at present). I suspect 
that the key problem is 
the fseventsd opens a file, and keeps it open, even though the disk isn't 
needed any more.

There may be a way to kick fseventsd in the future so that it goes away, but 
for the time being, this 
message may come up. The workaround is to use zpool export -f foobar.

Original issue reported on code.google.com by alex.ble...@gmail.com on 8 Mar 2010 at 1:49

@GoogleCodeExporter
Copy link
Author

Original comment by alex.ble...@gmail.com on 11 Mar 2010 at 7:59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant