Hi all,
I recently stumbled when trying to migrate a VM from a node with an encrypted ZFS dataset to a node without encryption:
```
cannot send nvmepool/vm-310-disk-0@__migration__: encrypted dataset nvmepool/vm-310-disk-0 may not be sent with properties without the raw flag
```
It's not a big deal in this case, but it led searching me for known limitations of PVE in regards to ZFS encryption. All I found so far is this:
Read more
I recently stumbled when trying to migrate a VM from a node with an encrypted ZFS dataset to a node without encryption:
```
cannot send nvmepool/vm-310-disk-0@__migration__: encrypted dataset nvmepool/vm-310-disk-0 may not be sent with properties without the raw flag
```
It's not a big deal in this case, but it led searching me for known limitations of PVE in regards to ZFS encryption. All I found so far is this:
- A post on reddit about unsupported migration...
Read more