Subcategories

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

    459 Topics
    4k Posts
    P
    @wgomes yup thanks for bumping this topic, still having the problem too
  • ACLs, Self-service, Cloud-init, Load balancing...

    102 Topics
    852 Posts
    P
    @dlgroep Thank you, we will take thin/thick token into account and use 'claims' part for other properties.
  • All XO backup features: full and incremental, replication, mirrors...

    489 Topics
    5k Posts
    P
    Re: FILE RESTORE / overlapping loop device exists we still had this annoying probleme where we couldn't FLR our backup, source VM could be Windows or linux, with or without LVM... (see error logs in previous thread, overlapping loop...) latest XOA is installed. on a secondaray XO CE, I mounted the same remote, and NO PROBLEMS AT ALL... soooo I thought my main XOA is probably beaten up somewhere... but that was not it. all remotes on main XOA are attached to a XO PROXY (official, not CE) ! on the XO CE that is in another datacenter, I mounted the S3 remotes directly WITHOUT the proxy use, and it worked. On main XOA, we offload all backup tasks to proxies, so all remotes are attached to a proxy... I duplicated a remote, same conf, but without proxy, so that XOA would do the restore job, not the proxy, and voila, all is working as intended, FLR is okay on main datacenter. TLDR : FLR is not working with proxy attached remotes, if you duplicate the remote without the XO PROXY, all good @florent @bastien-nollet I think there is something to look into. probably a race condition, the XOA and the XO PROXY both try to mount the loop device ?
  • Everything related to Xen Orchestra's REST API

    84 Topics
    629 Posts
    K
    @olivierlambert & @mathieura thanks for the speedy response. Duly noted, very much appreciated.
  • Terraform, Packer or any tool to do IaC

    49 Topics
    463 Posts
    dalemD
    Version 1.4.0 is released: https://codeberg.org/NiXOA/system/releases/tag/v1.4.0 It includes significant changes and improvements, including: dedicated getting started section, migration to valkey, only needing to clone system, and helper scripts. the xen-orchestra-ce nixpkg now references the libvhdi nixpkg, and the core flake now references and pulls from the xen-orchestra-ce repo as an overlay. System (the user input flake) now uses the Core repo as an overlay, reducing the need to clone both locally AND allowing system to pull new updates and releases from core. XO, and libvhdi as needed. The next goal is: Make an xsconsole-like TUI Automate package updates for libvhdi and xen-orchestra-ce using CI/CD pipelines Submit libvhdi and xen-orchestra-ce as official nixpkgs
  • Having trouble configuring transport-nagios after latest update

    5
    0 Votes
    5 Posts
    1k Views
    julien-fJ
    Fixed by https://github.com/vatesfr/xen-orchestra/commit/9dda99eb2089eaf163b68ea817bf990872cf2d22 @Danp Thank you 0 julien-f committed to vatesfr/xen-orchestra fix(xo-server/_handleBackupLog): fix sendPassiveCheck condition Introduced by ba782d269 Fixes https://xcp-ng.org/forum/post/56175
  • Can't register new XOA installation

    Solved
    3
    0 Votes
    3 Posts
    437 Views
    H
    @Danp My fault, I just did register here. When I click on register on my XOA, I was pointed to the forum, so I thought it is the same account. Thank you, that solved my problem.
  • How to set http proxy for connect S3 service?

    7
    0 Votes
    7 Posts
    1k Views
    L
    @julien-f ok, thanks. I will temporary use Transparent proxy to connect S3 service, which can't use my main firewall setting is a downside, other than that is work well.
  • Attaching USB storage via XOA

    22
    1 Votes
    22 Posts
    28k Views
    G
    @SpoonyLove @olivierlambert For usb passthrough we are using USB redirector over network For anything storage related we use something like this: mkdir /adm/passSR passUUID=`xe sr-create name-label="Direct access SR" name-description="Direct acces to hdd with simlink" type=udev content-type=disk device-config:location=/adm/passSR` ln -s /dev/sdb /adm/passSR/sdb xe sr-scan uuid=$passUUID xe vdi-list sr-uuid=$passUUID Remember to replace /dev/sdb with your device.
  • xcp-ng Pro "alert" in the XOA pools page

    6
    0 Votes
    6 Posts
    2k Views
    olivierlambertO
    Participating on the forum is a totally acceptable form of contribution. And to be clear: you have the choice. The choice to do nothing, or to help the project to grow. It's really up to you Freedom of choice is great! Everyone can contribute, spread the word and advocate for our solutions. And believe me, if everybody does, we stand a chance against those juggernauts (VMware for example). Also, you have my words, and I'm not afraid to tell that publicly: every $ we make is 100% re-invested into our projects. No big VC nor investors asking for insane ROI.
  • Ghost Backup job keeps failing

    23
    3
    0 Votes
    23 Posts
    6k Views
    N
    @florent any other ideas in order to resolve this?
  • XOCE shows "success" although backup not successful

    6
    0 Votes
    6 Posts
    534 Views
    olivierlambertO
    Is it a known behavior @julien-f ? To recap: with XVA backup starting the backup cancel the task get a success on the export I vaguely remember something about this
  • It is possible to create a vda VBD disk instead xvda?

    device vbd
    10
    0 Votes
    10 Posts
    2k Views
    olivierlambertO
    Great news then!
  • Adding Server to Pool Hangs/Fails

    4
    0 Votes
    4 Posts
    2k Views
    tjkreidlT
    @sgroel Curious. Are all the NICs the same on the existing pool hosts as well as the new host you add? Do all hosts have the same hotfix levels and the same overall hardware architecture? Seems odd as I ran servers this way for years. Maybe also look at the network switches to make sure they are all configured correctly. Finally, any clues in the /var/log files?
  • Full Backup Successful But In Kilobytes

    4
    0 Votes
    4 Posts
    822 Views
    D
    @Darkbeldin I checked the xensource.log on the server and found the error message "failed with exception Server_error(INVALID_DEVICE, [ autodetect ])" during export, similar to the post here: https://xcp-ng.org/forum/topic/4319/invalid_device-autodetect-during-backup I checked the XO dashboard health and found 256 "Pool Metadata Backup" VDIs attached to Control Domain. Not sure how or why the "Pool Metadata Backup" got stuck attached to Control Domain but I guess it has reached the 256 limit. I "Forget" all of them and full backup seems to be working now. For the record, it wasn't anything to do with snapshots. The VM was OFF so I guess it doesn't need to take a snapshot before transfer hence the log doesn't mention snapshot.
  • A lot of not found and error 127 in yarn build

    Solved
    17
    0 Votes
    17 Posts
    4k Views
    B
    @julien-f It works!!! No more error in the yarn build output. Thanks a lot!
  • Backups are deleted.

    9
    2
    0 Votes
    9 Posts
    1k Views
    V
    @olivierlambert Remote storage - hard drive in raid 5
  • Migrate xva image to hosted solution?

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • search for snapshots sorted by creation date

    13
    0 Votes
    13 Posts
    2k Views
    S
    @olivierlambert here it is: https://github.com/Stevesibilia/check_snapshot Keep in mind i'm not a developer
  • Warm migration - abort and monitor

    8
    0 Votes
    8 Posts
    800 Views
    olivierlambertO
    It's really hard to answer precisely in your case what's your bottleneck without spending more time doing a closer investigation on your setup
  • Attempting open source proxy (Resolved)

    6
    0 Votes
    6 Posts
    1k Views
    S
    @Andrew I got it working, thank you for your help. I just like to learn and test stuff out for fun, frequently unnecessarily, heh.
  • XO Lite (and XCP-NG 8.3 alpha)

    2
    0 Votes
    2 Posts
    638 Views
    olivierlambertO
    No telemetry, but if you have an issue with this alpha, please report it on the dedicated thread There's new graph and VM actions coming this month (if everything goes according to the plan)
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    3 Views
  • Change default filter in VMs list from current "power_state:running"

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    lawrencesystemsL
    @bullerwins It's a wonderful feature, you can have customized filters for VM, storage, Templates, and Pools. Combine that with using lots of tags and it makes larger deployments very manageable.
  • Error in the log at xo-cli –register

    6
    2
    0 Votes
    6 Posts
    398 Views
    olivierlambertO
    @denh I supposed you were reading this before posting: https://xen-orchestra.com/docs/community.html If you didn't, please do so Especially this section: https://xen-orchestra.com/docs/community.html#report-a-bug