• Too many snapshots

    Backup
    40
    2
    0 Votes
    40 Posts
    547 Views
    M
    @Pilow [image: 1776289093675-eac3d82b-82a4-46b3-b8e1-1f4b64c57e35-image.jpeg] The number of snapshots shows 16, which makes sense as I have two backup schedules, one with a retention of 15 and one with a retention of 1. The daily backup with a retention of 1 resets the chain, as it is a full backup. [image: 1776289174076-883856d8-222a-4593-a013-3204a340ecbc-image.jpeg]
  • XOA - Memory Usage

    Xen Orchestra
    27
    2
    0 Votes
    27 Posts
    615 Views
    P
    @florent was finally able to read the pull /clap ! the fix seems totally legit and consistant with XOA ram ramping up ! when will this be officially published ? so we can disable daily reboot of XOA & XO PROXies
  • XCP-ng 8.3 updates announcements and testing

    Pinned News
    439
    1 Votes
    439 Posts
    183k Views
    J
    Now installed on my test systems and all seems to be working so far.
  • 0 Votes
    20 Posts
    1k Views
    G
    @denis.grilli The problem is not the performance of the scan ... the problem is, that this storage device only consists of block devices (disks) that should go into standby mode when not used ... but I think I've found a code line that checks if other-config for an SR contains auto-scan: false... I think ...
  • 2 Votes
    6 Posts
    251 Views
    maximsachsM
    @yannsionneau Thanks for the update! We are eagerly awaiting your findings! Thanks for looking into it.
  • Build XCP-ng ISO - issue at create-installimg

    Development
    2
    0 Votes
    2 Posts
    71 Views
    P
    Hi Vagrantin, If I'm reading this right, the four-slash path is the tell. I can't confirm without seeing your exact Docker invocation, but this pattern points pretty clearly at one thing. misc.sh builds its temp dir from $PWD; something like $PWD/tmpdir-XXXXXX. If Docker is running your build from /, that expands to //tmpdir-XXXXXX. Linux is fine with that. Yum is not. It turns the config path into a file:// URI, and ////tmpdir-VcYHGW/yum-171swX.conf is not a URI anything wants to parse. One other thing worth knowing: a :ro read-only mount on your repo directory causes the same symptom. mktemp fails silently, TMPDIR ends up empty, and you get the same mangled path. Different cause, same four-slash result. Two things to try. The faster diagnostic is just cd into your repo before calling the script: if the build completes, that was it. The cleaner fix for scripted runs is passing -w /path/to/your/repo to your docker run command, which sets the working directory explicitly. Before you do either, this will tell you what you're actually dealing with: echo $PWD && ls -la $TMPDIR That's my best guess, at least. I'm curious what those two commands show.
  • clean-vm (end) is stalling ?

    Backup
    15
    2
    0 Votes
    15 Posts
    263 Views
    simonpS
    @Pilow Thanks for the heads-up, you should be able to add back concurrency as it was before and get similar performance to before the refactoring.
  • Storage domain server & Rolling pool upgrade

    XCP-ng
    1
    0 Votes
    1 Posts
    27 Views
    No one has replied
  • backup mail report says INTERRUPTED but it's not ?

    Backup
    122
    5
    0 Votes
    122 Posts
    10k Views
    M
    I updated to branch "mra-fix-rest-memory-leak". I will look at backup job results tomorrow and report back.
  • Timestamp lost in Continuous Replication

    Solved Backup
    29
    2
    0 Votes
    29 Posts
    1k Views
    olivierlambertO
    Thank you for your feedback @kratos !
  • 9 Votes
    38 Posts
    5k Views
    Tristis OrisT
    it's only possible to change management interface. [image: 1776174536719-d5cbdf34-9bd7-42fd-9866-6f7474550be7-image.jpeg] nothing can be done with other NICs. weird, what is this? [image: 1776174634577-5630d95a-79e5-421f-811c-1da5746b8812-image.jpeg]
  • File based restore is missing tons of files

    Backup
    3
    0 Votes
    3 Posts
    78 Views
    DanpD
    @archw Could the results you are observing be due to the fact that some of the files weren't modified in the specific delta backup that you selected as your restore point? For example: In another subdirectory there are supposed to be 7 files but in the selection window there are only two. When were these 5 "missing" files last modified?
  • GPU share to more Windows VMs on same XCP-NG node

    Hardware
    6
    0 Votes
    6 Posts
    111 Views
    F
    @Aleksander There are plenty of examples on this forum. We have used Nvidia T4, it works very well.
  • VDI not showing in XO 5 from Source.

    Unsolved Management
    40
    2
    0 Votes
    40 Posts
    4k Views
    bogikornelB
    @anthoinebThe problem still persists; when can we expect it to be resolved?
  • 0 Votes
    17 Posts
    489 Views
    P
    perhaps "in the context of a proceeding RPU, do not start halted VMs" ? or "boot only halted VMs that have HA enabled" ? but I can imagine corner cases where this is not wanted. some chicken & egg problem.
  • Consideration for other HCI storage in v9?

    Development
    1
    0 Votes
    1 Posts
    47 Views
    No one has replied
  • libfuse.so: error adding symbols: File in wrong format

    Xen Orchestra
    48
    0 Votes
    48 Posts
    23k Views
    florentF
    @Mark-C this is not forgotten, but file level restore has been under priorised, so it didn't get much work it is now quite high on our backlog , so expect good news in the next months
  • 0 Votes
    16 Posts
    363 Views
    K
    @tsukraw No worries! Just glad that we can all help each other out!
  • Xen Orchestra 6.3.2 Random Replication Failure

    Backup
    8
    1
    0 Votes
    8 Posts
    191 Views
    florentF
    @flakpyro that's a good news ( but at least another user saw this) we are currently testing the branch ensuring that at least the fix don't create other issues
  • question about a master node crash in a pool.

    XO Lite
    6
    0 Votes
    6 Posts
    62 Views
    O
    Hi @olivierlambert and @pilow Thank you for your answers, it helps a lot, Regards, Olivier