Subcategories

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

    481 Topics
    4k Posts
    olivierlambertO
    No problem, this is always good to have feedback and cases showing an error and the explanation
  • ACLs, Self-service, Cloud-init, Load balancing...

    106 Topics
    867 Posts
    olivierlambertO
    Question for @Team-XO-Backend
  • All XO backup features: full and incremental, replication, mirrors...

    525 Topics
    6k Posts
    P
    @gsszuber Hi, Yes indeed, you need to preserve the root of the bucket from Lifecycle. We just had a customer with a similar issue. Can you help us by giving a small screenshot of the field to filter out the root (or filter in the three folders) please?
  • Everything related to Xen Orchestra's REST API

    87 Topics
    650 Posts
    A
    @poddingue Borrow away - "smoke alarm" is a better name for it than anything we had, so we might borrow it right back. Since you mentioned reading the matrix - here is the classification you would be reading, straight from the file: grep access: dadl/xen-orchestra.dadl | sort | uniq -c 49 access: admin 21 access: dangerous 122 access: read 75 access: write 122 of the 267 tools are plain read - that is the entire surface a review-capped agent gets. The other 145 exist in the same file, but for that agent they might as well not. The whole security taxonomy is greppable plaintext - which is rather the point of a declarative format. And if anything in the matrix looks wrong or missing, this thread is exactly the right place - real-world corrections are how it improves.
  • Terraform, Packer or any tool to do IaC

    51 Topics
    472 Posts
    JeremyLARDENOISJ
    New releases! Terraform Provider Xen Orchestra v0.40.0 This new release allows users to import VMs directly from Xen Orchestra into Terraform without recreating it or modifying manually the Terraform state. There is still some drift when importing it, but nothing that changes the real state of VM and we are currently on it! https://github.com/vatesfr/terraform-provider-xenorchestra/releases/tag/v0.40.0 Golang SDK for Xen Orchestra v1.17.0 v2 The network service is now available from the v2 client! You can now create, get and delete your network directly from it! v1 & v2 The template value in VM struct params has been fixed, We can now get the template id directly from it. https://github.com/vatesfr/xenorchestra-go-sdk/releases/tag/v1.17.0
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    3 Views
  • Change default filter in VMs list from current "power_state:running"

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    lawrencesystemsL
    @bullerwins It's a wonderful feature, you can have customized filters for VM, storage, Templates, and Pools. Combine that with using lots of tags and it makes larger deployments very manageable.
  • Error in the log at xo-cli –register

    6
    2
    0 Votes
    6 Posts
    722 Views
    olivierlambertO
    @denh I supposed you were reading this before posting: https://xen-orchestra.com/docs/community.html If you didn't, please do so Especially this section: https://xen-orchestra.com/docs/community.html#report-a-bug
  • XO License Costs

    3
    0 Votes
    3 Posts
    795 Views
    B
    @olivierlambert , Thank you. Someone from our team will reach out to you.
  • Backup VM - unused VHD

    16
    1
    0 Votes
    16 Posts
    3k Views
    olivierlambertO
    I think @florent did various modifications recently to handle those cases automatically.
  • Network pool + Cloud Init

    7
    0 Votes
    7 Posts
    1k Views
    B
    Cloud configs allow {{name}}% substitutions. From my perspective (as a user), for how {{name}} is used in my cloud configs something like {{address}} would be identical. What is the intended use case for the IPAM functionality in XOA if it can't be used like this? Real question, not trolling
  • Any updated tutorial on how to create new cloud images?

    22
    1 Votes
    22 Posts
    17k Views
    fohdeeshaF
    Also note the text at the top of your screenshot: to continue you need to select a boot device. There might be a way in that menu (or partition creation submenu) to mark that created partition as bootable, or maybe you just need to highlight/select the partition under "used devices" before hitting "done"
  • "an error has occurred" in disks tab for normal users

    Solved
    4
    3
    0 Votes
    4 Posts
    932 Views
    olivierlambertO
    You are welcome
  • Self service systems - how to build templates?

    9
    0 Votes
    9 Posts
    9k Views
    antoniolfdacruzA
    I would like some examples too. My latest (first) try gives me: alfcruz-adm@local.hcpa.ufrgs.br@volt-ampere:~/packer-plugin-xenserver$ packer build ./ubuntu-2004.pkr.hcl xenserver-iso.ubuntu-2004: output will be in this color. Build 'xenserver-iso.ubuntu-2004' errored after 8 seconds 155 milliseconds: API Error: SESSION_AUTHENTICATION_FAILED root Authentication failure ==> Wait completed after 8 seconds 155 milliseconds ==> Some builds didn't complete successfully and had errors: --> xenserver-iso.ubuntu-2004: API Error: SESSION_AUTHENTICATION_FAILED root Authentication failure ==> Builds finished but no artifacts were created. alfcruz-adm@local.hcpa.ufrgs.br@volt-ampere:~/packer-plugin-xenserver$ Using root user. This user/pass works over SSH.
  • can we use official ubuntu cloud images

    7
    0 Votes
    7 Posts
    2k Views
    R
    @encryptblockr hope to try the same with their even smaller "CORE" images. There is not an .OVA download but .xz downloads that when expanded have .img . https://cdimage.ubuntu.com/ubuntu-core/22/stable/current/ubuntu-core-22-amd64.img.xz and https://cdimage.ubuntu.com/ubuntu-core/22/stable/current/ubuntu-core-22-amd64+intel-iot.img.xz cloud-init seems to require experimentation and these small images boot quickly for me. Are you then following Fohdeesha's instructions?
  • Remote XCP-NG Connection Doesn't Show Console in XO

    Solved
    11
    0 Votes
    11 Posts
    7k Views
    bullerwinsB
    @olivierlambert I just saw Tom post about that. Already investigating about it. Thanks! https://infosec.exchange/@tomlawrence/109404324178466606
  • Migrate from Virtualbox to xcp-ng

    5
    2
    0 Votes
    5 Posts
    4k Views
    AlexanderKA
    @lawrencesystems thank you tom! really appreciate this! [image: 1669484980809-a5ccebe1-49cb-4d23-9279-a2fda336c80f-image.png] seems that it is running without issues!
  • 0 Votes
    12 Posts
    3k Views
    E
    nice, thanks!
  • System Load: How to read colour coding

    2
    0 Votes
    2 Posts
    531 Views
    olivierlambertO
    It is just relative no value per se
  • Terraform with cloud-init

    25
    1
    0 Votes
    25 Posts
    16k Views
    D
    @antoniolfdacruz glad to hear you were able to figure it out
  • File Restore Fails

    13
    1
    0 Votes
    13 Posts
    3k Views
    N
    @NeilGrevitt Whilst migrating my other backups to NFS, I noticed that one of the VM backups is able to perform file restores successfully. The successful VM is Ubuntu 22.04.1 LTS, but has been upgraded multiple times and was originally a flavour of 18.x LTS somewhere along it's life. The unsuccessful VM is Ubuntu 20.04.5 LTS that I believe was installed at this version. The only difference I can see is the output of lvscan, which does point to an issue with LVM! Successful VM: :~$ sudo lvscan :~$ Unsuccesful VM: :~$ sudo lvscan ACTIVE '/dev/ubuntu-vg/ubuntu-lv' [<19.00 GiB] inherit Not sure where to go now but thought it worth reporting!
  • XCP / XO and Truenas Scale or Core

    14
    0 Votes
    14 Posts
    9k Views
    lawrencesystemsL
    @mauzilla Just an FYI, I have not tested the latest Scale 22.12 RC1 for performance but the previous versions of scale under some conditions was quite a bit slower. I have a video covering this topic here with the benchmarks and methodology used for testing. https://youtu.be/BoiHHnBDg0E
  • One of the backups fail with no error

    29
    2
    0 Votes
    29 Posts
    11k Views
    olivierlambertO
    Okay so that's fine on this side.
  • Delta Backups deleting .vhd files during merge operation

    10
    1
    0 Votes
    10 Posts
    2k Views
    N
    Thanks all for your comments. I've managed to overcome the NFS errors listed, by using the new "multiple data blocks" setting! So for me, looks like backing up to .vhd won't work on either SMB or NFS.
  • more time for info

    13
    1
    0 Votes
    13 Posts
    2k Views
    olivierlambertO
    This is probably something for XO 6 then, let me ask @julien-f in the conversation