@thomas-dkmt we want to use this to improve our XCP-ng doc 
Posts
-
RE: Question on CPU masking with qemu and xen
-
RE: XOA gets disconnected very often
-
RE: XOA gets disconnected very often
Can you just disable HA and see if you still have the same disconnection problem?
-
RE: XOA gets disconnected very often
Hi,
Out of curiosity, do you have HA enabled on that pool?
-
RE: Question on CPU masking with qemu and xen
It cannot be done on runtime, because if it does, VMs will crash when losing some CPU features. A CPU mask is applied on domain creation.
Shutdown and then start all VMs (not just reboot).
Could be confirmed by @andyhhp ideally

-
RE: GPU Virtualization
Not until we can have our own piece of code doing it. Right now, it's a binary that's not Open Source made by Citrix, we cannot legally re-distribute it.
-
RE: Migrate windows VM from Xenserver 8.4 to XCP-ng 8.3.0 (GPLv2)
Use "warm migration" then. VM/advanced view/warm migration button.
-
RE: Staring up a shutdown VM in XO 6
Hi,
It's coming next month. You can even upvote as a priority: https://feedback.vates.tech/posts/1/vm-complete-lifecycle-management
-
RE: Migrate windows VM from Xenserver 8.4 to XCP-ng 8.3.0 (GPLv2)
Hi,
It's possible your XenServer 8.4 has slightly more recent packages so it won't work. You can use continuous replication or warm migration to achieve the goal of migrating to XCP-ng.
-
RE: GPU Virtualization
Hi,
It is indeed possible. See https://xcp-ng.org/forum/topic/8342/gpu-support-and-nvidia-grid-vgpu/33 for more info.
-
RE: XCP-ng 8.3 updates announcements and testing
@stormi Yes, I'm also affected in here, due to an USB device that's disabled by default.
-
RE: 🛰️ XO 6: dedicated thread for all your feedback!
See https://feedback.vates.tech/?tags=xo-6 (updates are planned already)
For the rest, if it's a feedback that's not there and not a bug, feel free to add it

-
RE: Unable to MIgrate VDI when host is low on free memory
@nikade It's because it's often a misnomer. There reason is simple: Dom0 is indeed the place where you SSH, having an almost regular Linux system (at first sight), the toolstack, backup export etc. So it seems indeed to be "the host".
However, in "reality", the host is the entire resources of the machine, all CPUs and memory. It includes the Dom0, but not only (Dom0 doesn't have access to all CPU and memory, "only" all physical devices): all other VMs.
The difference is subtle enough, especially for people not coming from Xen, "Dom0" doesn't give any clue about what it is ("Control Domain" is a bit better, even if "Domain" is still less clear than "Virtual Machine"). That's because when you boot, you do NOT boot Linux but a micro-kernel, Xen, that does have access to all the host. That's also what makes Xen design more secure than others: only a small kernel (200k LoC) has access to everything, unlike in KVM for example, where it's the full kernel with at least 20M LoC. But you cannot access "Xen" with SSH or anything, outside sending commands from the Dom0. Hence the confusion.
That's why I'm even myself, on regular basis, uses "host" instead of Dom0 in the sake of simplicity/clarity.
-
RE: 🛰️ XO 6: dedicated thread for all your feedback!
That's also because XO Lite is replacing basically "nothing before", while XO 5 is 10y full of features that we can't all re-implement at once in XO 6

-
RE: License no longer registered after upgrade
@fluxtor No, keep it opened, it helps our support team to come back to you when it's fixed
-
RE: License no longer registered after upgrade
I think we identified an issue, @mathieuRA is working on it as we speak
A patch release should fix it ASAP -
RE: XCP-ng 7.5 -> 8.3: Best VM Migration Path?
Ah indeed, labels are honored even in the case of a warm migration.
We used it ourselves when we migrated from Intel to AMD CPUs, it was really the best compromise betweeen live and cold (especially when you change the CPU vendor).
Glad to see it's helping many people and companies now
