Subcategories

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

    461 Topics
    4k Posts
    M
    @Andrew Yeah but XOA is still using it hence my interest in aligning my XO-CE instance with XOA as close as possible.
  • ACLs, Self-service, Cloud-init, Load balancing...

    102 Topics
    853 Posts
    I
    @simonp - Can you reshare the dashboards. The link says json is not available for any of these dashboards,
  • All XO backup features: full and incremental, replication, mirrors...

    493 Topics
    5k Posts
    J
    Throwing my two cents into the hat, as well. I had a similar situation. Snapshots would't be rotated out of retention, regardless of what I set on the retention setting (on a subset of VMs ie not all of the).. The thing that solved it for my, was to recreate the affected schedule. Do note that this will mark the previous backups taken by that technically deleted schedule, as being abandoned/orphaned. But after I did this, snapshots would be properly rotated as expected.
  • 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
  • How to change the Ip access to a web address?

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    V
    @olivierlambert ah ok ok, sorry..
  • xo-server start on Ubuntu 20.04.2 LTS

    bugs in backlog
    9
    0 Votes
    9 Posts
    2k Views
    K
    @julien-f Apologies, I'm not sure how to do that, but it seems easier to run the server as root instead of these workarounds.
  • XOCE - not working on 10Gb speed

    16
    1
    0 Votes
    16 Posts
    3k Views
    olivierlambertO
    Just change HTTP in the Settings/server to connect to your pools with http://<IP> that's it
  • I have a xen orchestra that won't respond on the xcp center console.

    10
    0 Votes
    10 Posts
    2k Views
    olivierlambertO
    Just a quick FYI, XOA means "Xen Orchestra virtual Appliance" and it's only available via https://xen-orchestra.com or auto deploy. That's the only one with pro support
  • rolling snapshot no appears more on Xen Orchestra

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    olivierlambertO
    Thin will have an active disk only the size used. So instead of using 100GiB, you are using 10GiB, and with a snap, only 10GiB and few KiB.
  • xo-cli can not register

    10
    0 Votes
    10 Posts
    2k Views
    olivierlambertO
    Okay so it's indeed a certificate issue on your side. Double check your certs. Sometimes, you need to have a cert file with the intermediate authority.
  • Migration suddenly asking to pick SR every time

    5
    2
    0 Votes
    5 Posts
    905 Views
    T
    @jmccoy555 I updated both the XO deployments to current code just now. Both were the same BTW before. one still asks for the SR on every migration. One does not. [info] Updating xen-orchestra from '4bed8eb86' to '175be4482' I would REALLY like to figure this out. Annoying. Thanks Tim
  • Continuous Replication - problem on coalesce

    16
    0 Votes
    16 Posts
    2k Views
    GheppyG
    yes, I have no problem with commit before. For now I'm on commit 65e62018e6aeabf64cf9def01ad043dfbdff5c18 and all is ok,
  • Log UFW to log file instead of dmesg

    1
    0 Votes
    1 Posts
    347 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
    2k Views
    olivierlambertO
    Any opinion @julien-f ?
  • Multiple XO Servers - Backup Jobs

    4
    0 Votes
    4 Posts
    1k 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
    738 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
    4k 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
    3k 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
    637 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
    4k 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
    10k 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
    801 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.