Hi everyone,
I've set up a three-node Proxmox cluster using ZFS, but I just realized—after searching the forums—that I made a mistake in my storage configuration. I assigned different ZFS pool names on each node, so when I try to configure replication, Proxmox fails because it expects the same storage name on all nodes.
The issue is that these storages are already in use, so I need to rename them without losing data. From what I've gathered, the process involves:
Thanks in advance!
I've set up a three-node Proxmox cluster using ZFS, but I just realized—after searching the forums—that I made a mistake in my storage configuration. I assigned different ZFS pool names on each node, so when I try to configure replication, Proxmox fails because it expects the same storage name on all nodes.
The issue is that these storages are already in use, so I need to rename them without losing data. From what I've gathered, the process involves:
- Exporting the current ZFS pool
- Importing it with the new (correct) name
- Updating each VM configuration to reflect the new ZFS pool name
Thanks in advance!