Subcategories

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

    370 Topics
    3k Posts
    A
    Just an FYI I currently only have 1 xcp-ng host as I am still in the vmware migration. I have 2 more vms to migrate which is scheduled for tomorrow. If no issues I will be able to being over the 2nd host to xcp-ng.
  • ACLs, Self-service, Cloud-init, Load balancing...

    91 Topics
    769 Posts
    olivierlambertO
    Question for @pdonias
  • All XO backup features: full and incremental, replication, mirrors...

    379 Topics
    4k Posts
    cairotiC
    @florent It's actually only 3TB. It's a local S3 mount on the XO server that I mapped. The size shown is wrong.
  • 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

    35 Topics
    336 Posts
    CyrilleC
    Hi, thank you for the example! We will take a look. It could be a good idea to have a dedicated documentation/web page with usage examples of 'DevOps' tools
  • Metadata Backup to Backblaze S3 compatible will not work

    5
    0 Votes
    5 Posts
    748 Views
    I
    Having the same issue here with metadata backups, tried Backblaze bucket and Amazon. Also the vm backups to S3 are failing usually with VDI_IO_ERROR(Device I/O errors) or "Error calling AWS.S3.upload: socket hang up" (but working to NAS). Is there somebody who made backups to S3 to work somehow?
  • Location of Backups?

    3
    0 Votes
    3 Posts
    494 Views
    capeschoolsC
    @olivierlambert Thanks!
  • 0 Votes
    5 Posts
    480 Views
    capeschoolsC
    @olivierlambert Okay no problem!
  • Move VM to a host containing a CR vm

    6
    0 Votes
    6 Posts
    636 Views
    DanpD
    @shorian No worries. I just figured the full error log would be beneficial to @olivierlambert and team if they review this thread. Edit: This thread seems related
  • Kuberenets cluster recipe not happy

    49
    0 Votes
    49 Posts
    18k Views
    olivierlambertO
    Thanks for the feedback @mathiashedberg !
  • New install some people can't login

    1
    0 Votes
    1 Posts
    441 Views
    No one has replied
  • New install can't add remote NFS

    Solved
    3
    0 Votes
    3 Posts
    684 Views
    M
    That was it you're awesome. You can mark it as solved.
  • XOCE Yarn Start Error code 1

    Solved
    13
    0 Votes
    13 Posts
    1k Views
    M
    Again thanks everyone. you can mark this as solved. The step I was missing was the config step. $ cd packages/xo-server $ mkdir -p ~/.config/xo-server $ cp sample.config.toml ~/.config/xo-server/config.toml
  • XO Installation on an offline system

    17
    0 Votes
    17 Posts
    4k Views
    L
    @olivierlambert Thanks
  • 0 Votes
    5 Posts
    556 Views
    pdoniasP
    @duxepu Ok, this is weird, I'm not able to reproduce that and I don't see how it's possible. Could you check a few things? from an admin point of view, at the bottom of the VM's advanced tab, please check that the user has Admin ACLs on the VM from the user's point of view, when you're on the snapshots tab, open the browser console (press F12 > Console tab) and check if there are any errors do you have this issue with all the users of all your Self Service groups or is it more specific? Thanks!
  • Bizarre Error during backup process (from the sources, 20.04)

    12
    0 Votes
    12 Posts
    1k Views
    DanpD
    Yesterday I updated to the latest sources and my backup ran successfully, so it appears that this issue is resolved. @carlosfrederico You'll need to switch back to the master branch before your normal update routine will work.
  • Debian cloud template for XenServer Default Password

    6
    0 Votes
    6 Posts
    4k Views
    olivierlambertO
    There's no root password. Use sudo -s
  • Server can no longer connect after crash

    Solved pool server
    5
    0 Votes
    5 Posts
    795 Views
    grapesmcG
    @olivierlambert FYI turned out to be a networking issue that had nothing to do with the server itself. I'm still getting to the bottom of what exactly the cause was, and will update here once I do just in case someone else runs into this. Thanks again. And thanks for the awesome software. ! -Rob
  • Uncertain state of VM tools

    7
    0 Votes
    7 Posts
    892 Views
    olivierlambertO
    No, there's no need to upgrade VM tools when you upgrade the host. You can keep old tools, it will work fine.
  • VDI is not available Error

    4
    0 Votes
    4 Posts
    2k Views
    F
    @dan2462 Did you get a resolution to your VDI issue? I have a similar problem as it seems hosts are locking up the VDI's on my shared iscsi storage and if they are shutdown and I try to boot them on an alternate host, I get the VDI not available error.
  • HOST_NOT_ENOUGH_FREE_MEMORY

    9
    0 Votes
    9 Posts
    2k Views
    M
    @olivierlambert Thanks for the quick feedback!
  • What ordering does XO trigger backups in?

    3
    0 Votes
    3 Posts
    388 Views
    badrAZB
    Hi @xo-g , We don't use any specific order to pick the VMs to backup.
  • How to implement the perfect backup strategy with Xen Orchestra?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Single backup job two locations

    2
    0 Votes
    2 Posts
    261 Views
    olivierlambertO
    You can have one job with 2 remotes. Or a job with backup and DR at the same time.
  • SAML, automatic user generation

    5
    0 Votes
    5 Posts
    1k Views
    pdoniasP
    @mrbaz Thanks for the detailed feedback! If XO had a way of pulling the user's group information and only allowing those in a certain group to have authorization to XO to have their accounts automatically generated, that would work too. That wouldn't be trivial to implement with our current plugin system. But as you said, a user that logs into XO isn't able to do anything without granting them permissions first. Also, if this is still a concern for you, you can disable user auto-generation in xo-server configuration by adding this line: createUserOnFirstSignin = false However, you'd then have to create the users manually before they can log in. the issue still stands that I can't put a user into a group or assign ACLs until after they have signed in for the first time. I agree but I'm not sure what a good solution to this would be. If we add an option to import all the users at once, it could mean importing a lot of users for some companies, even if many of those users would never actually log in later.