I have a dual-drive USB toaster with two identical HDDs in it. I created a pool (and some filesystems in it) on one drive and the other drive was unused for some time. Recently I decided to turn this setup into a mirrored configuration and I did
where da1 was the previously unused drive.
The command didn't report any problems, but the resilvering of da1 keeps going, stopping and then restarting. The pool status is "online", but the "scrub" states that a resilvering is in progress, although it never gets past a few percent of completion.
I have found some references to such an endless resilvering loop, but they were related to replacing a failed drive. In my case there aren't any failed drives, I'm just trying to convert a single-drive configuration into a mirror.
I was able to do
I'm using 8.2-PRERELEASE from 2-3 weeks ago (cvsupped the source and built world).
Is this a known problem? Am I doing something wrong?
# zpool attach pool0 da0 da1
where da1 was the previously unused drive.
The command didn't report any problems, but the resilvering of da1 keeps going, stopping and then restarting. The pool status is "online", but the "scrub" states that a resilvering is in progress, although it never gets past a few percent of completion.
I have found some references to such an endless resilvering loop, but they were related to replacing a failed drive. In my case there aren't any failed drives, I'm just trying to convert a single-drive configuration into a mirror.
I was able to do
# zpool detach
and then try attaching again, but with the same result.I'm using 8.2-PRERELEASE from 2-3 weeks ago (cvsupped the source and built world).
Is this a known problem? Am I doing something wrong?