Subcategories

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

    466 Topics
    4k Posts
    P
    @poddingue there is a notion of appliance too (group of VMs) https://docs.xcp-ng.org/appendix/cli_reference/#appliance-commands where you can start/stop a group of VMs, never tried it, doesn't seem to have a boot order in the vAPP neither
  • ACLs, Self-service, Cloud-init, Load balancing...

    103 Topics
    859 Posts
    J
    @gcpeters4 said: @john.c This is a good idea as well. If the previous suggestion of trying to do a DNS round robin approach doesn't work, this may be my best option. Thanks for taking the time to provide your suggestion! By the way my suggestion is recommended best practice from Microsoft for their Active Directory software and/or technology. My suggestion will be more likely to work if your DNS servers and requests have issues with Round Robin configuration. Plus with my solution you can easily add more servers as domain controllers to the cluster, as required and use replication to keep them consistent and up to date.
  • All XO backup features: full and incremental, replication, mirrors...

    501 Topics
    5k Posts
    P
    hello there, still XOA 6.3.3 here. since the last big XObackup & CR reworking, we have an annoying bug [image: 1778328477250-6db625da-2a61-4860-bc50-5c6adae0ae33-image.jpeg] This VM is 2.17Tb [image: 1778328523117-bc28b5ef-f37d-4bf9-b016-921309c17353-image.jpeg] how can be the KEY is 9.1Gb ? In fact the KEY size is good, but when retention of 10 points is obtained, the merging of last incremental in the first KEY point of the chain erase the size. So in our restore view, data sizes are all wrong, based on the sum of this key + 9 inc [image: 1778328703332-2e0a1587-365a-404f-9186-2b909605b3fa-image.jpeg] @florent could you do something about that ?
  • Everything related to Xen Orchestra's REST API

    85 Topics
    633 Posts
    DustyArmstrongD
    @florent OK cool, thank you for the info.
  • Terraform, Packer or any tool to do IaC

    50 Topics
    469 Posts
    dalemD
    @afk I’ve got two draft nixpkgs for libvhdi and Xen orchestra from sources respectively, I’ll look into submitting them upstream soon but take a look and feel free to share any feedback xen-orchestra-ce libvhdi.
  • Missing plugins.. ?

    plugins
    4
    0 Votes
    4 Posts
    2k Views
    olivierlambertO
    We decided to keep cloudinit available for everyone for now. So consider it as a gift
  • Modify xo-web with own Logo

    5
    0 Votes
    5 Posts
    1k Views
    rajaa-bR
    Hi, If you want to change the background color, you need to update the $side-menu-bg: #044b7f; in ~/xen-orchestra/packages/xo-web/src/index.scss . Best regards.
  • backup to s3 - backup and restore

    2
    0 Votes
    2 Posts
    384 Views
    olivierlambertO
    It's exactly the same process for any other backup.
  • Live Migration gone bad, Help!

    10
    0 Votes
    10 Posts
    3k Views
    R
    @stormi so now I have to just figure out how to delete the ghost vm before i reconnect the pool to XO. in xen center I can't delete it for some reason .. guess i'll try cli (never deleted a vm like that before)
  • cr vs delta backup

    2
    0 Votes
    2 Posts
    380 Views
    olivierlambertO
    That's precisely the difference: a delta backup is stored in a remote, a CR is stored in an SR.
  • Backup fails after upgrade 5.50.3

    13
    0 Votes
    13 Posts
    1k Views
    olivierlambertO
    Thanks for the ticket. Please continue to provide feedback in there, it won't be monitored here.
  • Backup File resotre errors

    4
    0 Votes
    4 Posts
    1k Views
    J
    @Rocky said in Backup File resotre errors: ntfs-3g Yes I have both those packages installed
  • File Restore Not working, little red triangle

    23
    0 Votes
    23 Posts
    8k Views
    R
    @Rocky special note, sometimes i get the little red triangle still, but if I click again on the partition it works.
  • Backup Restore Insufficient Space

    7
    2
    0 Votes
    7 Posts
    2k Views
    M
    Not a huge deal currently, but if I had a number of VDI's spread out, it could exeed any single available space which means I cant restore at all... Can this be done in an alternative way via CLI?
  • Remotes not showing help?...

    Solved
    2
    0 Votes
    2 Posts
    187 Views
    N
    Cancel that, I found out how to save the Config and import through Settings/Remotes/Config...
  • auth-ldap error: logger is not a function.

    2
    0 Votes
    2 Posts
    525 Views
    olivierlambertO
    Do you have also the problem with an XOA?
  • kubernetes recipe fails to deploy cluster

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    BenjiReisB
    @d1rtym0nk3y If DHCP is configured on your network then yes.
  • MTU problems with VxLAN

    22
    0 Votes
    22 Posts
    12k Views
    BenjiReisB
    The issue has been fixed on this branch, it'll be merged into master soon.
  • Can't for the life of me inject cloudinit config

    23
    0 Votes
    23 Posts
    8k Views
    p4-k4P
    What does your cloud config logs show on the guest OS after boot? Can you see if it has made any attempt to inject the config? Only thing I can think of is that your cloud config might be wrong thus the cloud init service is refusing it. Have you tried to use an ubuntu image? I used official images of both debian 10 and ubuntu 18.04 and worked fine once I got rid of the pre-populated network config or inserted a real network config. I spent too long trying to figure out what was going on so let me know if there's anything else you need to know, it's super frustrating.
  • Question: Delta backup retention vs. full backup interval

    4
    0 Votes
    4 Posts
    2k Views
    T
    @Vinylrider your understanding is correct, delta retention is just how many deltas to keep before merging the oldest delta with the full. Full backup interval is the time between each new full back up for use in case of corrupted back up. To answer your question, yes it is recommended to have more than 1 full back up to fall back to in the event of corruption espcially of delta backups since delta backups rely on previous deltas meaning if one of your delta is corrupted, you'll loose all data from that point onward until another full backup is made, or worse your full backup could be corrupted (more likely because of the file size) then you loose the whole chain. And if your corrupted delta is merged with the full, you'll probably have a corrupted chain aswell.
  • How to Hide or removed the canned Templates from XOCE/XOA

    3
    0 Votes
    3 Posts
    904 Views
    DanpD
    I opened an issue on this. Feel free to chime in with your thoughts -- https://github.com/vatesfr/xen-orchestra/issues/5284 Danp2 created this issue in vatesfr/xen-orchestra open Enhancement: Add ability to flag templates as hidden #5284
  • Question: Delta backups and snapshot modes

    8
    0 Votes
    8 Posts
    3k Views
    T
    @aghering the [NOBAK] option only excludes the transfer process, it will still try to make a snapshot of the disks. There are many possible causes for your UNIMPLEMENTED IN SM BACKEND issue, the most likely causes are probably storage related. If it is not a critical VM, you can try to disconnect the second storage disk and try again. If that doesn't work you might have to forget the SR and try (you can reattach it again, just need to remember your sr-uuid. Also, your /var/log/SMlog might reveal something.
  • No "new" Tab

    15
    2
    0 Votes
    15 Posts
    3k Views
    I
    @tony I removed the 2nd XOA... I think that's the reason I'm lagging but now everything is smooth...
  • Detached backups and snapshots with commit '2aed2fd53'

    5
    2
    0 Votes
    5 Posts
    911 Views
    J
    Makes sense now that you mention it... Perhaps I should have realized that because obviously the backups only run on my primary XO instance. Thanks!
  • xo-cli vm.create from bash fails

    2
    0 Votes
    2 Posts
    623 Views
    L
    Solved: you need to use the template id, not the uuid.