Hello,
I'm new to proxmox and we'd like to migrate from ESXI to Proxmox. Now I do some trials of different scenarios to get a better understanding on test systems. Currently I want to test pve-zsync and got confused with my whole ZFS setup.
What I did on the test-server:
- There is a zpool called "local_10011" (created on the "host")
- On the Datacenter I created a dataset "local-10011" and a dataset "replication"
- Then I installed a VM on the dataset "local-10011" (ID 101)
- Now I wanted to pve-zsync a VM from another host and started to struggle:
I thought that this will do the trick:
But it works with
A zfs list also only shows the pool and no datasets
From my understanding I was expecting, that the vm is lolcated in "local_10011/local-10011/vm-101*"
Did I configured something wrong or do I have a completly wrong understanding of the ZFS-setup? Looking to https://pve.proxmox.com/wiki/Storage:_ZFS and https://pve.proxmox.com/wiki/PVE-zsync I thougt I'm rigth. Could it be, that the creating of a dataset in the "Datacenter" is not really a dataset?
Thank you and best,
Johannes
I'm new to proxmox and we'd like to migrate from ESXI to Proxmox. Now I do some trials of different scenarios to get a better understanding on test systems. Currently I want to test pve-zsync and got confused with my whole ZFS setup.
What I did on the test-server:
- There is a zpool called "local_10011" (created on the "host")
- On the Datacenter I created a dataset "local-10011" and a dataset "replication"
- Then I installed a VM on the dataset "local-10011" (ID 101)
- Now I wanted to pve-zsync a VM from another host and started to struggle:
I thought that this will do the trick:
pve-zsync sync --source 10.10.100.100:109 --dest local_10011/replication --verbose --maxsnap 5 --name pve06-109, but it shows the error: cannot open 'local_10011/replication': dataset does not existBut it works with
pve-zsync sync --source 10.10.100.100:109 --dest local_10011 --verbose --maxsnap 5 --name pve06-109A zfs list also only shows the pool and no datasets
Code:
local_10011 170G 1.59T 96K /local_10011
local_10011/vm-101-disk-0 752K 1.59T 592K -
local_10011/vm-101-disk-1 170G 1.59T 149G -
From my understanding I was expecting, that the vm is lolcated in "local_10011/local-10011/vm-101*"
Did I configured something wrong or do I have a completly wrong understanding of the ZFS-setup? Looking to https://pve.proxmox.com/wiki/Storage:_ZFS and https://pve.proxmox.com/wiki/PVE-zsync I thougt I'm rigth. Could it be, that the creating of a dataset in the "Datacenter" is not really a dataset?
Thank you and best,
Johannes