• [Windows Guest Tools] Cleaner Tool

    10
    3 Votes
    10 Posts
    11k Views
    S
    @borzel Does this still work with current versions of the guest tools?
  • Cannot export VM in .ova file

    Solved
    31
    0 Votes
    31 Posts
    21k Views
    olivierlambertO
    Depends a lot on what you have available. IMHO, I consider the system as disposable, since you can export the metadata, reinstall and import the metadata again. Or backup your VM, reinstall, restore. Or migrate out to another host, reinstall, re-migrate the VMs. So many possibilities, that all depends on your setup.
  • Expand a virtual disk while vm is running

    4
    0 Votes
    4 Posts
    564 Views
    olivierlambertO
    That's the right way to do it in the future I suppose, however if it's not done, I can suspect it was during early "Citrix times" and decided it wasn't easy to do with the SMAPIv1 structure. Hopefully, since SMAPIv3 is splitting the things in a better way, it might be easier to make it real
  • Centos 9 . why nobody use this OS?!

    8
    0 Votes
    8 Posts
    7k Views
    C
    @poltushima There technically is no CentOS 9, only CentOS stream. CentOS died a premature death when they pulled support for version 8 in 2021. We moved all of our workloads to rocky Linux and haven't looked back. Stream is basically a rolling beta and not something I would use unless you're just mucking around with it.
  • XCP-NG / XO Packer Plugin

    9
    2 Votes
    9 Posts
    2k Views
    pedroalvesbatistaP
    Very cool ! Will a great move relying on a single entrypoint.
  • Pre-Freeze-/Post-Thaw-Script with xe-guest-utilities

    9
    0 Votes
    9 Posts
    1k Views
    julien-fJ
    @rjt You can customize the hook timeout by adding this setting in your xo-server's config: [xapiOptions] # Timeout in milliseconds syncHookTimeout = 300e3 # 5 minutes
  • Nehalem cpu power management

    14
    0 Votes
    14 Posts
    2k Views
    A
    This is unconditional for a reason. The CSTATE errata in Nehalem are crippling - IIRC a core going in an out of a deep C state does not maintain cache coherency correctly, resulting in arbitrary memory corruption. You really do care about not hitting this errata, even on a test/hobby server.
  • Host CPU Statistics

    3
    1
    0 Votes
    3 Posts
    546 Views
    JSylvia007J
    @splastunov said in Host CPU Statistics: You can get it with such command That command doesn't give me the aggregate, it only gives me the CPU for Dom0. I'd like to get that aggregate number.
  • Windows Server Domain Controller Bluescreen Read Only Memory

    8
    1
    0 Votes
    8 Posts
    1k Views
    DarkbeldinD
    @jbamford So yes no dynamic memory there. Perhjaps an issue with the Citrix guest tools but never seen this reported.
  • (kubernetes) Add 'xcp-ng' provider to clusterapi

    2
    0 Votes
    2 Posts
    802 Views
    olivierlambertO
    Hi, If someone would build this, it should use Xen Orchestra API, as the central orchestrator, that would make most sense to do it that way But yes, if someone want to start working on this, we'll be happy to assist on the API part
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Windows 11 Guest Support

    18
    0 Votes
    18 Posts
    12k Views
    olivierlambertO
    As you can see, the first alpha was not released in September Another XCP-ng pre-release will be done with vTPM, since there's more progress on upstream side (Citrix). When is hard to tell since it's not our call for this component
  • CEPH FS Storage Driver

    86
    2 Votes
    86 Posts
    48k Views
    olivierlambertO
    We always try to work with Citrix ("XenServer" division now), to push things upstream and manage to get it merged.
  • Cannot export VM in .ova file

    7
    0 Votes
    7 Posts
    974 Views
    S
    @olivierlambert For now I am going to script it with 'xe vm-export" command. Also it would be good to be able to export to the server itself, instead of downloading to the client. My VMs are over 500Gigs
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • NFS nconnect support

    6
    1 Votes
    6 Posts
    1k Views
    C
    @reinvtv said in NFS nconnect support: As far as I understand it, this will give us multiple tcp streams over an LACP link, truely aggregating traffic on multiple interfaces. (Until now, you needed to use iSCSI multipathing for this, which isnt able to thin provision.). You're neigher right nor wrong: LACP is more complex than just bundling NICs and in many cases it will NOT give you any benefit. Why? Simple: For that you need to have NFS using multiple ports but stay with same MAC and IP, which means that your LACP balancing algo needs to be set (and support) L4. Many just go L2 or L3 (means they decide on MAC or IP-Address). As a quick search didn't answer me: If it even doesn't go that 'passive range' multiple port way: In typical environments it won't help you at all with LACP. One might correct my post. Also interesting: https://vastdata.com/blog/meet-your-need-for-speed-with-nfs/
  • Need Memtest86+ on ISO and install

    5
    1 Votes
    5 Posts
    954 Views
    olivierlambertO
    @Andrew I didn't say "Xen" I said XenServer.
  • Does XCP-ng support Linux KSM? If not, could it in the future?

    community
    2
    1 Votes
    2 Posts
    594 Views
    olivierlambertO
    Hi, Xen isn't Linux. When you boot on XCP-ng, you boot on Xen first, then the "control domain" will boot first (aka Dom0, aka what you think is the host but it's not). This has to be implemented inside Xen, and I'm not sure that's the case. Let me ask around.
  • Update smartmontools to 7.0

    Solved
    6
    0 Votes
    6 Posts
    731 Views
    PikachokP
    Thanks a lot for your answer. I installed it on the XCP-NG host, and it works, but I do not claim that it works without errors, since I did not check the logs.
  • Transition to the latest Xen Project version

    2
    0 Votes
    2 Posts
    373 Views
    olivierlambertO
    Hi, This will be the case at some point, and it shouldn't be too difficult. We have the will to be able to provide a "cutting edge" version for people who want to play with fire