• Can't Migrate VDIs to Local Storage

    3
    0 Votes
    3 Posts
    154 Views
    olivierlambertO

    Are you trying to move them all at once?

  • Clearing Failed XO Tasks

    Solved
    4
    0 Votes
    4 Posts
    357 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.

  • No backups after config restore

    10
    0 Votes
    10 Posts
    292 Views
    Tristis OrisT

    disable \ enable works.

  • VM group

    6
    0 Votes
    6 Posts
    249 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
    148 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
    529 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
    0 Votes
    2 Posts
    1k 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
    118 Views
    M

    @Andrew thanks

  • XOA: Please validate MTU when adding new interfaces

    3
    0 Votes
    3 Posts
    174 Views
    daniel314D

    @olivierlambert Sure!

    By way of example, when a new XCP-ng host is setup, all interfaces are created with an MTU of 1500 (even 10G interfaces).

    If I create a bond interface on top of two of the 10G interfaces, the default MTU is set to 1500.

    If I then create a VLAN interface on top of the bond interface, and set the MTU to 9000, XO happily lets me do so, but jumbo packets over it don't work because the MTU on the underlying interfaces is still 1500 (e.g. ping -s 1700 via the new interface fails).

    If I destroy and re-create the underlying interface (bond0) with an MTU of 9000, then re-create the VLAN interface on top with an MTU of 9000, then things work much better (ping -s 1700 via the new interface succeeds).

    Does this help?

    Thanks

  • Rolling Pool Update - failing

    19
    0 Votes
    19 Posts
    728 Views
    F

    It is test not prod.
    Next week, I'll probably tear it down & re-install with 8.2

  • Create Bond for management

    Solved
    24
    0 Votes
    24 Posts
    4k Views
    nikadeN

    @Chr57 Good job, always nice to have everything sorted out before going live 🙂

  • XCP-NG 8.3 + rust tools - Unable to shutdown VM

    Solved
    5
    0 Votes
    5 Posts
    306 Views
    olivierlambertO

    Your issue was unrelated to tools but a Xen upgrade from 4.13 to 4.17 without rebooting it (ie the libs were on Xen 4.17 while the hypervisor still running in memory was 4.13). A reboot solved that.

  • Deleting a filter

    4
    0 Votes
    4 Posts
    110 Views
    olivierlambertO

    No problem, and it's not your fault, it's far from being intuitive. It will be a lot easier in XO 6.

    Also, enjoy discovering the cool little things hidden in this view 😉 (like trying XO in Chinese 😄 )

  • migrate xen orchestra vm itself failed

    4
    0 Votes
    4 Posts
    273 Views
    olivierlambertO

    Yes, it should work if the migration doesn't fail 🙂 It's hard to know exactly why it failed in your case, but it's unrelated on being XO VM.

  • Disk migration queue

    1
    0 Votes
    1 Posts
    59 Views
    No one has replied
  • Pool best practices in a homelab setting?

    10
    0 Votes
    10 Posts
    1k Views
    NoLooseEndsN

    @john-c
    Wow. What a "welcome" to a first post here. Thank you for all the information and you taking the time to write them. I'll write a better answer when I get a bit more time. Just wanted to say thank you. 🙂

  • struggling to understand how to use this

    Solved
    6
    0 Votes
    6 Posts
    329 Views
    J

    the nfs share was having network connection difficulties, this was the cause. thanks for your suggestions.

  • Get Properties of VxLAN

    Solved
    15
    0 Votes
    15 Posts
    504 Views
    planedropP

    I think this would be awesome, if it's not too much work, would love to see it.

  • NBD setup - No such item

    43
    0 Votes
    43 Posts
    5k Views
    Tristis OrisT

    that log appear again, without any actions from my side.

    bab449b6-55cb-4e9f-b0af-ce8e9bb19d22-изображение.png

  • Migration task cancelled but still occurring?

    8
    0 Votes
    8 Posts
    296 Views
    planedropP

    @CJ It may be easier to ensure reliability and prevent other possible issues from happening. I'm not an expert when it comes to the underlying code, but I would take an orphaned VDI over say some form of corruption or something like that.

    I'm guessing a little if I'm being honest, but cancelling it mid transfer might break some things, could leave a partial VDI that is locked for example, etc...