Stux
MVP
- Joined
- Jun 2, 2016
- Messages
- 4,248
Stux submitted a new resource:
How To Rename a ZFS Pool - zpool import original_name new_name
Read more about this resource...
How To Rename a ZFS Pool - zpool import original_name new_name
The basic process to rename a ZFS pool is to export it from the GUI, import it in the CLI with the new name, then export it again, and re-import it in the GUI.
I find I normally want to do this after creating a new pool (with perhaps a different set of disks/layout), replicating my old pool to the new pool, and then I want to rename the new pool to the same as the old pool, and then all the shares work correctly, and its fairly transparent. Mostly.
So, firstly, you need to export your pool...
Read more about this resource...