• Add second ipadress to XOA appliance

    Solved
    4
    0 Votes
    4 Posts
    227 Views
    olivierlambertO
    Documented at https://xen-orchestra.com/docs/xoa.html#other-interfaces
  • 0 Votes
    6 Posts
    727 Views
    K
    Although I didn't encounter your problem, I followed the steps in an article ( sorry fail to post the link) and successfully migrated the virtual machine from VMware to XCP-ng, which was very convenient.
  • Some HA Questions Memory Error, Parallel Migrate, HA for all VMs,

    16
    0 Votes
    16 Posts
    1k Views
    nikadeN
    @vahric-0 Then I am out of suggestions, sorry.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Copy existing Disk for other staging VMs

    1
    0 Votes
    1 Posts
    126 Views
    No one has replied
  • Multiple Suspend Image disks on Suspend SR with no VM listed

    1
    0 Votes
    1 Posts
    211 Views
    No one has replied
  • Destination storage migration stats not shown

    1
    0 Votes
    1 Posts
    113 Views
    No one has replied
  • Cluttered Pool Storage View

    3
    0 Votes
    3 Posts
    230 Views
    DanpD
    FWIW, a filter of !"SR_type":"udev" would remove both DVD and Removable Storage entries
  • XO server loses pool and hosts momentarily, timeout error

    24
    0 Votes
    24 Posts
    3k Views
    olivierlambertO
    That's a great feedback @felibb , thanks! We'll try to dig on this to see if that lead takes us to something
  • user role

    3
    0 Votes
    3 Posts
    259 Views
    M
    @olivierlambert thanks for the feedback
  • Perf-Alert: Plugin - CPU-usage is per core

    11
    0 Votes
    11 Posts
    818 Views
    olivierlambertO
    Okay so it will be more logical to use the same logic than with the Load balancer, where we compute a total of all vCPUs
  • Pool overview - Some suggestions

    11
    2
    0 Votes
    11 Posts
    686 Views
    nikadeN
    @MathieuRA said in Pool overview - Some suggestions: Ho, i see the it was already planned to be in the pool dashboard for XO6. Not yet designed BTW. [image: 1715759886512-capture-d-%C3%A9cran-de-2024-05-15-09-56-55.png] Great, that looks exactly like I want it.
  • Pool Name in XOA

    Solved
    6
    2
    0 Votes
    6 Posts
    605 Views
    olivierlambertO
    Don't be, nice to know it's OK for you now
  • Can't Migrate VDIs to Local Storage

    3
    0 Votes
    3 Posts
    281 Views
    olivierlambertO
    Are you trying to move them all at once?
  • Clearing Failed XO Tasks

    Solved
    4
    1
    0 Votes
    4 Posts
    728 Views
    X
    @doogie06 Thank you too! I also have XO setup for self-signed TLS access. I knew about the xo-cli task deletion command, but always had to disable TLS in my /root/.config/xo-server/config.toml file and then restart xo-server.service to delete the orphaned tasks. The allowUnauthorized parameter was just what I needed. That's why this community is really wonderful. Thanks again.
  • VM group

    6
    0 Votes
    6 Posts
    472 Views
    M
    @Danp Thanks for the feedback So i understood correctly so wait and see Regards
  • question regarding the resize of vm disk

    4
    0 Votes
    4 Posts
    294 Views
    olivierlambertO
    Because the current storage stack doesn't support live resize, which is obvious after your tests.
  • Unable to create more than 7 VIFs for a VM / Adding Trunk Network to VM

    5
    0 Votes
    5 Posts
    1k Views
    M
    @Andrew awesome, thank you for your explanation. After reading a bit more about MTU (see this) I get it now. I looked up MTU in OPNsense for the VLAN interfaces and was surprised that it automatically uses 1496 MTU, which explains why it works and means I don't have to adjust my host's MTU settings, which I really didn't want to do. Now, as far as I understand, keeping it this way could introduce some split packets and therefore potentially limiting throughput. To fix this, I would need to increase the MTU to 1504 or larger. However, after some more reading (thanks for the keyword "baby giants"), it seems that today, MTU is just a "guideline" for LAN. I will keep the host MTU at 1500 for now.
  • Understanding templates

    2
    2
    0 Votes
    2 Posts
    2k Views
    Tristis OrisT
    @jimmymiller you mean disk size is locked on? You can't change it. I think only way it's try to automate VM creation with things like packer https://xcp-ng.org/blog/2024/02/22/using-packer-with-xcp-ng/
  • VM migration

    3
    0 Votes
    3 Posts
    199 Views
    M
    @Andrew thanks