Subcategories

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

    408 Topics
    3k Posts
    dthenotD
    @cmanos No problem, glad I could helped. As Olivier also pointed above, it's not an issue anymore when using QCOW2 which is currently in beta, so hopefully it's only a short workaround
  • ACLs, Self-service, Cloud-init, Load balancing...

    96 Topics
    811 Posts
    olivierlambertO
    Indeed, and it's clearly stated at https://docs.xen-orchestra.com/community
  • All XO backup features: full and incremental, replication, mirrors...

    417 Topics
    4k Posts
    M
    I can imagine that a fix could be to send "keepalive" packets in addition to the XCP-ng export-VM-data-stream so that the timeout on XO side does not occur
  • Everything related to Xen Orchestra's REST API

    71 Topics
    555 Posts
    olivierlambertO
    Yes, they are created either: on demand for users when we need in XO 6 Now, XO 6 is becoming the main driver for new endpoint as the UI is providing more and more features.
  • Terraform, Packer or any tool to do IaC

    40 Topics
    379 Posts
    CyrilleC
    @carloum70 Disk migration isn't supported by the provider yet. What you can do it's only ignore the changes to the sr_id of a given disk. For example for the first disk: lifecycle { ignore_changes = [ disk[0].sr_id ] } You can also manually do the migration in XO and then after edit your HCL to update the sr_id with the new ID. It should do the trick.
  • Log UFW to log file instead of dmesg

    1
    0 Votes
    1 Posts
    264 Views
    No one has replied
  • Testing S3 Remotes (I can sort of break it!)

    6
    0 Votes
    6 Posts
    1k Views
    olivierlambertO
    Reping @nraynaud
  • 0 Votes
    10 Posts
    1k Views
    olivierlambertO
    Any opinion @julien-f ?
  • Multiple XO Servers - Backup Jobs

    4
    0 Votes
    4 Posts
    841 Views
    olivierlambertO
    Yes, as soon you imported the config, be sure that your old XO is down
  • Protect from Shutdown

    3
    0 Votes
    3 Posts
    590 Views
    jbamfordJ
    @olivierlambert Ok cool, iSCSI is on its own Network on a Direct connection with Multipathing. In the past i have had problems with VMs going in Read Only Mode. Thanks for your reply.
  • Disaster Recovery backup auto-starting VMs (but shouldn't)

    15
    2
    0 Votes
    15 Posts
    3k Views
    olivierlambertO
    That's the issue. Why they don't have it is the problem/mystery. Try to check if new replicated VMs got it. If not, I would check if you are correctly up to date.
  • When VM has changes from latest snapshot?

    feature in backlog
    12
    0 Votes
    12 Posts
    2k Views
    MathieuRAM
    Hello @Zevgeny . Finally, we won't be able to display if the vm has changed since the snapshot.
  • Import VHD

    7
    0 Votes
    7 Posts
    2k Views
    stormiS
    @joearnon The browser javascript logs may give you useful information about what issue happened during the import as seen from XO's side. However the disappearing SR issue makes me think you should look at XCP-ng logs, in particular /var/log/SMLog for storage-related logs and /var/log/daemon.log.
  • OS for Xo

    3
    0 Votes
    3 Posts
    507 Views
    DanpD
    @jsawyer77 Did you follow the documentation when building XO? If not, then what process did you use? Also, check to see if libvhdi-utils is installed and which version.
  • What is Stored in a Template?

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    kdmK
    @olivierlambert You inadvertently solved this one, too, n parallel with @tony . So, basically, as suspected, a template is nothing more than populating stuff that's in the basic and advanced webforms on Orchestra, anyway.
  • xo-server/bin doesn't exist after updating with yarn build.

    Solved
    25
    0 Votes
    25 Posts
    8k Views
    A
    I had same issue. doing: git clean -d -f and then running yarn build again helped.
  • Updates not showing up in XOA

    5
    0 Votes
    5 Posts
    649 Views
    pdoniasP
    There's a 1 min cache on XO's side. So if the updates weren't showing up for more than 1 minute, then it might be something else.
  • Warnings showing in system logs following each backup job

    4
    0 Votes
    4 Posts
    824 Views
    ForzaF
    @julien-f said in Warnings showing in system logs following each backup job: We'll see how many reports we get regarding this One more from me. But it was actually your tech support that discovered them in conjunction with a ticket we have open.
  • Backup failure: HTTP request has been canceled

    5
    2
    0 Votes
    5 Posts
    427 Views
    ForzaF
    @olivierlambert said in Backup failure: HTTP request has been canceled: It's a problem when XO tries to get address from your srv02.xxx.com. It just makes no sense that DNS would be an issue on this network. I guess if XO momentarilly looses connection during DNS lookup it could cause this problem. I've noticed sometimes that the webui of XOA sometimes can show red ? if I start live several live migrations. Maybe unrelated?
  • 100% load in XOA, but none in DomU

    14
    0 Votes
    14 Posts
    1k Views
    F
    @olivierlambert I created a ticket out of this request. Maybe continue there?
  • 0 Votes
    4 Posts
    1k Views
    R
    @olivierlambert Thanks.
  • Backup speed

    7
    1
    1 Votes
    7 Posts
    2k Views
    olivierlambertO
    That's probably since using more your cores (now there's a dedicated thread backup job).
  • Restart VM after SR available

    8
    0 Votes
    8 Posts
    1k Views
    C
    @gskger, supermicro requires -I open as they don't support RMCP+.
  • Backup Architecture

    Solved
    3
    0 Votes
    3 Posts
    493 Views
    C
    @olivierlambert Haha, it's so obvious! Didn't even think to select both at the same time. Genious, thanks.
  • console page tabs

    Solved
    3
    0 Votes
    3 Posts
    312 Views
    J
    Thanks for the response I got it working John