Problem with replication: zfs allow

greg

Renowned Member
Apr 6, 2011
139
2
83
Greetings

I'm trying to run a replication between two nodes and get this weird error:

2018-12-28 17:17:01 141-0: start replication job
2018-12-28 17:17:01 141-0: guest => VM 141, running => 10901
2018-12-28 17:17:01 141-0: volumes => ct_A:vm-141-disk-1,ct_A:vm-141-state-After_install
2018-12-28 17:17:01 141-0: create snapshot '__replicate_141-0_1546013821__' on ct_A:vm-141-disk-1
2018-12-28 17:17:01 141-0: create snapshot '__replicate_141-0_1546013821__' on ct_A:vm-141-state-After_install
2018-12-28 17:17:01 141-0: delete previous replication snapshot '__replicate_141-0_1546013821__' on ct_A:vm-141-disk-1
2018-12-28 17:17:02 141-0: end replication job with error: zfs error: For the delegated permission list, run: zfs allow|unallow


I've tried to find out about zfs allow but I can't see how it can be related.

Any idea?

Thanks in advance

Regards
 
Hi,

is this the whole log output?
please check /var/log/pve/replicate/141-0
 
Here is the content of /var/log/pve/replicate/141-0:

2018-12-31 16:21:01 141-0: start replication job
2018-12-31 16:21:01 141-0: guest => VM 141, running => 10901
2018-12-31 16:21:01 141-0: volumes => ct_A:vm-141-disk-1,ct_A:vm-141-state-After_install
2018-12-31 16:21:01 141-0: create snapshot '__replicate_141-0_1546269661__' on ct_A:vm-141-disk-1
2018-12-31 16:21:01 141-0: create snapshot '__replicate_141-0_1546269661__' on ct_A:vm-141-state-After_install
2018-12-31 16:21:01 141-0: delete previous replication snapshot '__replicate_141-0_1546269661__' on ct_A:vm-141-disk-1
2018-12-31 16:21:02 141-0: end replication job with error: zfs error: For the delegated permission list, run: zfs allow|unallow
/var/log/pve/replicate/141-0 (END)
 
What you are using as the language setting?
Does the replica work with other guests?
 
I've tried to find out about zfs allow but I can't see how it can be related.

Any idea?

Can you try running:

Code:
pvesr run -id 141-0 -verbose

and post the output?
 
  • Like
Reactions: greg
Thanks for the answer. The error message was indeed unrelated, the actual problem is that a zfs snapshot referred to in Proxmox' list is missing... which is very disturbing.
It's still in the GUI (since it's in the config file in /etc/pve), but missing from "zfs list...".
Maybe it would be a good idea to display something in the GUI when a listed snapshot is actually not present?