Subcategories

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

    467 Topics
    4k Posts
    poddingueP
    Hi! I think what you're seeing may be stale entries in the XAPI database, ghost records that can survive upgrades or host reconfigurations. From what I've read, xe vm-destroy uuid=<vm-uuid> removes the record without touching any storage, which seems like what you need here; the xe CLI reference confirms storage is left intact. I think you can get the UUID first with xe vm-list name-label="Before Ubuntu Update" (replacing the name with whichever one you're after). I'm not entirely sure why xsconsole would show them but XO wouldn't, so if the VMs don't turn up in xe vm-list, it might be worth a mention to Team-XAPI-Network, they'll know the right way to dig into XAPI state.
  • 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...

    503 Topics
    5k Posts
    J
    @olivierlambert Hey Olivier, thanks for replying! We are using Wasabi buckets.
  • 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
    470 Posts
    CyrilleC
    Kubernetes CSI Driver for XO new release v0.3.0 Stable CSI Volume Identity: This decouples Kubernetes volume identity from backend storage lifecycle events (e.g. VDI migration between Storage Repositories) Topology-Aware Volume Provisioning: Dynamic provisioning now supports topology-aware pool selection. ️ Migration required from v0.2.0 to v0.3.0 Full release note: https://github.com/vatesfr/xenorchestra-csi-driver/releases/tag/v0.3.0
  • Continuous Replication -> SR Disk space

    2
    0 Votes
    2 Posts
    734 Views
    olivierlambertO
    Hi, There is different things one must consider during CR: SR type: block based or file based? First one will be thick provisioned, so plan a lot of space (eg: local LVM, LVM over iSCSI etc.). Local ext/XFS, NFS or XOSAN aren't affected by this problem Snapshot left: to do a delta, we must have a way to compare to something. The snapshot which left on the SR is the one that will be used for the next backup. It will be compared to the current disk state and only the delta will be sent. So that's perfectly normal "Job canceled to protect the VDI chain": this is a protection to avoid doing another backup while the previous removed snapshot isn't coalesced. You have a link in the message, please refer to the documentation for details
  • Restore of VMs

    15
    0 Votes
    15 Posts
    2k Views
    R
    Sure ... this is worth a try!
  • Disaster Recovery with Delta

    Solved
    3
    0 Votes
    3 Posts
    617 Views
    ForzaF
    @olivierlambert right. Of course. Forgot about that option
  • Backup - some VMs skipped (unhealthy VDI chain)

    6
    1
    0 Votes
    6 Posts
    2k Views
    R
    So im guessing its failing because it hasnt coalsced on one of the SRs yet.. Thx for the quick reply
  • Backup retry on failure

    4
    0 Votes
    4 Posts
    757 Views
    DanpD
    Not dead, just not a top priority.
  • Health say: VDIs attached to Control Domain

    Solved
    6
    1
    0 Votes
    6 Posts
    6k Views
    J
    Does that happen automatically? ... edit xvdd refers to the cdrom. Topic solved now. Thanks all.
  • XCP Guest Tools SUSE Linux

    22
    0 Votes
    22 Posts
    9k Views
    stormiS
    So don't trust XCP-ng Center on this, I'd say
  • Continuous Replication -> Exchange Log

    12
    0 Votes
    12 Posts
    3k Views
    akurzawaA
    @mts said in Continuous Replication -> Exchange Log: If you use the native windows-backup or a third-party application it will delete the transaction-log after backup. How can I achieve the same with xen-orchestra? I'm running low on disk-space right now... I think that you confusing physical (layer) backup with logical backup. XOA can backup/replicate/snapshot phisical medium which is a hard disk presented to your VM. It has nothing to do with the data in the VM (logical layer).
  • NOBAK not working for delta backup?

    4
    2
    0 Votes
    4 Posts
    650 Views
    ForzaF
    Ohh. of course. I'll check this on Monday morning.
  • Adding additional DVD and choosing generic template

    4
    0 Votes
    4 Posts
    3k Views
    olivierlambertO
    Hmm I think it might be possible using xe CLI and creating the drives manually (creating VBDs I suppose). I never spotted such a use case before, but again, might be doable It is using VNC (via noVNC in XO). You can copy a template, but a template is just a set of "configuration" for your VM (eg PV or HVM mode, some virtual BIOS settings).
  • Migrate from LDAP auth to SAML auth

    2
    0 Votes
    2 Posts
    501 Views
    olivierlambertO
    Hi, If you are using XOA, please create a support ticket. This way our teams could take a look remotely to find the best solution.
  • Cannot start XO after upgrading from 5.48.0 to 5.51.1

    3
    0 Votes
    3 Posts
    570 Views
    D
    Thanks for the tip. I was using node v8.11.4 and had issues compiling during the upgrade then upgraded to the latest stable node version which wasn't v8.x. I upgraded to v8.16.2 now and it runs fine. Thanks.
  • I cann't type anything in vm console after login xen orchestra web

    Solved
    6
    0 Votes
    6 Posts
    10k Views
    olivierlambertO
    Indeed, 6.2 uses a very old configuration for keyboard mapping and therefore doesn't work correctly with XO.
  • Correct way to restart XOA

    Solved
    5
    1
    0 Votes
    5 Posts
    2k Views
    ForzaF
    Ah great. Thanks
  • Latest Xen Orchestra compilation instructions on Cent OS 7?

    5
    0 Votes
    5 Posts
    2k Views
    beagleB
    I believe this script works for CentOS 7: https://github.com/ronivay/XenOrchestraInstallerUpdater
  • Backup NG gone?

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    P
    I switched due to SSD replacement and XCP-ng new installation. I didn't think about that switching from ext3 to lvm does also have an effect from thin to thick provisioning Anyway I found the explaination, here -> "a snapshot on a LVM based SR will double the whole VM disk size!" But I will think about to switch to ext4 -> topic solved, thank you!!
  • Can't start Docker container from XOA

    Unsolved
    1
    1
    0 Votes
    1 Posts
    729 Views
    No one has replied
  • moving backups to new remote

    2
    0 Votes
    2 Posts
    627 Views
    olivierlambertO
    Change the remote in your job config. If you want to keep the previous backup there, just move or copy everything to the new remote.
  • Stable channel update date

    3
    0 Votes
    3 Posts
    783 Views
    B
    Thanks, I will act accordingl in the future.
  • Creating local ISO SR failed -> Feature request

    20
    1
    0 Votes
    20 Posts
    8k Views
    olivierlambertO
    No it's not how it works in XAPI. You need a dedicated ISO SR using only *.iso file name/extension.