PDA

View Full Version : [Solved] zfs import big pool (stuck?) at [zio->io_cv)]


da1
March 7th, 2012, 11:52
Hi guys,

We experienced a failure today from which we were able to recover but our secondary pool (50T in size) had to be manually imported. All fine and good except the fact that it's in [zio->io_cv)] state for quite some time now.

Considering the size of the pool I'm not too concerned but still, I would like to know how long is one expected to wait until a successful import of a 10T size pool?Hi guys,

We experienced a failure today from which we were able to recover but our secondary pool (50T in size) had to be manually imported. All fine and good except the fact that it's in [file][zio-

ctengel
March 7th, 2012, 16:25
By manually import, do you mean zpool import -Df?

da1
March 7th, 2012, 16:43
zpool import -f <pool>

ctengel
March 7th, 2012, 17:00
Hmm...the only reason I've had to do -f in the past is if for some reason it wasn't cleanly exported. Is this pool a redundant pool? Mirror/raidz?

da1
March 7th, 2012, 19:29
SOLVED.

I've set vfs.zfs.recover=1 and I imported the pool with the -fflag. It took around 4h but it worked.

PS: I did a typo error in my first post. The pool is 50T.