Subcategories

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

    334 Topics
    2k Posts
    A
    Forgot to tag someone... @olivierlambert @florent @MathieuRA
  • ACLs, Self-service, Cloud-init, Load balancing...

    85 Topics
    738 Posts
    A
    @jkatz Thanks for that. I actually did something different but it worked. I don't know how but it is working. I used this in XO in Cloud Config [image: 1747138648336-a5f1ca37-802a-4ff4-bc4f-6c8ccaa3dc97-image.png] It worked [image: 1747138770858-e2666c29-8a03-41e1-879b-b6559b7f0bf2-image.png] Don't know if does it matter or not ( probably does) that I also entered this plugin into both files : cloudbaseinit.plugins.common.sethostname.SetHostNamePlugin @jkatz said in Cloudbase-init on Windows: You don't. That is lame. Wonder if domain join is possible with that...
  • All XO backup features: full and incremental, replication, mirrors...

    341 Topics
    3k Posts
    M
    @florent Just updated XO and it ran my nightly backup without issues clearing tasks. Nicely done.
  • Everything related to Xen Orchestra's REST API

    61 Topics
    476 Posts
    S
    @Studmuffn1134 I changed my link from ws:// to https:// and it now gives me this error File "Z:\Valera\School\Lakeland University\Finished\Programming 2\Python Programs\StudsPrograms.venv\Lib\site-packages\jsonrpc_base\jsonrpc.py", line 213, in parse_response raise ProtocolError(code, message, data) jsonrpc_base.jsonrpc.ProtocolError: (10, 'invalid parameters', {'error': {'message': 'invalid parameters', 'code': 10, 'data': {'errors': [{'instancePath': '/id', 'schemaPath': '#/properties/id/type', 'keyword': 'type', 'params': {'type': 'string'}, 'message': 'must be string'}]}}, 'id': '0a11ec72-9300-4030-a5d2-a5c0286f3811', 'jsonrpc': '2.0'})
  • Terraform, Packer or any tool to do IaC

    31 Topics
    284 Posts
    andrewperryA
    @Cyrille Thanks! Looking forward to using this, or something like this. It would be awesome if there was a Youtube demo getting started video for yaml or typescript!
  • Encrypt server passwords in database

    4
    0 Votes
    4 Posts
    483 Views
    olivierlambertO
    I'm not an English native speaker, it wasn't meant to be passive aggressive at all. I just told you that @julien-f already explained the initial reasons (also telling you we are aware of that fact). Also, XO 6 work is a major rework of the whole thing, and this will be taken into account on our redesign. A note, however: if someone can slip into your XOA, password, tokens and XAPI access are available in memory (regardless the fact you have encryption or not). In that case, a passphrase won't change anything. That's why we decided to remove any default password in the XO virtual Appliance template, so nobody still use default creds as a "known" entry point. And finally, as Xen Orchestra is fully Open Source, your contributions are very welcome
  • [SOLVED] Migrate XO from sources to another machine

    Solved
    3
    0 Votes
    3 Posts
    362 Views
    xiscoX
    @danp hi I did it but, no network shares have been imported and neither backup jobs. will try to reboot machine Well Rebooting did the job, thanks @Danp
  • XOA Hub

    xoa
    7
    0 Votes
    7 Posts
    968 Views
    olivierlambertO
    Can you give some details? How do you imagine to work with that? Because it might be done via RunX at some point I think
  • s3 backups with minio using https and various CAs

    5
    1
    0 Votes
    5 Posts
    712 Views
    nraynaudN
    @sidsanders Hi, I gave a look at your issue, it seems that it is often associated with the ssl certificate missing the middle of the Merkle chain. here are a couple of explanations: https://serverfault.com/questions/693033/unable-to-use-builtin-ca-bundle-to-verify-godaddy-sha2-ssl-certificate https://www.npmjs.com/package/ssl-root-cas I suspect that the certificate you gave to minio was incomplete. Note that the chain of certificate should not include the root certificate, only all the certificates in the chain minus the root. Nico.
  • Disaster Recovery Backups - Remove 'Auto-Start' field?

    8
    0 Votes
    8 Posts
    688 Views
    T
    I do not get this problem on XCP-ng 8.1, just to add more information.
  • Import problem which Mikrotik Cloud Hosted Router

    10
    0 Votes
    10 Posts
    3k Views
    nraynaudN
    I think the issue is solved, you can follow the fix here: https://github.com/vatesfr/xen-orchestra/pull/5903 nraynaud opened this pull request in vatesfr/xen-orchestra closed fix(xo-server/{disk,vm}.import): fix import of very small VMDK files #5903
  • xoa setup static ip

    11
    0 Votes
    11 Posts
    15k Views
    kdmK
    @tony Yes, that's the setting I was talking about. OKay. I've no idea what VIF-locking is, so I'll leave it there! Thanks again.
  • Ubuntu 20.04 Cloud Image

    14
    0 Votes
    14 Posts
    3k Views
    T
    @encryptblockr Why don't you just download the official cloud image from ubuntu? It's not worth the headache lol. https://cloud-images.ubuntu.com/releases/focal/release/ubuntu-20.04-server-cloudimg-amd64.ova
  • Override migration network for Metadata backup when pool default is set

    1
    0 Votes
    1 Posts
    297 Views
    No one has replied
  • CANNOT_EVACUATE_HOST VM_REQUIRES_SR

    7
    0 Votes
    7 Posts
    2k Views
    olivierlambertO
    More or less yeah, but you are adding more moving pieces.
  • cloud-init disk not created when cloning a cloud-init ready template

    7
    0 Votes
    7 Posts
    410 Views
    olivierlambertO
    Oh okay, so it's not a NAT issue then (thought XOA and the host were not together). Might be this issue then, please comment in the GH issue you posted to report you have the same problem edit: with your log too!
  • Created cloud config, but can't select it when creating a new VM.

    36
    3
    0 Votes
    36 Posts
    11k Views
    fohdeeshaF
    @dr4s1l-0 @Dr4s1l-0 you will not see the config drive mounted in your system, cloud-init only mounts it temporarily very early on in the boot process, copies the found config files off of it, and unmounts it. Mounting it manually will just cause more issues. You can probably see it being mounted early on in the logs in /var/log/cloud-init.log Cloud-init has introduced a ton of bugs this year and has no documentation regarding them, it has been a nightmare to try and track down these issues - I have a support customer with the same issue on recent versions of ubuntu and I've gotten nowhere. At this point I think it's best to take it up with the upstream project, cloud-init - from the XOA/XCP perspective we're doing everything we can, resulting in presenting a properly configured config drive - any issue after that is the cloud-init package
  • Talk to xo-server with PHP?

    5
    0 Votes
    5 Posts
    538 Views
    olivierlambertO
    See also https://xcp-ng.org/forum/topic/4538/xoa-json-rpc-call-basic-exemple
  • NO_HOSTS_AVAILABLE vs Not Enough memory Available

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    olivierlambertO
    Short answer: yes.
  • Thousands of tasks Xapi#getResource /rrd_updates (on xcp-ng-01) 0%

    Solved community
    9
    1
    0 Votes
    9 Posts
    2k Views
    M
    @olivierlambert Thanks. As always you guys are great. Thanks for this opensource project! Tasks have cleared up.
  • Feature request: Show cron job summary for all backups

    feature in backlog
    6
    1
    0 Votes
    6 Posts
    651 Views
    julien-fJ
    @marcungeschikts Yes, it's the third point of the GitHub issue
  • xoa-updater service appears to be down

    10
    0 Votes
    10 Posts
    2k Views
    kdmK
    Cancel that. CTRL-F5 fixed it! Thanks again.
  • VM Hangs at 86% when starting

    4
    0 Votes
    4 Posts
    618 Views
    DanpD
    @jp13232 That wasn't what I asked. You mentioned Xenserver, so I wanted to know what version.
  • Backup NG

    4
    0 Votes
    4 Posts
    733 Views
    M
    @darkbeldin Thanks it was his channel & what great info he provides! It was a 2018 "VM Backups, Disaster Recovery and Continuous Replication with Xen Orchestra Backup NG" Thanks very much Darkbeldin
  • 0 Votes
    7 Posts
    2k Views
    planedropP
    @olivierlambert Sounds good, thank you!