Hello! I have a proxmox VE with RAID10 ZFS main volume. Unfortunately 2 of the disks were inaccessible due to hardware fail (not the hdd), and the system crashed, and I got a corrupt filesystem. Now I can boot, but the GUI is not accessible, the server is accessible with SSH, but I cannot start the pve-cluster service, because the /var/lib/pve-cluster/config.db file is corrupt. I tried to run scrub whick is not helped and recover the config.db file with no success. If I run
echo "pragma integrity_check;" | sqlite3 /var/lib/pve-cluster/config.db
I got Error: near line 1: disk I/O error
. I can reinstall the system, and I have backup of the VMs except one VM, so I really need to open that VMs filesystem. I tried to mount it with kpartx, but I got failed to stat() /rpool/data/vm-107-disk-0
. Is there any way to access the files whick were on that VM? I also tried to run a vzdump for the vm, but it not works, because I got
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused
.