-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
"zpool import" hangs #6244
Comments
Can we see a edit: How long did you wait to import the pool? If the pool was in use at the time, you might be stuck waiting. Things like resilvering, ZIL replay and such take precedence over completing the import and allowing filesystem access. |
Thanks for your answer. The pool is as this:
I can't use any zfs command on it since it's not imported. Sorry if my message was misleading, I wasn't able to import it in any case. |
After leaving the "import" command running for one hour, I just got this:
(command is still hanging) |
Sounds similar to #4582 |
Thanks for the pointer. I tried:
it took 20 minutes but it worked!! now what is the correct way to deal with this read only pool? can "clean" it so I can mount it normally? |
I tried export/import and got a solid system freeze... |
is storage healthy? |
|
What does |
I'm not familiar with "labels", but why are they 4 identical labels here?
|
Is there a way to "fix" it without moving my 2T data twice? |
Keep the pool on the new disks and recycle the old ones for something else? |
I have the same problem with a pool (a single 2TB external drive) I created and exported on MacOS and am trying to import it on Linux. Once I attempt a Importing and using on MacOS is fine, though. |
I have a similar, but slightly different problem. Import on gentoo works fine with sys-kernel/gentoo-sources-4.9.16 and sys-fs/zfs-kmod-0.7.3-r0-gentoo but hangs with sys-kernel/gentoo-sources-4.12.12 and sys-fs/zfs-kmod-0.7.9-r1 Since it’s my current root, and it worked with 4.12.12 and a previous version of zfs, I wonder what could have changed: zfs or gcc? Should I open a separate bug? |
Any update ? |
For those having problems importing a pool on Linux you may want to try the 0.8.0-rc1 release candidate. This version includes significant improvements to https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.8.0-rc1 |
This issue has been automatically marked as "stale" because it has not had any activity for a while. It will be closed in 90 days if no further activity occurs. Thank you for your contributions. |
Greetings
I have an old proxmox server with 2 zpools. Yesterday, a VM hanged forcing me to restart. Now, one of the pools can be imported, but the other hangs. After some research on Google, I tried "import -Fn" and also importing readonly, no luck in any case.
From the moment I run the "zpool import" command, all zfs command hang (like "zfs list") until I restart; the rest of the system is still responsive.
What can I do to remount the pool?
Thanks in advance
greg
System information
The text was updated successfully, but these errors were encountered: