Subcategories

  • VMs, hosts, pools, networks and all other usual management tasks.

    365 Topics
    3k Posts
    B
    @Danp THANKS! That did the trick. I was able to clean up after doing that. Thanks so much!
  • ACLs, Self-service, Cloud-init, Load balancing...

    90 Topics
    766 Posts
    D
    @Danp said in Advanced VM settings Logs: Hi Dustin, Yes... these types of actions are recorded in the Audit log (Settings > Audit) if you have access to this feature and have enabled it. Dan Perfect, thanks!
  • All XO backup features: full and incremental, replication, mirrors...

    374 Topics
    4k Posts
    burbilogB
    I have a delta backup job with Full backup interval set to 7. If i look at the backup job results I get this: xoce (legion) Snapshot Start: 2025-07-25 03:02 End: 2025-07-25 03:02 Fiend NFS transfer Start: 2025-07-25 03:02 End: 2025-07-25 03:08 Duration: 6 minutes Size: 23.78 GiB Speed: 73.01 MiB/s Clean VM directory cleanVm: incorrect backup size in metadata Start: 2025-07-25 03:08 End: 2025-07-25 03:08 Start: 2025-07-25 03:02 End: 2025-07-25 03:08 Duration: 6 minutes Start: 2025-07-25 03:02 End: 2025-07-25 03:08 Duration: 6 minutes Type: full It says "full". If i go to backup -> restore, search for this vm, i see "full 2 delta 2" in "Available Backups" column. Yet if i press "restore" arrow i see that two full backups are of 2022 year and it looks dangerous. Documentation says about that setting "For example, with a value of 2, the first two backups will be a key and a delta, and the third will start a new chain with a full backup.". Yet, I see only VERY old full backups... Xen Orchestra, commit 19412 Master, commit 6277a, but it seems that this happens for a long time (i recently updated it to this state and the problem seems to persist ever since I began to use Xen Orchestra in 2022). Do I miss something? Do I really have fresh full backups and these a just labeled "incremental" or what? [image: 1753444452743-xoce.png]
  • Everything related to Xen Orchestra's REST API

    66 Topics
    502 Posts
    lsouai-vatesL
    @StephenAOINS This endpoint is not currently present in our REST API swagger, but we do plan to add it to the list of endpoints. We are currently finalizing the migration of existing endpoints, the next step will be adding new ones. We will keep you informed when it is available. Feel free to come back to us if you want to learn more and follow our blog posts. have a good day
  • Terraform, Packer or any tool to do IaC

    34 Topics
    319 Posts
    olivierlambertO
    No, it's fine, as long the issue contains all the relevant details it's fine
  • XO Hosed on new update

    Solved
    8
    0 Votes
    8 Posts
    805 Views
    A
    @julien-f Much better! I can add servers/remotes/jobs again. Thanks!
  • Error Backup operation timed out

    8
    0 Votes
    8 Posts
    270 Views
    olivierlambertO
    Remove the timeout field and try again please.
  • 0 Votes
    8 Posts
    901 Views
    OhSoNoobO
    @Danp Yes, that was it! Last update I thougt to find a solution to a different problem bij installing nodejs 17. Removing version 17, and manually updating to the correct version did fix the issue. Thank you!
  • Warning during backup. What does it mean?

    9
    2
    0 Votes
    9 Posts
    878 Views
    florentF
    @Danp the first backup after the fix will show the warning ( since it controls the data of the previous backup) the following backups should be ok
  • SyntaxError: Cannot use import statement outside a module

    Solved
    14
    0 Votes
    14 Posts
    4k Views
    ronaldgevernR
    This error can happen in different cases depending on whether you're working with JavaScript on the server-side with Node.js , or client-side in the browser. There are several reasons behind "Cannot use import statement outside a module" error, and the solution depends on how you call the module or script tag. Add type="module" inside the script tag When working with ECMAScript modules and JavaScript module import statements in the browser, you'll need to explicitly tell the browser that a script is module. To do this, you have to add type="module" onto any ‹script› tags that point to a JavaScript module. Once you do this you can import that module without issues. <script type="module" src="./index.js"></script> If you are working on Node.js or react applications and using import statements instead of require to load the modules, then ensure your package.json has a property "type": "module" as shown below. { // ... "type": "module", // ... }
  • Delta Backup Showing Success No Delta Saved

    24
    0 Votes
    24 Posts
    4k Views
    lawrencesystemsL
    @florent Yes, I have the cifs-utils installed.
  • NFS problem

    5
    0 Votes
    5 Posts
    276 Views
    julien-fJ
    @infraestrutura Just display, it does not impact anything else.
  • XO 6: Console updates?

    3
    0 Votes
    3 Posts
    380 Views
    C
    @olivierlambert I am imagining something like esxi / vsphere where I think it's their guest tool does a resize on window size change. I think I've done it with tightvnc where it can autoscale AND it can auto resize as well. Based on looking protocols like nx, spice, and tigervnc support it as well. Understood for the copy paste, is it possible to have another button in current UI next to the copy that is paste (understanding the current UI IS changing). All this button would do is send the keystrokes to the VM either from the text in the console copy field or from the clipboard (I've fine with ctrl+v, the clipboard to the multiline window).
  • Unable to add host to pool

    2
    0 Votes
    2 Posts
    735 Views
    tjkreidlT
    @BradyS Probably this is due to incompatible BIOS settings, such as C states, turbo mode, etc. Run "xe host-cpu-info" on each host to compare the two host settings. Also, make sure the firmware and update levels are all the same as those can also affect the CPU masks.
  • Unable to migrate VM cross pool (duplicate_vm)

    2
    0 Votes
    2 Posts
    246 Views
    DanpD
    You may want to review this thread.
  • Need to install XOSAN pack?

    13
    0 Votes
    13 Posts
    3k Views
    olivierlambertO
    XOSAN is deprecated. Take a look at XOSTOR (there's a thread in this forum with a how to participate to the beta)
  • 0 Votes
    5 Posts
    635 Views
    vilhelmV
    @pdonias Yes, I was running a newer version than that but just to make sure I upgraded to 8068b83ffe58e6caed0cac5816ac2690479a9c41. Still the same problem, unfortunately. I'm not too sure if it matters, but there are VMs running in the pool that does not have an IP in a "smaller" /24 prefix. So if the prefixes 192.168.0.0/16 and 192.168.100.0/24 are in Netbox, there might be VMs using IPs other than the ones in the 192.168.100.0/24 prefix.
  • Netbox Plugin: Error: ipaddr: the address has neither IPv6 nor IPv4 format

    Solved bugs blocked
    33
    0 Votes
    33 Posts
    10k Views
    pdoniasP
    @vilhelm That's fixed: https://github.com/vatesfr/xen-orchestra/pull/6328. Thanks again for the report pdonias opened this pull request in vatesfr/xen-orchestra closed fix(xo-server/xapi-object-to-xo): handle guest metrics reporting empty IP field #6328
  • Unable to add a host to a pool

    9
    0 Votes
    9 Posts
    1k Views
    olivierlambertO
    Sadly, it's hard to know what happened without getting the errors you had (eg when you tell: "VM will not start" is very vague).
  • How can I see active (not cached/buffered) RAM usage?

    7
    0 Votes
    7 Posts
    577 Views
    tjkreidlT
    @jivanpal Right; I simply meant you could start using these to track from this point onward. Also other options, like Cacti, MRTG, etc.
  • Managing different locations from one XO?

    5
    0 Votes
    5 Posts
    640 Views
    P
    @olivierlambert said in Managing different locations from one XO?: The code is open source but you need to install it and configure it yourself (if you are using XO from Github) OK, that makes sense.
  • Backup fails but works (Expected values to be strictly equal)

    6
    0 Votes
    6 Posts
    462 Views
    florentF
    @Andrew it seems that the merge fails but the watcher still report progress ( which doesn't move) Can you see if there is an error before ?
  • Restore missing network to host

    1
    0 Votes
    1 Posts
    342 Views
    No one has replied
  • Making changes to running backup selection

    3
    0 Votes
    3 Posts
    199 Views
    julien-fJ
    @mauzilla The change will only apply at the next run, it will not impact any current run.
  • XCP-ng - mount.nfs: access denied by server while mounting

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    Thanks a lot!