J jlficken Member Sep 6, 2022 42 5 13 Nov 24, 2022 #1 I figured out how to do it in PVE but I can’t seem to find the proper procedure for PBS.
Dunuin Distinguished Member Jun 30, 2020 14,795 4,837 290 Germany Nov 24, 2022 #2 Export: https://openzfs.github.io/openzfs-docs/man/8/zpool-export.8.html Import: https://openzfs.github.io/openzfs-docs/man/8/zpool-import.8.html So for example: Code: zpool export YourPool zpool import YourPool NewPoolName Last edited: Nov 24, 2022 Reactions: jlficken
Export: https://openzfs.github.io/openzfs-docs/man/8/zpool-export.8.html Import: https://openzfs.github.io/openzfs-docs/man/8/zpool-import.8.html So for example: Code: zpool export YourPool zpool import YourPool NewPoolName
J jlficken Member Sep 6, 2022 42 5 13 Nov 24, 2022 #3 Thanks. I wondered if that was all but wasn’t sure since that seemed to cause some weirdness in PVE from my reading which is why it was suggested to use the GUI instead of command line.
Thanks. I wondered if that was all but wasn’t sure since that seemed to cause some weirdness in PVE from my reading which is why it was suggested to use the GUI instead of command line.
Dunuin Distinguished Member Jun 30, 2020 14,795 4,837 290 Germany Nov 24, 2022 #4 Not sure if that will also rename the mountpoints or if you need to do that manually. You might need to fix some stuff to match the new pool name. Reactions: jlficken
Not sure if that will also rename the mountpoints or if you need to do that manually. You might need to fix some stuff to match the new pool name.