Subcategories

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

    442 Topics
    3k Posts
    W
    Hello All, This issue seem to completely go away on a older branch/tag if i build it from below for XO: xo-lite-v0.17.0 So the issue I would think is coming from the newer version of XO. Not sure best way to test this. So I am going back to an older commit. If anyone has any suggestion I can try helping as its an annoying issue.
  • ACLs, Self-service, Cloud-init, Load balancing...

    98 Topics
    825 Posts
    D
    @bleader Hopefully the palm print on my forehead isn't visible from where you are sitting. Of course the interface needs an IP address. In my defense, normally for something like this, I wouldn't put it on the bonded interface with all the trunked VLAN's for guest traffic (we don't give that one an IP) and it would go on the other bonded interface that isn't trunked and does get an IP, but these are test hosts and I didn't set up the other bond, so it is pulling double duty. I was able to set the IP's and get SDN working. Thanks!
  • All XO backup features: full and incremental, replication, mirrors...

    456 Topics
    5k Posts
    planedropP
    @florent As it turns out, the job completed the next time it ran and this task went away, not sure why that first one failed but it seems to be OK for now. I will update this if I see this error again and be sure to include as many logs as I can. Thanks as always!
  • Everything related to Xen Orchestra's REST API

    75 Topics
    572 Posts
    L
    @florent, I had to do the same for Xen Orchestra Community Edition. In my case, config.toml already contained the [authentication] section, so adding a separate config.tokenValidity.toml file did not work. Instead, I had to modify the existing config.toml located at /opt/xo/xo-server. In my opinion, it is best to keep defaultTokenValidity set to 30 days as a fallback in case no value is specified. You can then simply increase maxTokenValidity to the duration you prefer. [authentication] defaultTokenValidity = '30 days' # default value of 0.5 years # comment out and increase to 5 years #maxTokenValidity = ' 0.5 year' maxTokenValidity = '5 year'
  • Terraform, Packer or any tool to do IaC

    48 Topics
    444 Posts
    CyrilleC
    Kubernetes CCM for Xen Orchestra v1.0.0-rc.1 We’re shipping v1.0.0-rc.1, our first release candidate on the road to a stable 1.0.0! This RC is feature-complete and ready for real-world use. Please try it out and share any feedback—bugs, regressions, or usability notes—so we can polish the final release. Thank you for testing and helping us! https://github.com/vatesfr/xenorchestra-cloud-controller-manager/releases/tag/v1.0.0-rc.1 Golang SDK for Xen Orchestra v1.11.0 SDK v2: VM and Task services now match the latest REST API. Host service has been added for host data retrieval. Integration tests have also been strengthened to boost reliability. The v2 SDK is gradually becoming our main library for all the other DevOps tools (Kubernetes drivers, Terraform provider…). There are BREAKING CAHNGES in the v2 SDK, so please read the release notes carefully. Remember that the v2 SDK is a beta version and can be subject to significant changes. The current semantic versioning we use is mostly for the v1 SDK. When the v2 SDK becomes stable, the major version number will increase. https://github.com/vatesfr/xenorchestra-go-sdk/releases/tag/v1.11.0
  • Can not restore files from delta backup

    11
    1
    0 Votes
    11 Posts
    2k Views
    olivierlambertO
    Restoring the whole VM is OK, because XO doesn't "look" inside the disk.
  • Cloud like services

    6
    0 Votes
    6 Posts
    1k Views
    olivierlambertO
    I'm pretty fine that anyone build a WHMCS connector to XO API
  • Problems getting containers to show in CoreOS on XO.

    5
    0 Votes
    5 Posts
    819 Views
    A
    Thank you. Yes, I have installed the xscontainer though it does nothing.
  • 2 Votes
    1 Posts
    828 Views
    No one has replied
  • Moving VMs from one Pool to another

    6
    2
    1 Votes
    6 Posts
    3k Views
    P
    Next thing I tried was Exporting the affected VM, delete it and import it again. This fails because after deleting the VM both VDIs / VHDs are still there. Also I can not delete them. The error says: [image: 1576141485072-f6ff6ad4-8a59-4424-9bb5-ff498f87989f-image.png]
  • XOA and SAML (keycloak)

    5
    0 Votes
    5 Posts
    1k Views
    julien-fJ
    I'm not overly familiar with SAML, but our plugin is based on this: https://github.com/bergie/passport-saml Let us know if you find something relevant.
  • Open Console of VM in new dedicated Window

    11
    0 Votes
    11 Posts
    5k Views
    DanpD
    @Jarvar You install them in each VM. See here for more details.
  • Workload Balancing

    8
    0 Votes
    8 Posts
    2k Views
    K
    So is there anyone who would be so kind to tell me whether it is worth it trying XOA instead of XOCE regarding workload balancing? Anyone who knows if there are differences?
  • 0 Votes
    2 Posts
    331 Views
    DanpD
    I think this is normal behavior when you have the Load Balancer plugin loaded. If you don't intend to use it, then unload it.
  • xoa automated tasks [workflow feature request]

    7
    0 Votes
    7 Posts
    703 Views
    pdoniasP
    Hi @akurzawa, this would be quite a big feature, please open an issue if you have something precise in mind (a list of possible actions, what could trigger a workflow, ideally some use cases that couldn't be done without it, etc.). Also, a lot can probably already be done with XO's Web Hooks, xo-cli and a third party workflow tool in between.
  • VM migration between hosts fails

    3
    0 Votes
    3 Posts
    599 Views
    G
    thank you, that did it. i got the container plugin installed, shows the containers in the VM fine in XO, testing migration of that VM now
  • XoError: no such host & Firefox crashing at Logs

    2
    0 Votes
    2 Posts
    376 Views
    G
    Tested with Chrome now, on chrome it works. So it seems only a firefox problem. I switched off the extensions ( https everywhere, ublock origin and privacy badger ) but still crashes. Had htop running on my client while crashing, no unusual increase in RAM usage while going to crash. Rebooted XO VM, now it is ok again with firefox. so for me the issue is closed, if somebody is bored and wants to look into some logs for bug hunting i am glad to provide them. i also restarted the toolstack on one of the pool members ( not master ) and the "no such host" error is gone.
  • How does Xen Orchestra work.

    12
    0 Votes
    12 Posts
    3k Views
    olivierlambertO
    xe CLI. Type xe --help.
  • http authentication

    5
    0 Votes
    5 Posts
    820 Views
    julien-fJ
    @sborrill I have a work-in-progress branch with a plugin for this: https://github.com/vatesfr/xen-orchestra/pull/4701 To test, you will need to checkout this branch, add a symlink to the packages/xo-server-auth-http plugin into the directory xo-server/node_modules and then to configure and unable the plugin from XO. This will make basic authentication available with the path /signin/basic, note that you can make it the default authentication by overriding authentication.defaultSignInPage in your configuration file. julien-f opened this pull request in vatesfr/xen-orchestra open WiP: feat(xo-server): support HTTP basic auth #4701
  • Command failed: npm uninstall -g --silent xoa-updater

    3
    0 Votes
    3 Posts
    487 Views
    bpbB
    Will do. I've got an installation of it in two locations and neither are behind a proxy. In a moment of early-onset senility/dementia I confused npm with dnf - somehow! So there's obviously a chance I'm doing something incorrectly.
  • Xen Orchestra CE not show home section in web interface

    18
    1
    0 Votes
    18 Posts
    3k Views
    DanpD
    @AgentZoy Sorry, but I don't understand your current issue. Please restate.
  • [SOLVED] XO From source restore backup fails with VDI_IO_ERROR

    Solved
    16
    0 Votes
    16 Posts
    4k Views
    olivierlambertO
    This is not related to the original, feel free to create a new one regarding this issue. You can't "manually" move a VM, there's always a client to do that (XO, xe, XCP-ng Center etc.). So you need to understand why it's failing first.
  • XOA on Xenserver 6.5

    2
    0 Votes
    2 Posts
    337 Views
    olivierlambertO
    It should work on XS 6.5, yes. Feel free to create a ticket if you need assistance
  • Little bug or better error handling?

    1
    0 Votes
    1 Posts
    318 Views
    No one has replied
  • XO from source & Netdata

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    D
    @Biggen Ahh gotcha. I’ll check that out