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
    acebmxerA
    @dsauce To test your theory out on my issue i just tried to disable CBT on XOA side and one vm gave me this error... vdi.set { "id": "11286a97-b773-4ec4-a0b7-464ab87254ca", "cbt": false } { "code": "UUID_INVALID", "params": [ "VDI", "a52fe4ab-edc2-4975-a118-f6db84435379" ], "call": { "duration": 1, "method": "VDI.get_by_uuid", "params": [ "* session id *", "a52fe4ab-edc2-4975-a118-f6db84435379" ] }, "message": "UUID_INVALID(VDI, a52fe4ab-edc2-4975-a118-f6db84435379)", "name": "XapiError", "stack": "XapiError: UUID_INVALID(VDI, a52fe4ab-edc2-4975-a118-f6db84435379) at Function.wrap (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/_XapiError.mjs:16:12) at file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/transports/json-rpc.mjs:38:21 at runNextTicks (node:internal/process/task_queues:64:5) at processImmediate (node:internal/timers:452:9) at process.callbackTrampoline (node:internal/async_hooks:130:17)" } Another vm.. vdi.set { "id": "966fe072-4865-48a2-867a-0eb59b23dcc7", "cbt": false } { "code": "UUID_INVALID", "params": [ "VDI", "d6662a49-0d65-4c4b-a8fa-cddd42ab4cd5" ], "call": { "duration": 1, "method": "VDI.get_by_uuid", "params": [ "* session id *", "d6662a49-0d65-4c4b-a8fa-cddd42ab4cd5" ] }, "message": "UUID_INVALID(VDI, d6662a49-0d65-4c4b-a8fa-cddd42ab4cd5)", "name": "XapiError", "stack": "XapiError: UUID_INVALID(VDI, d6662a49-0d65-4c4b-a8fa-cddd42ab4cd5) at Function.wrap (file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/_XapiError.mjs:16:12) at file:///usr/local/lib/node_modules/xo-server/node_modules/xen-api/transports/json-rpc.mjs:38:21 at runNextTicks (node:internal/process/task_queues:64:5) at processImmediate (node:internal/timers:452:9) at process.callbackTrampoline (node:internal/async_hooks:130:17)" } Update - after backup completed with warnings i looked back and CBT was re-enabled in XOA. Did not help with my Veeam issues.
  • 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
  • Restore Backups from a different XO

    4
    0 Votes
    4 Posts
    2k Views
    S
    Thank you! So I must be doing something wrong as I'm getting the following error when I add in the old NFS mount which has the backups: [image: 1640195910502-dc65c765-1542-4c58-8082-fbb54e33f3c9-image.png] The /mnt/Tank/VMs mount contains the previous XO backups as well as some active VM storage: [image: 1640196114557-680455d2-9559-4fe9-a8a2-127762d5b61b-image.png] FreeNAS has two 10Gbe nics which are isolated based on the type of traffic: 10.10.1.5 is for VM traffic 10.10.2.3 is for Backups/Migration traffic
  • XO Error Loading Health Tab

    5
    1
    0 Votes
    5 Posts
    1k Views
    S
    I can confirm it's now working. Thank You! Health page loads fine w/ the latest commit.
  • Custom templates in hub?

    1
    1 Votes
    1 Posts
    420 Views
    No one has replied
  • constant tasks every few seconds "Xapi#getResource /rrd_updates"

    7
    0 Votes
    7 Posts
    1k Views
    TheNorthernLightT
    @heman Yes. The management interface on each host (Eth4) is in the same vlan as XOA's management interface. Storage vlans on each host (Bond0) is in the same storage vlan as the second interface on XOA (setup for backups) with no gateway.
  • Create virtual network but block internet access?

    3
    0 Votes
    3 Posts
    2k Views
    fohdeeshaF
    @zevgeny Hi, yes this can be easily done by just creating a new network as you described. VMs will be able to access anything in that network/subnet without extra configuration. If they ever need to talk to things outside of that network/subnet (like the internet), they would need a router to route the traffic between subnets
  • LDAP authentication plugin on XOA

    Solved
    4
    0 Votes
    4 Posts
    871 Views
    K
    @olivierlambert Thanks!
  • IMPORT_ERROR after trying to import VM I just exported from XOA

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    P
    @danp Sweet that worked! Thank you!! This things pretty kickass, I was just able to duplicate a VM that was rendering heavy CG to a completely different node and had that duplicate VM rendering in less than 5 mins... Thank you so much for the assistance!
  • Creating support tickets no longer works

    7
    3
    0 Votes
    7 Posts
    2k Views
    Marc.pezinM
    @s-pam Yes indeed, this link is currently broken because of the new support platform. Thanks for the feedback, our team will fix it as soon as possible.
  • Problems building from source

    30
    0 Votes
    30 Posts
    16k Views
    julien-fJ
    @danp It's a warning for an indirect dependency (@vuepress/core > url-loader), I don't think we should worry about it.
  • Stuck tasks after enabling Usage Reporting

    8
    1
    0 Votes
    8 Posts
    2k Views
    R
    @heman Yep, I have a separate storage network from my management network. Thanks for the tip! I will check it out...
  • 0 Votes
    4 Posts
    1k Views
    olivierlambertO
    Not your VMs up to date, your XO version. Be sure to be on the latest commit.
  • bug: UEFI boot parameters not preserved with Delta backups

    6
    0 Votes
    6 Posts
    2k Views
    julien-fJ
    Thank you all for your help Please try the fix-uefi-delta-backups branch and keep me posted.
  • Backup/Smart mode broken

    7
    0 Votes
    7 Posts
    1k Views
    julien-fJ
    @andrew It's now fixed, thank you
  • Some VMs cannot be migrated without first rebooting

    4
    0 Votes
    4 Posts
    1k Views
    DanpD
    I know this has come up before. It may have been in the old XO forum.
  • "VDI_MISSING" error message upon trying to boot a UEFI VM...

    1
    0 Votes
    1 Posts
    634 Views
    No one has replied
  • Copy template between hosts

    5
    0 Votes
    5 Posts
    3k Views
    DanpD
    @mauzilla You can copy the template to the new SR using XO. Here's how -- Go to Home > Templates Select the desired template(s) using the checkbox Press the "Copy" button that appears in the header Complete the dialog
  • Re-associate a delta backup

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    mdavicoM
    @olivierlambert thank you
  • Remove VUSB as part of job

    xenorchestra vusb jobs xcp-ng
    4
    0 Votes
    4 Posts
    2k Views
    B
    @w21froster Did you ever come up with a solution here?
  • Custom concurrency when migrating multiple VMs via XOA

    3
    1
    1 Votes
    3 Posts
    1k Views
    olivierlambertO
    Sounds doable, but it's another feature in the backlog We really need to move forward with XO 6. However, can you: check if there isn't already something in XO Github repo on that topic if not, please create it This way, we are sure it won't disappear
  • Issues Mounting NFS Remote for Backups

    Solved
    12
    0 Votes
    12 Posts
    8k Views
    G
    @stevezemlicka Thanks for mentioning this and reporting your "mistake" on the forums. I had been banging my head against the wall for a day before finding this post and realising the obvious.