In a Proxmox cluster I'm seeing the following error more often when I try to rollback.
```
zfs error: Insecure dependency in exec while running with -T switch at /usr/lib/x86_64-linux-gnu/perl-base/IPC/Open3.pm line 176.
```
The cluster is currently a v 8.0.4 but I did see the error with v 7 as well. Unfortunately I cannot reproduce it reliably yet. When It happens and I really do want to rollback I can do so with `zfs rollback` from the CLI. However, that loses state in case the snapshot was one with state and also is annoying when there are replications.
So 1) is there a better workaround than falling back to the plain `zfs rollback` command? I.e. how would I apply a snapshot with state and without losing replication status from the CLI only?
And 2) might there be a fix so that the GUI works again?
Thanks for help.
```
zfs error: Insecure dependency in exec while running with -T switch at /usr/lib/x86_64-linux-gnu/perl-base/IPC/Open3.pm line 176.
```
The cluster is currently a v 8.0.4 but I did see the error with v 7 as well. Unfortunately I cannot reproduce it reliably yet. When It happens and I really do want to rollback I can do so with `zfs rollback` from the CLI. However, that loses state in case the snapshot was one with state and also is annoying when there are replications.
So 1) is there a better workaround than falling back to the plain `zfs rollback` command? I.e. how would I apply a snapshot with state and without losing replication status from the CLI only?
And 2) might there be a fix so that the GUI works again?
Thanks for help.