XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Latest XCP-ng 8.2: Cannot import XVA, even with latest XOA

    Scheduled Pinned Locked Moved Xen Orchestra
    19 Posts 2 Posters 2.7k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      bsodmike @olivierlambert
      last edited by

      @olivierlambert Nothing out of the ordinary. Still 1%.

      1 Reply Last reply Reply Quote 0
      • olivierlambertO Offline
        olivierlambert Vates 🪐 Co-Founder CEO
        last edited by

        Then you have an issue on the storage or in the XVA file itself.

        B 2 Replies Last reply Reply Quote 1
        • B Offline
          bsodmike @olivierlambert
          last edited by

          @olivierlambert it's definitely not the storage, will try a different XVA to isolate.

          1 Reply Last reply Reply Quote 0
          • B Offline
            bsodmike @olivierlambert
            last edited by

            @olivierlambert Are there any compatibility issues, i.e. say exporting a XVA with an older version of XCPng and trying to import with a newer version?

            1 Reply Last reply Reply Quote 0
            • olivierlambertO Offline
              olivierlambert Vates 🪐 Co-Founder CEO
              last edited by

              No known issue with XVA import. Nor any recent tickets about this kind of problem.

              B 3 Replies Last reply Reply Quote 0
              • B Offline
                bsodmike @olivierlambert
                last edited by

                @olivierlambert Thanks your comments got me thinking, it could be the NFS mount connection is dropping out; trying a test now to mount it via fstab in XCPng.

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bsodmike @olivierlambert
                  last edited by

                  @olivierlambert here's another clue. If I mount my local CIFS share onto the XCPng host, after a while I cannot do

                  cd /mnt
                  ls -la
                  # it just hangs here.  I have to kill the SSH session and SSH back in
                  

                  This only happens after mounting the CIFS share the very first time after boot.

                  Thoughts?

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    bsodmike @olivierlambert
                    last edited by

                    @olivierlambert bit more info

                    [20:42 xcpng-host0 ~]# mount -t cifs
                    //10.0.x.x/linux_data on /mnt/linux_data type cifs (rw,relatime,vers=3.0,cache=strict,username=myuser,uid=0,forceuid,gid=0,noforcegid,addr=10.0.x.x,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,noperm,rsize=1048576,wsize=1048576,echo_interval=60,actimeo=1)
                    [20:42 xcpng-host0 ~]# cd /mnt/linux_data
                    # it just hangs here.  I have to kill the SSH session and SSH back in
                    
                    1 Reply Last reply Reply Quote 0
                    • olivierlambertO Offline
                      olivierlambert Vates 🪐 Co-Founder CEO
                      last edited by

                      That's your problem: fix your storage (reboot your host to see), and then import will work 🙂

                      B 1 Reply Last reply Reply Quote 0
                      • B Offline
                        bsodmike @olivierlambert
                        last edited by

                        @olivierlambert Hah, indeed it was! CIFS is totally unstable, but I was able to get NFS working with these configs:

                        mount -o vers=3,soft,mountproto=tcp [IP]:/share /mnt/nfs_share/backup.xva
                        
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post