• XOA - Memory Usage

    Xen Orchestra
    24
    2
    0 Votes
    24 Posts
    561 Views
    P
    @florent I get the same result as @pilow I'm not logged in if that has anything to do with it
  • Too many snapshots

    Backup
    38
    2
    0 Votes
    38 Posts
    511 Views
    P
    @McHenry could you screen the health page ? where we could see the chain length
  • 2 Votes
    6 Posts
    238 Views
    maximsachsM
    @yannsionneau Thanks for the update! We are eagerly awaiting your findings! Thanks for looking into it.
  • 0 Votes
    19 Posts
    1k Views
    D
    @gumbo2k I am not expert so I cannot give you an answer for sure but I would not disable the sr.scan completely, I feel like that could cause problems at some point. Anyway, I don't think touching the scan is necessary anymore. Vates has release many new updates for both XOA and xcp-ng and now the scan is very fast. If you haven't done already I would suggest to upgrade your xcp-ng and re-test because now everything run smoothly and fast.
  • Build XCP-ng ISO - issue at create-installimg

    Development
    2
    0 Votes
    2 Posts
    62 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
    254 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
    21 Views
    No one has replied
  • XCP-ng 8.3 updates announcements and testing

    Pinned News
    438
    1 Votes
    438 Posts
    182k Views
    B
    Upgraded my usual pool. VM migrations during reboot worked without issues. So far everything works
  • 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
    75 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
    109 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
    484 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
    45 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
    359 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
    186 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
    60 Views
    O
    Hi @olivierlambert and @pilow Thank you for your answers, it helps a lot, Regards, Olivier