Subcategories

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

    414 Topics
    3k Posts
    C
    @Pilow - so...I powered down the VM and re-attempted the RPU. It seems snapshots is a deterrent for being able to perform a RPU, because I see VMs migrating now so the RPU can run. For specificity - yes, my XCP Hosts are identical (CPU, RAM, etc); there were no affinities set (see screenshot) [image: 1763483116773-cf9b9ae2-5363-4b66-b367-1b0474e54538-image-resized.png] , etc. Thank you for the assist! I think @olivierlambert or his tech writers need to update the RPU requirements area of the docs. Snapshots cannot be present or RPU will fail. Weird why that is
  • ACLs, Self-service, Cloud-init, Load balancing...

    96 Topics
    811 Posts
    olivierlambertO
    Indeed, and it's clearly stated at https://docs.xen-orchestra.com/community
  • All XO backup features: full and incremental, replication, mirrors...

    427 Topics
    4k Posts
    B
    @Pilow said in Unable to mount NFS Remote for backups while storage and ISO NFS SR's work perfectly: It was. Both the host ip and the xoa. Thanks for the super fast replies guys! I got an idea, I'm going to try and investigate, the XOA is running in a container. I'm going to test if the passthrough of the container manager network may be blocking the NFS.
  • Everything related to Xen Orchestra's REST API

    72 Topics
    556 Posts
    F
    @Pilow that probably would have been a good idea hey! [image: xoa_homeassistant-tile-example.png?raw=true] That's the example tile from dashboard-card-example.yaml. But it's Home Assistant. You make it look however you want right? Having the entities available to use is most of the challenge.
  • Terraform, Packer or any tool to do IaC

    45 Topics
    417 Posts
    P
    @wezke said in Ansible Role - Install XO from source - Now available: @probain Thank you for sharing your ansible role, ill have a look at it It's far, far from perfect. So there might be a few rough edges that I solved manually. But I welcome feedback.
  • Backup NG: "value" argument is out of bounds

    15
    0 Votes
    15 Posts
    2k Views
    olivierlambertO
    Hi, Please check if you have the same issue with XOA on latest. Also retry with latest XO from source on master branch. We don't do any kind of support of a source install that's not a latest GitHub commit it would be impossible to maintain that!
  • Xen Orchestra MD5 Sum Not Matching

    7
    0 Votes
    7 Posts
    744 Views
    olivierlambertO
    I have 9947c182611cdf2f8ef1c94f61333e20 So you have the right file I'll update the website! Thanks for the feedback
  • Stats Network throughput (b)its not (B)ytes

    3
    0 Votes
    3 Posts
    617 Views
    N
    @noaks98 I agree that networking use bits per seconds and base 10 powers, the same for storage where the base 10 is the industry standard. Things change at the OS level, Linux stick with base 2 for almost anything, see df, memory pages etc. If you look at the sar utilities even the network is reported with base 2 kilobytes. rxkB/s Total number of kilobytes received per second. txkB/s Total number of kilobytes transmitted per second. looking at the code of sar (rndr_stats.c) render(isdb, pre, PT_NOFLAG, "%s\ttxkB/s", NULL, cons(sv, sndc->interface, NULL), NOVAL, txkb / 1024, NULL); I suppose that the "Linux" standard prevails here.
  • Xen Orchestra VM freezes after first login

    12
    0 Votes
    12 Posts
    13k Views
    olivierlambertO
    Or just follow the official documentation… https://xen-orchestra.com/docs/from_the_sources.html
  • XOA Error when installing

    Solved
    107
    1
    0 Votes
    107 Posts
    39k Views
    G
    I did the manual installation via the XVA. It worked for me.
  • Nag-Screens

    30
    0 Votes
    30 Posts
    9k Views
    olivierlambertO
    Thanks for the suggestion, but don't you think we never thought to that before? I start to think you are considering us as 2 people in a garage. We are crunching numbers on a regular basis, and it never computes with those models. Proxmox is here since a long time, with a strong and "large" use base allowing to use this model. This is not the case for us now. So on short term, this is not doable. But be assured we are continuously working on testing various models to see what's the best fit.
  • XOA Backup/Restore Screen - enhancement suggestions

    2
    2 Votes
    2 Posts
    520 Views
    olivierlambertO
    You should use GitHub and create an issue. This will be taken into account for XO 6 web UI
  • Question about live migration and a few others...

    3
    0 Votes
    3 Posts
    2k Views
    B
    @rkelley You nailed it for item 2. Was driving me crazy! Ok, that does make sense for item #1 and was kinda what I was thinking. But it does lead one to believe you can't live migrate anything with a single host even if you have shared/remote storage available unless you poke around and experiment with different buttons like i did.
  • Get an 'Disconnected' Information under the 'XOA' Icon

    3
    1
    0 Votes
    3 Posts
    775 Views
    DanpD
    That's "normal" if you are running XO (from the sources) and not XOA (the pre-built appliance)
  • Install Plugins XO from sources

    4
    0 Votes
    4 Posts
    2k Views
    F
    @Danp Thanks for pointing me in the right direction. I was following an older howto where --global was not specified. That was my first problem - now fixed! Second problem was that I had installed into the root directory of Centos7 so the paths for creating the links were different. Once I had found the correct paths and created the links all was good. Thanks again. Frank.
  • Tasks Page: Hard to read / Hard to use

    3
    0 Votes
    3 Posts
    731 Views
    D
    @fx991 the SR scans can and have been helpful in detecting storage issues for me. Sometimes when my ISO library goes offline but XCP-ng has not detected the failure and still shows it as connected I usually notice it from the long running SR scans that get stuck. The "Connection to VM console..." task is when you have a console window open to a VM or Host...hence the reason why you can't cancel/end it...if you want to get rid of it then close all open console windows
  • Missing SMLog file on XCP-NG 8.0 /var/log directory

    1
    2
    0 Votes
    1 Posts
    481 Views
    No one has replied
  • multiple network cards in VM

    12
    1
    0 Votes
    12 Posts
    2k Views
    pdoniasP
    I already opened one: https://github.com/vatesfr/xen-orchestra/issues/4882. pdonias created this issue in vatesfr/xen-orchestra closed [VM] Network: show IP addresses in front of their VIFs #4882
  • Jobs not running error: no value for `user_ip`

    7
    0 Votes
    7 Posts
    1k Views
    C
    I can already confirm that I could trigger 2 Jobs manually in XO and it run successfully. Thanks! The scheduled ones I will see tomorrow and report if it would fail, but it is not expected.
  • Change boot order

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    ForzaF
    Thanks! Found it.
  • host.call_plugin Running

    6
    0 Votes
    6 Posts
    857 Views
    olivierlambertO
    It could, I don't know what XCP-ng Center can do in details. But again, this is NOT a problem. I said it 3 times, why do you think it's still related to your coalesce problems?
  • XOA VM creation with static memory

    2
    0 Votes
    2 Posts
    769 Views
    olivierlambertO
    It's the default parameter of your template. XCP-ng Center is probably forcing fixed memory, XO is just doing template recommendation. You can change values at creation in "Advanced" section.
  • first attemp with XOCE

    12
    0 Votes
    12 Posts
    2k Views
    olivierlambertO
    Exactly like how it's displayed in the documentation.
  • Backup Interupted

    3
    0 Votes
    3 Posts
    497 Views
    olivierlambertO
    Try to switch to NFS and report if you have the same issue.
  • Building Xen Orchestra from Source: FreeBSD xo-web:build _ Error: null

    Solved
    3
    0 Votes
    3 Posts
    650 Views
    P
    @Danp As soon as I read that, I thought "I think I've been down this road before." Sure enough. I gave it 2G of RAM and it wouldn't build. I gave it 4G of RAM and I watched using systat and that final step went to about 52% of RAM usage. It has completed. I routinely run Xen Orchestra on a 1G VM because it's rarely used and it runs fine that way. But building it clearly takes a lot more RAM. I'll update my internal notes. It might be worth it to update the building from source docs to mention having enough RAM. Thanks for hitting the nail on the head with that advice!