Hi,
It's possible somehow to restore VM from backup to multiple target SR's ?
I have big VM backuped that have disks attached to multiple SR's . I can't restore it to one target SR its too big.
Hi,
It's possible somehow to restore VM from backup to multiple target SR's ?
I have big VM backuped that have disks attached to multiple SR's . I can't restore it to one target SR its too big.
It's same here. Problem is in community version and in xoa trial.
lvscan
ACTIVE '/dev/ftp/ftp' [100.00 GiB] inherit
Mounted as ext4
/dev/mapper/ftp-ftp on /home/ftp type ext4 (rw,relatime,data=ordered)
System is debian 8.11
Hello, any news on that ?
root@linux:/home/xxx# pvs
PV VG Fmt Attr PSize PFree
/dev/xvdb1 ftp lvm2 a-- 100.00g 0
root@linux:/home/xxx# vgs
VG #PV #LV #SN Attr VSize VFree
ftp 1 1 0 wz--n- 100.00g 0
root@linux:/home/xxx# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
ftp ftp -wi-ao---- 100.00g
VM have two disks. One is ext4 and file restore working fine there and second one is LVM.
backupNg.listFiles
{
"remote": "dcb7d2c4-c544-412e-a80d-9ed358d98156",
"disk": "xo-vm-backups/fbcbab31-10b6-9c2d-5c19-3a65bb39359a/vdis/a9da1ccd-67f5-4770-a62e-99531305eb85/95ff7f11-a547-48bc-bf9f-ac0889433bff/20191210T132317Z.vhd",
"path": "/",
"partition": "c8a797bc-01"
}
{
"command": "mount --options=loop,ro,offset=1048576 --source=/tmp/tmp-4716PNJO1DLCvZP7/vhdi1 --target=/tmp/tmp-4716UcTrVmwbLG7j",
"exitCode": 32,
"stdout": "",
"stderr": "mount: unknown filesystem type 'LVM2_member'",
"failed": true,
"timedOut": false,
"isCanceled": false,
"killed": false,
"message": "Command failed with exit code 32: mount --options=loop,ro,offset=1048576 --source=/tmp/tmp-4716PNJO1DLCvZP7/vhdi1 --target=/tmp/tmp-4716UcTrVmwbLG7j",
"name": "Error",
"stack": "Error: Command failed with exit code 32: mount --options=loop,ro,offset=1048576 --source=/tmp/tmp-4716PNJO1DLCvZP7/vhdi1 --target=/tmp/tmp-4716UcTrVmwbLG7j
at makeError (/usr/local/lib/node_modules/xo-server/node_modules/execa/lib/error.js:56:11)
at handlePromise (/usr/local/lib/node_modules/xo-server/node_modules/execa/index.js:114:26)
at <anonymous>"
}
Hi,
I just try trial premium version of XOA. I'm trying file level restore from linux VM from LVM partiton.
Restore failed with error:
backupNg.listFiles
{
"remote": "dcb7d2c4-c544-412e-a80d-9ed358d98156",
"disk": "xo-vm-backups/fbcbab31-10b6-9c2d-5c19-3a65bb39359a/vdis/a9da1ccd-67f5-4770-a62e-99531305eb85/95ff7f11-a547-48bc-bf9f-ac0889433bff/20191210T132317Z.vhd",
"path": "/",
"partition": "c8a797bc-01"
}
{
"command": "mount --options=loop,ro,offset=1048576 --source=/tmp/tmp-4716PNJO1DLCvZP7/vhdi1 --target=/tmp/tmp-4716UcTrVmwbLG7j",
"exitCode": 32,
"stdout": "",
"stderr": "mount: unknown filesystem type 'LVM2_member'",
"failed": true,
"timedOut": false,
"isCanceled": false,
"killed": false,
"message": "Command failed with exit code 32: mount --options=loop,ro,offset=1048576 --source=/tmp/tmp-4716PNJO1DLCvZP7/vhdi1 --target=/tmp/tmp-4716UcTrVmwbLG7j",
"name": "Error",
"stack": "Error: Command failed with exit code 32: mount --options=loop,ro,offset=1048576 --source=/tmp/tmp-4716PNJO1DLCvZP7/vhdi1 --target=/tmp/tmp-4716UcTrVmwbLG7j
at makeError (/usr/local/lib/node_modules/xo-server/node_modules/execa/lib/error.js:56:11)
at handlePromise (/usr/local/lib/node_modules/xo-server/node_modules/execa/index.js:114:26)
at <anonymous>"
}
Anyone face similar problem ?