• NBD used even when disabled

    Solved
    8
    1
    0 Votes
    8 Posts
    224 Views
    Tristis OrisT
    that a make a sense, now. So no issue here.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Backup Fail: Trying to add data in unsupported state

    38
    0 Votes
    38 Posts
    7k Views
    D
    @daniel-grimm definitely not related to cloud in my case!
  • Where to find the health-check results

    7
    0 Votes
    7 Posts
    299 Views
    DanpD
    @DavidMrLane said in Where to find the health-check results: The tasks log doesn't tell you which VM was health checked. If you click the Open raw log button, it will give you the details on the request, including the UUID of the VM being tested -- { "id": "0m2dmjnnh", "properties": { "name": "VM Backup Health Check", "objectId": "remote-2//xo-vm-backups/92832a7e-e72d-2d02-6a25-9802f1c24072/20241017T050741Z.json", "userId": "3b480e98-af4e-4dbf-9f1e-29ac59d6364f", "type": "backup.vm.healthCheck" }, "start": 1729189103741, "status": "success", "updatedAt": 1729189318550, "end": 1729189318550 } In this case, the VM's UUID is 92832a7e-e72d-2d02-6a25-9802f1c24072, and you can paste this value into the filter when viewing the VM list in XO to find the exact VM involved.
  • Backup / Migration Performance

    31
    0 Votes
    31 Posts
    9k Views
    nikadeN
    @planedrop said in Backup / Migration Performance: @KPS Regarding the 2TiB limitation, it'll definitely be nice when we have SMAPIv3 so we can go over this, but it's worth noting that IMO no VMs should be larger than this anyway. Generally speaking if you need that kind of space it'd be better to just use a NAS/iSCSI setup. Something like TrueNAS can delivery that at high speed, and then handle it's own backups and replication of it. I know most probably already know this, and all environments are different (I manage one that requires a 7TiB local disk, at least for the time being, plan is to migrate it to a NAS once the software vendor supports it), but it's worth noting anytime I see the 2TiB limit come up, ideally it should be architected around so the VMs are nimble. I do something similar w/ a pretty massive SMB share and TrueNAS can back this up at whatever speed the WAN can handle, in my case 2 gigabits and it'll maintain that 2 gigabit upload for 8+ hours without slowing down. (and I'm confident even 10 gigabit would be possible with this box) We have 1 exception and that is for Windows file servers which is backing our DFS. Except from those we dont allow VM's larger than 1Tb and if they're that big we do not back them up because it usually breaks and cause all kinds of problems.
  • Problem with differential restore

    26
    0 Votes
    26 Posts
    3k Views
    JamfoFLJ
    @frank-s Think of it like this... You take the original backup with snapshot on October 1st. You then have a differential backup on October 8th. That differential only writes the changes that make the state of the server on October 8th different (hence the term differential) from the state of the server as it was on the full snapshot on October 1st. Now you delete the snapshot of the full system state taken on October 1st, leaving only the October 8th differential. It's now October 15th and you want to restore something from the October 8th differential and you figure you'll just make a new full snapshot from October 15th and then try to apply the October 8th differential. However, this won't work because the differential from October 8th will be missing key reference points it will be looking for in order to overlay its changes onto the snapshot. What else on that server changed from October 1st to October 15th that isn't contained in the differential? What changes occurred from October 8th to October 15th that are newer than what is on the differential? You could, potentially, brick your entire system if the differential started overwriting changes it sees from its system state that are actually newer than the data it contains. Differentials are entirely dependent on the full snapshot on which they are based. Any new snapshot taken after their creation will be totally foreign to the differential... those differentials will be looking for very specific system states that existed at the time the original snapshot was created, and those will be completely different from the system state as it will appear on a new snapshot created after the differential.
  • 0 Votes
    3 Posts
    210 Views
    J
    @olivierlambert I've finally had time to sit down and do some more troubleshooting. It seems that the issue is somehow tied to the backup-jobs themselves. Deploying XOA and subsequently importing XO-config from my XOCE instance. I continued to see several issues between both instances. These issues pretty much went away, when I re-did the backup-jobs from scratch. And are now much more in-line with what I'm excepting to see. This was done on both XOA Stable, Latest and XOCE I am no longer able to repoduce this at all. So my guess is that a bug of some sort got introduced with this being a constantly updated from source instance. Marking as solved. As I don't believe there is much more to do at this time.
  • Understanding delta backups with different schedules

    4
    0 Votes
    4 Posts
    227 Views
    P
    @stephane-m-dev In the schedule You can select force full backup
  • Backup Issue: "timeout reached while waiting for OpaqueRef"

    7
    0 Votes
    7 Posts
    249 Views
    olivierlambertO
    So the tools are visible but XO can't find them. Thanks for the feedback, we'll dig.
  • AssertionError [ERR_ASSERTION]: footer1 !== footer2

    8
    0 Votes
    8 Posts
    205 Views
    olivierlambertO
    Why you wouldn't be able to deploy another XOA? It's meant to be re-deployed anytime you lose it, because even a fresh one can access a backup repo and restore everything.
  • Missing backups

    7
    2
    0 Votes
    7 Posts
    268 Views
    M
    @ph7 I am using an Incremental Replication backup (aka Continuous Replication) and I understand this is the same as Delta however Delta uses remotes whereas I.R. uses host storage.
  • Excluding a VM from health checks

    4
    0 Votes
    4 Posts
    127 Views
    olivierlambertO
    That's indeed a solution. We could also maybe "revert" the condition for people with like 500 VMs to healthcheck except one.
  • 0 Votes
    5 Posts
    178 Views
    M
    @julien-f Tried again with today's release Xen Orchestra, commit 3d054 Master, commit 3d054 Same error again https://paste.vates.tech/?4941198dd850ed6d#ArUk6wqkwE2c3CQRbjwAXRERJd2Y4HWF5oq9ysMdkbBp Mirror incremental backup is broken here
  • Backup and windows storage pools

    4
    0 Votes
    4 Posts
    203 Views
    olivierlambertO
    XOA trial is enough to test it. Just ask another trial.
  • Schedules not showing any task (progress) in XO tasks

    11
    0 Votes
    11 Posts
    418 Views
    M
    @florent Did you find anything? I just retested the job on latest XO build and have the same error.
  • Full backup - VM failed in first attempt but successful in second attempt

    23
    0 Votes
    23 Posts
    2k Views
    olivierlambertO
    I understand your requirements, I'm trying to pinpoint the issue. For now, everything converge on dom0 load when having many zstd processes at once.
  • Pool metadata 8.2 to 8.3

    Solved
    3
    0 Votes
    3 Posts
    157 Views
    Tristis OrisT
    @olivierlambert thanks, just to be sure.
  • I cannot save due to VDI Chain error

    15
    3
    0 Votes
    15 Posts
    650 Views
    DanpD
    @Nephilim Nothing shown here would indicate a problem AFAICS. P.S. Added proper markup to your post
  • Question About Backup Sequences

    5
    0 Votes
    5 Posts
    234 Views
    D
    Thanks @olivierlambert!
  • Change the size of the backup file

    11
    0 Votes
    11 Posts
    475 Views
    olivierlambertO
    I don't know if it's still what he does