Subcategories

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

    362 Topics
    3k Posts
    G
    @tjkreidl Once I install graphics drivers (nvidia) and allow pci passthrough of the graphics card, i get: NVRM: cpuidInfoAMD Unrecognised AMD processor in cpuInfoAMD and the VM refuses to boot If I remove the drivers or detach the card, then the VM boots
  • ACLs, Self-service, Cloud-init, Load balancing...

    89 Topics
    762 Posts
    olivierlambertO
    Hi, It was never meant to be a 2 ways synchronization plugin. Making it 2 ways considerably raise the complexity of such plugin (because we would need to make configuration for decision on when to take it one way and the other, and each use case is different). I would say: you shouldn't have any IP that's already in Netbox from other source in the IP range that's used for your VMs.
  • All XO backup features: full and incremental, replication, mirrors...

    364 Topics
    4k Posts
    R
    @florent Great work, thanks for the fixes
  • Everything related to Xen Orchestra's REST API

    64 Topics
    492 Posts
    MathieuRAM
    This is normal, as the tasks endpoints are in the old REST API (undocumented by Swagger). We are gradually migrating to the new REST API to document all endpoints.
  • Terraform, Packer or any tool to do IaC

    33 Topics
    309 Posts
    I
    @olivierlambert @nathanael-h @Team-DevOps Please let me know if you have answers for any of the flollowing questions: Why JSON-RPC over websocket regularly returns not expected result for calls and what could be done with it? examples: method xo.getAllObjects sometimes returns empty result, but following: jsonrpc method params ------- ------ ------ 2.0 all @{type=enter; items=} On retry - everything is fine and we have all data jsonrpc result ------- ------ 2.0 @{bbdb1ed0-4c86-24ec-...=;..... method vm.copy sometimes returns only task with name_label host.get_server_certificate and no task async.vm.copy. Meanwhile copy operation is started in XEN Orchestra, so we have to separately search for the task currently running in all objects and if it is not there anymore suggest that it completed successfully. Afterwards we need to check if vm was copied and appeared in all objects. That is really frustrating as we have no info about successfully completed tasks in XEN - records just removed as nothing happen. most likely this happens due to other tasks being popped up in tasks at the same time and websocket call recives not its own responce, is it possible to workaround? What is correct syntax for JSON to run job.create method? Are there any article with supported methods for JSON-RPC calls and examples to use them? Calling for "system.getMethodsInfo" I can see "job.create": { "description": "Creates a new job from description object", "params": { "job": { "type": "object", "properties": { "userId": { "type": "string", "optional": true }, "name": { "type": "string", "optional": true }, "timeout": { "type": "number", "optional": true }, "type": { "type": "string" }, "key": { "type": "string" }, "method": { "type": "string" }, "paramsVector": { "type": "object", "properties": { "type": { "type": "string" }, "items": { "type": "array", "items": { "type": "object" } } }, "optional": true } } } }, "permission": "admin" }, But it is unclear what values should I provide to paramsVector and looking into the job created manually (in web interface) with method job.getall I can see 2 jobs [ { "type": "call", "name": "copyvm", "key": "generictask", "method": "vm.copy", "paramsvector": { "type": "crossproduct", "items": [ { "type": "set", "values": [ { "name": "nevm", "vm": "GUID", "sr": "GUID" } ] } ] }, "userid": "GUID", "id": "GUID" }, { "method": "vm.copy", "key": "vm.copy", "name": "copyvmjob", "type": "call", "userid": "GUID", "id": "GUID" } ] How can I create similar job myself if it is not possible to find out why vm.copy does not return async.vm.copy task info?
  • Moved a VDI to a new SR, but something is left behind?

    8
    1
    0 Votes
    8 Posts
    2k Views
    olivierlambertO
    Likely orphaned VDIs. Removing them should fix coalesce.
  • Backup: IMPORT_ERROR_PREMATURE_EOF()

    6
    0 Votes
    6 Posts
    652 Views
    olivierlambertO
    Okay so maybe there is a race condition somewhere with zstd (gut feeling, about premature EOF and using ZSTD). @johnelse what do you think? Do you need better logs?
  • 0 Votes
    10 Posts
    916 Views
    olivierlambertO
    Thanks for your feedback. We also took in consideration what people asked for the next UI
  • XO(A) - could we not use UTF(?) junk?

    Solved
    13
    0 Votes
    13 Posts
    843 Views
    akurzawaA
    +1 640KiB for everyone
  • Self-Service not showing assigned pools or network

    2
    0 Votes
    2 Posts
    198 Views
    olivierlambertO
    Select pool? I'm not sure to get it. Please provide a screenshot.
  • 0 Votes
    2 Posts
    559 Views
    olivierlambertO
    Hi, Please see this discussion: https://github.com/vatesfr/xen-orchestra/issues/1884 If you have a pro support, please fill a ticket for a feature request julien-f created this issue in vatesfr/xen-orchestra closed Add ability to fill user groups from ldap #1884
  • how to add orchestra to domain?

    2
    0 Votes
    2 Posts
    761 Views
    olivierlambertO
    You need to use LDAP plugin to enable user login with XO. Please refer to our official documentation: https://xen-orchestra.com/docs/ldap.html
  • Selfservice question active vcpu limit

    5
    0 Votes
    5 Posts
    402 Views
    olivierlambertO
    This is an idea I had a long time ago (issue created in 2016), but due to the lack of request for this, it's not a priority. Obviously, if you have pro support, creating a ticket to get this could raise the priority of dev teams. Also, contributions are very welcome
  • Doubts...

    2
    0 Votes
    2 Posts
    431 Views
    olivierlambertO
    XOA supports CH 8.0, what's your error? XOA use another mechanism because CBT isn't really worth it (we use delta VHD instead, which is compatible even with XS Free)
  • Problem with BackupNG (internal error)

    8
    0 Votes
    8 Posts
    1k Views
    olivierlambertO
    Thanks for the feedback!
  • VDI_IO_ERROR during Backup

    4
    0 Votes
    4 Posts
    283 Views
    olivierlambertO
    We patched some part of SMAPIv1 to "make it work" (our patches were even merged) but VHD export is another (more) complicated story. That's why we are working on SMAPIv3 now instead wasting resources on the "legacy" storage stack
  • Just signed up for xen orchestra and login does not work

    3
    0 Votes
    3 Posts
    19k Views
    olivierlambertO
    Indeed, as explained in the official doc: https://xen-orchestra.com/docs/#xoa-credentials
  • 0 Votes
    3 Posts
    908 Views
    MajorTomM
    @Danp said in XOA: VMs' consoles don't work ("Unknown key pressed, Unknown key released"): What version of XS / XCP? Are you fully patched? XOA is on XCP-ng 7.6 which I installed 3 weeks ago and then updated with yum, so still up-to-date, I believe (not trying to update at the moment as I'm in a process of migrating and don't want any reloads/restarts of XCP-ng. VMs were on XenServer 6.2 updated with all patches available. Additional info: one of the Linux VMs which I tried to use XOA's console with, was already on XCP-ng 7.6 (the same as XOA) and here behaviour was different (but bad anyway): hitting Enter was giving newlines, AFAIR, but the console wasn't reacting on other keys. This may help -- https://xen-orchestra.com/blog/xenserver-consoles/ Thanks. Though I'm not sure which keyboard layout the blog mentions... Of the browser (client)? Of the host with XOA? Of the host with the VM observed on the XOA's "console"?
  • Building Xen Orchestra from Source on FreeBSD - error in level-party

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    D
    Glad I was able to help.
  • xoa slow export

    29
    1
    0 Votes
    29 Posts
    5k Views
    C
    What you found is a pretty old and outdated thread, and conclusion is: It's not limited - and there's no real difference between 1 and 10GE. In case it's limited to protect mgmt-int, it would scale with 10GE, but in fact it doesn't.
  • Instructions on creating an Ubuntu cloud init template

    2
    0 Votes
    2 Posts
    3k Views
    olivierlambertO
    Use a single partition because this is a nice way to let cloud init grow the system disk if needed. I made a guide a while ago about doing this on a Debian, it's exactly the same principle: https://xen-orchestra.com/blog/debian-cloud-template-for-xenserver/
  • Direct inquiry (forked topic)

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    MajorTomM
    @Robert-COLIN That's great! Good luck :-).
  • Unable to display files in File Restore (failed to setup loop device)

    21
    1
    0 Votes
    21 Posts
    3k Views
    S
    @olivierlambert Yep cool, thanks for your help
  • Can't increase RAM on VM through XO (Memory Constraint Violation)

    6
    0 Votes
    6 Posts
    3k Views
    S
    @olivierlambert Yep for sure, and your support here is so good it's not a huge problem, but I more feel bad bothering you with stupid questions more than anything haha
  • XOA shows hundreds of client connections

    8
    0 Votes
    8 Posts
    864 Views
    jcpt928J
    I ran into something VERY similar with XCP-ng and\or XOA a while back - ended up with close to 200 new "clients" showing up on my Meraki gear. They weren't even "connected" long enough to register as IP clients, only MAC clients (ARP, possibly). I didn't think much about it at the time, as both the MAC addresses and hardware information didn't seem to be tied to any actual device by some manufacturer. I may be able to pull those out from my client history... EDIT: Here is a small section of that list: [image: 1556589256050-fc439a0c96cb13a0b2b11b3bd80ff3be.png]