Subcategories

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

    363 Topics
    3k Posts
    dthenotD
    @Razor_648 While I was writing my previous message, I have been reminded that there are also issues with LVHDoISCSI SR and CBT, you should disable CBT on your backup job and on all VDI on the SR. It might help with the issue.
  • ACLs, Self-service, Cloud-init, Load balancing...

    90 Topics
    766 Posts
    D
    @Danp said in Advanced VM settings Logs: Hi Dustin, Yes... these types of actions are recorded in the Audit log (Settings > Audit) if you have access to this feature and have enabled it. Dan Perfect, thanks!
  • All XO backup features: full and incremental, replication, mirrors...

    371 Topics
    4k Posts
    C
    I have a couple Delta backups that target the same remote. Yesterday I set up a Mirror backup between that remote and another remote. When I ran the Mirror backup yesterday, it was successful. Today 7 of the VMs succeed in the backup but 5 of them fail with: Missing vdi <guid> which is a base for a delta Could this be caused by the fact that the target for the Mirror backup used to be a target for the Delta backup so it has files on it already. Do I need to purge the folder entirely? I thought maybe that would give it a head start and the reason I'm using the Mirror backup is because the Delta backup used to fail randomly on random VMs when backing up to both remotes. How would I go about diagnosing this? I assume since the guid for the vdi is missing, it's going to be hard for me to find since I can't find something that's missing. Alternatively, maybe it's because it's currently a weird mix of old Delta backups and new Mirror backups and maybe over the next few days it will purge enough old stuff that it will start working cleanly. Should I delete the entire remote target of the Mirror to get it started cleanly? Or, more likely, delete all backups on that Mirror for the 5 VMs that failed with this error.
  • Everything related to Xen Orchestra's REST API

    66 Topics
    502 Posts
    lsouai-vatesL
    @StephenAOINS This endpoint is not currently present in our REST API swagger, but we do plan to add it to the list of endpoints. We are currently finalizing the migration of existing endpoints, the next step will be adding new ones. We will keep you informed when it is available. Feel free to come back to us if you want to learn more and follow our blog posts. have a good day
  • Terraform, Packer or any tool to do IaC

    34 Topics
    319 Posts
    olivierlambertO
    No, it's fine, as long the issue contains all the relevant details it's fine
  • Error When adding host to XO

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    F
    @olivierlambert Thank you. All back to normal now
  • Having issue registering xo-cli

    2
    1
    0 Votes
    2 Posts
    347 Views
    DanpD
    You need a space between the URL and the user name.
  • High Availability setup

    2
    0 Votes
    2 Posts
    4k Views
    olivierlambertO
    This guide shows an old UI of XO, but you can always set the HA for the VM in its Advanced Tab. HA at the pool level might be enabled using the command displayed in the blog post. So far enabling HA on the pool level isn't exposed in XO because HA is causing more issues than it solves in general. If you decide to enable it on the CLI, it means that you probably understand what you do. If you don't know where to find a SR UUID, using HA might expose you to VERY bad experience. BTW, you can find it in SR view, click on the SR you want to use as HA SR, you'll see the UUID just beneath the name. As someone said in this forum few weeks ago: Everybody wants HA but not everyone needs it
  • where is the Home Server option in XO

    4
    0 Votes
    4 Posts
    837 Views
    olivierlambertO
    Also please note that's not a guarantee to boot the VM on this host. In fact, there's no way to be 100% sure it will. It's just than now XCP-ng will do its best to honor this. But eg, if there's not enough RAM on the host, then it will boot on another host of the pool.
  • XO to manage KVM?

    27
    1 Votes
    27 Posts
    11k Views
    G
    I think, solution you are looking for is direct disk access. It's possible. I use it for my file server VM (FreeNAS) with five 4TB wd red drives (zfs). Passthrough entire PCI storage card is better, but even cheap server motherboards have 6 sata channels (one for dom0 ssd, and five for file server storage). This is my example (and my UUIDs) mkdir /srv/direct-sata_sr xe sr-create name-label=”Direct SATA SR” name-description=”SATA links to passthrough direct to VMs” type=udev content-type=disk device-config:location=/srv/direct-sata_sr New UUID generated on sr creation ba9b124c-c5ac-2c0b-7b1f-014d9cezzzzz ln -s /dev/disk/by-id/<disk id> /srv/direct-sata_sr/<disk id> ln -s /dev/disk/by-id/ata-WDC_WD5000BEVT-26A0RT0_WD-WXE1A10V7603 /srv/direct-sata_sr/ata-WDC_WD5000BEVT-26A0RT0_WD-WXE1A10V7603 xe sr-scan uuid=ba9b124c-c5ac-2c0b-7b1f-014d9cezzzzz xe vdi-list sr-uuid=ba9b124c-c5ac-2c0b-7b1f-014d9cezzzzz Good luck.
  • Xen Orchestra reporting high disk usage (thin provisioned VDI)

    4
    2
    0 Votes
    4 Posts
    530 Views
    X
    @olivierlambert I have assigned 1.9TiB to a VM and XOA is saying the VM is using 1.07TiB, but df -h on the VM is saying that I'm using 418GB. So according to XOA I should have about 800GiB left but according to my VM I should have 1.4TB left, there's a pretty big 600GB difference here.
  • Enable VGA Graphics in Xcp-ng Center for a particular VM.

    1
    0 Votes
    1 Posts
    365 Views
    No one has replied
  • LDAP extract user from specified field?

    4
    0 Votes
    4 Posts
    383 Views
    D
    I actually like the current implementation. I am currently using this setup to allow an admin user to have 2 accounts managed by one authentication back-end. One account is a typical self-service user to consume resources according to ACL/Self-service rule sets The other account is used to manage Admin features like backups and XO settings (environment with multiple admins who also consume resources from a shared pool with other departments/teams) I use separate accounts so when admin users create VMs it can go to the appropriate self-service container. I hope any fixes to address the above concern doesn't completely remote this capability or at least adds another method of achieving this.
  • uninstall xen orchestra in ubuntu 18.04.

    1
    0 Votes
    1 Posts
    261 Views
    No one has replied
  • Monitor XOA Disk Space

    Solved
    17
    0 Votes
    17 Posts
    2k Views
    C
    easy as that Thanks for you help.
  • building from source - yarn fetch error

    Solved
    6
    0 Votes
    6 Posts
    574 Views
    S
    guys, it is solved, but thats something i will file again under technological harrassment. it was a DNS Problem. the dns-servers at my hosting provider woudnt resolve properly, only when I forced googles DNS servers onto it did it work. thanks for the push
  • Kubernetes cluster recipe?

    8
    0 Votes
    8 Posts
    1k Views
    olivierlambertO
    Indeed, it's using our cloudinit ready templates hosted on xen-orchestra.com, so you need a XOA.
  • Problem creating Quiesced snapshots

    4
    0 Votes
    4 Posts
    432 Views
    olivierlambertO
    VSS agent will disappear, so yes, quiesce snapshots will disappear too. But fear not, we have plans to introduce a new feature, called "RAM backups".
  • daily Continuous Replication backup in XO

    37
    2
    0 Votes
    37 Posts
    6k Views
    M
    Hi I had exatly the same problem when I upgrade one of my four server from xenserver 7.1 to xcp-ng 8.0, one backup failed with error: job already running and the other finish normaly later! I upgrade Xo from 5.51 to 5.54 and it's Ok for this problem BUT I have a new problem, the cold backup to NFS and the Continuous replication to a Xcp-ng 8 server are REALLY slow !! One exemple: Start time: Thursday, December 19th 2019, 7:20:00 am End time: Thursday, December 19th 2019, 7:58:54 am Duration: 39 minutes Snapshot Start time: Thursday, December 19th 2019, 7:20:00 am End time: Thursday, December 19th 2019, 7:20:05 am Duration: a few seconds SRs Local storage (a70a93c4-4951-9bec-54ab-d45bb5039b44) ✔ Start time: Thursday, December 19th 2019, 7:20:05 am End time: Thursday, December 19th 2019, 7:58:52 am Duration: 39 minutes transfer ✔ Start time: Thursday, December 19th 2019, 7:20:06 am End time: Thursday, December 19th 2019, 7:58:50 am Duration: 39 minutes Size: 1.34 GiB Speed: 605.55 KiB/s I try to upgrade debian OS, upgrade VM (4cpus 3Go ram) but same problem for the moment Thanks in advance Edit: I do a manual test by copy an iso of 2G locally on the virtual machine Xen orchestra, to the same connected NFS for backup, and the performance is normal, 10 seconds for 2Go, it seems to be a problem with Xen orchestra system backup?
  • Cold Backup in XO

    5
    0 Votes
    5 Posts
    473 Views
    olivierlambertO
    It's supported in XOA since 5.40 and all more recent releases. Just tick the checkbox and that's it
  • Build from source question

    8
    0 Votes
    8 Posts
    1k Views
    B
    @ruskofd said in Build from source question: Why not using a systemd unit instead of forever ? This is exactly what I did. Created a service file in etc/systemd/system that points back to the xo-server bin file.
  • 0 Votes
    6 Posts
    1k Views
    fohdeeshaF
    I'm not sure, I have not used cloud-init in centos. I'd imagine it's similar, you need to find the cloud-init config file in your centos template install, and edit it to prefer the nocloud datasource
  • XOA Updater not working?

    4
    0 Votes
    4 Posts
    461 Views
    olivierlambertO
    Ping @pdonias
  • Can not restore files from delta backup

    11
    1
    0 Votes
    11 Posts
    1k Views
    olivierlambertO
    Restoring the whole VM is OK, because XO doesn't "look" inside the disk.
  • Cloud like services

    6
    0 Votes
    6 Posts
    672 Views
    olivierlambertO
    I'm pretty fine that anyone build a WHMCS connector to XO API