At some point I'm going to build an OpenSolaris based NAS. I was wondering that if I make a 4 drive RaidZ1 pool and at some point need to move the pool to another OpenSolaris server do is there anything I need to worry about? Is as simple as unplugging the drives and then just plugging them in another server and running zpool import -f pool?
| |||
|
feedback
|
|
That's it, assuming you exported the pool. If not, you'll need to force and export than import as normal. | |||
|
feedback
|
|
Some things you need to worry about are:
Finally, instead of forcefully importing the pool, better to properly export it from the source machine if doable:
Then importing will simply be done like this:
| ||||
|
feedback
|
