I have a ZFS pool with several filesystems, one of them, "subvol-100-disk-0" was used by a container.
After reinstalling proxmox, I readded the ZFS pool using zpool import, and restored all the VMs from backups without any mayor inconvenience. However, when I restored a container, I found out that the mountpoint it was using was empty, becouse Proxmox had destroyed the filesystem referenced by the container, and recreated it, as shows zpool history | grep hddp/subvol-100-disk-0
2018-10-25.00:08:13 zfs create -o acltype=posixacl -o xattr=sa -o refquota=1048576000k hddp/subvol-100-disk-0
2019-06-30.21:18:28 zfs destroy -r hddp/subvol-100-disk-0
2019-06-30.21:19:10 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
Can the filesystem recovered in any way? Or at least as much data as possible. I dont have backups of this whole filesystem.
Thanks in advance.
After reinstalling proxmox, I readded the ZFS pool using zpool import, and restored all the VMs from backups without any mayor inconvenience. However, when I restored a container, I found out that the mountpoint it was using was empty, becouse Proxmox had destroyed the filesystem referenced by the container, and recreated it, as shows zpool history | grep hddp/subvol-100-disk-0
2018-10-25.00:08:13 zfs create -o acltype=posixacl -o xattr=sa -o refquota=1048576000k hddp/subvol-100-disk-0
2019-06-30.21:18:28 zfs destroy -r hddp/subvol-100-disk-0
2019-06-30.21:19:10 zfs create -o acltype=posixacl -o xattr=sa -o refquota=10485760k hddp/subvol-100-disk-0
Can the filesystem recovered in any way? Or at least as much data as possible. I dont have backups of this whole filesystem.
Thanks in advance.