Hi all,
I use external thunderbolt storage as ZFS for replication and HA. And was setting up a new node with 2x 4TB SATA drives connected. < mainly because one other node has some storage issues.
Now I wanted to add them as a raid0 so I have 8TB of ZFS.
Without thinking and reading documents, I been using multiple methods of creating a raid0 and proxmox wouldn't recognize it because it's not a logical volume, so went around there, and again.
Went into the cli and used zpool command:
zpool create -o ashift=12 Storage /dev/sda /dev/sdb
After playing back and forth, I got errors about 'Storage' not found.
Again... without thinking I started to remove replication jobs and the ZFS on nodes, even from CLI and force remove them.
Now I'm in a state where VM's are on my node, online and running, which I'm unable to move to other nodes because of the broken ZFS.
But I'm also unable to move the drives to the local storage, as it shows me "Storage' is not available on node proxmox01"
I'd like to:
- mount additional drive to proxmox01 (and proxmox03, because there are a few VM's running there as well)
- move the drives of the VM's from the ZFS Storage to the drive, without breaking.
- setup ZFS again from scratch and move the drives to the ZFS again and hopefully able to sync and migrate between nodes
Hopefully someone can help me out, I'm out of idea's
I use external thunderbolt storage as ZFS for replication and HA. And was setting up a new node with 2x 4TB SATA drives connected. < mainly because one other node has some storage issues.
Now I wanted to add them as a raid0 so I have 8TB of ZFS.
Without thinking and reading documents, I been using multiple methods of creating a raid0 and proxmox wouldn't recognize it because it's not a logical volume, so went around there, and again.
Went into the cli and used zpool command:
zpool create -o ashift=12 Storage /dev/sda /dev/sdb
After playing back and forth, I got errors about 'Storage' not found.
Again... without thinking I started to remove replication jobs and the ZFS on nodes, even from CLI and force remove them.
Now I'm in a state where VM's are on my node, online and running, which I'm unable to move to other nodes because of the broken ZFS.
But I'm also unable to move the drives to the local storage, as it shows me "Storage' is not available on node proxmox01"
I'd like to:
- mount additional drive to proxmox01 (and proxmox03, because there are a few VM's running there as well)
- move the drives of the VM's from the ZFS Storage to the drive, without breaking.
- setup ZFS again from scratch and move the drives to the ZFS again and hopefully able to sync and migrate between nodes
Hopefully someone can help me out, I'm out of idea's
Last edited: