Backup File resotre errors
-
I set up the community source edition to do some testing in my lab. I noticed that when trying to restore files I get the following errors in the log. If I run a full restore there are no issues. I can power the systems up and they work great. This issue is only when trying to restore files only.
VM is running: Ubuntu 18.04.4 LTS
xo-server 5.67.0
xo-web 5.71.0Windows
command failed with exit code 32: mount --options=loop,ro,offset=135266304 --source=/tmp/tmp-100012-lPZtDF7hWaAC/vhdi1 --target=/tmp/tmp-100012-S9YKfR7jJzsz
mount: /tmp/tmp-100012-S9YKfR7jJzsz: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.Linux
command failed with exit code 5: vgchange -ay NAG01-vg
File descriptor 19 (/var/lib/xo-server/data/leveldb/LOG) leaked on vgchange invocation. Parent PID 100012: /usr/local/bin/node
File descriptor 20 (/var/lib/xo-server/data/leveldb/LOCK) leaked on vgchange invocation. Parent PID 100012: /usr/local/bin/node
File descriptor 21 (/var/lib/xo-server/data/leveldb/000081.log) leaked on vgchange invocation. Parent PID 100012: /usr/local/bin/node
File descriptor 23 (/var/lib/xo-server/data/leveldb/MANIFEST-000079) leaked on vgchange invocation. Parent PID 100012: /usr/local/bin/node
WARNING: Not using lvmetad because duplicate PVs were found.
WARNING: Use multipath or vgimportclone to resolve duplicate PVs?
WARNING: After duplicates are resolved, run "pvscan --cache" to enable lvmetad.
WARNING: PV P5CWXA-A7q1-L8zh-WHTv-SvYD-S3aG-9j1cvL on /dev/loop3 was already found on /dev/loop0.
WARNING: PV P5CWXA-A7q1-L8zh-WHTv-SvYD-S3aG-9j1cvL on /dev/loop4 was already found on /dev/loop0.
WARNING: PV P5CWXA-A7q1-L8zh-WHTv-SvYD-S3aG-9j1cvL prefers device /dev/loop0 because device was seen first.
WARNING: PV P5CWXA-A7q1-L8zh-WHTv-SvYD-S3aG-9j1cvL prefers device /dev/loop0 because device was seen first.
Cannot activate LVs in VG NAG01-vg while PVs appear on duplicate devices.
Cannot activate LVs in VG NAG01-vg while PVs appear on duplicate devices.
0 logical volume(s) in volume group "NAG01-vg" now activeI back up both windows and Linux based -
Please try with XOA and report, so we can check if it's because of your environment (on the sources) or a XO problem itself
-
Do you have nfs-common and ntfs-3g packages installed? I think one of them may fix this for you.
-