XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. lukas
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Groups 0

    lukas

    @lukas

    0
    Reputation
    3
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    lukas Unfollow Follow

    Latest posts made by lukas

    • Restore backup to multiple target SR

      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.

      posted in Xen Orchestra
      L
      lukas
    • RE: Problem with file level restore from delta backup from LVM parition

      It's same here. Problem is in community version and in xoa trial.

      posted in Xen Orchestra
      L
      lukas
    • RE: Problem with file level restore from delta backup from LVM parition
      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

      posted in Xen Orchestra
      L
      lukas
    • RE: Problem with file level restore from delta backup from LVM parition

      Hello, any news on that ?

      posted in Xen Orchestra
      L
      lukas
    • RE: Problem with file level restore from delta backup from LVM parition
      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
      
      
      posted in Xen Orchestra
      L
      lukas
    • RE: Problem with file level restore from delta backup from LVM parition

      VM have two disks. One is ext4 and file restore working fine there and second one is LVM.

      posted in Xen Orchestra
      L
      lukas
    • RE: Problem with file level restore from delta backup from LVM parition
      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>"
      }
      
      posted in Xen Orchestra
      L
      lukas
    • Problem with file level restore from delta backup from LVM parition

      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 ?

      posted in Xen Orchestra
      L
      lukas