Olivier Lambert
Olivier Lambert
This might happen when you try to add XCP-ng hosts in a "mixed" pool (eg master on XCP-ng and slaves on Citrix Hypervisor). We should document the fact that you...
We should be able to allow people to download directly some "extra" packages that can be really useful. The only downside is that we'll need to synchronize any package update...
https://github.com/GPUOpen-LibrariesAndSDKs/MxGPU-Virtualization AMD already build some RPMs for XS, and the package is free, but it seems it's only built for 4.4 kernel (see mxgpu-4.4.0+10-modules-1.0.5.amd-1.x86_64.rpm) So we should be able to...
At some point, we should be able to have a "upgrade script" (like `do-release-upgrade` in Ubuntu), allowing us to move even between major version, and in the "ISO upgrade" fashion....
### Patch Xen to emulate the Q35 chipset to enable PCIe/GPU passthrough. Xen currently only emulates the i440 chipset. i440 does not support PCI extended configuration registers (image attached). This...
We should be able to boot XCP-ng installer with iPXE with UEFI enabled. We might have to chainload to grub then installer itself.
* Step 1: allow to do the install on an existing LACP bond * Step 2: properly configure XAPI network on this bond
A webpage with a small JS program will be helpful to generate an answerfile
## Context DHCPv6 requests from Dom0 are broken on XCP-ng 8.2. Easy way to test it: 1. Replace `net.ipv6.conf.{ all | default }.disable_ipv6` entries in `/etc/sysctl.d/90-net.conf` with `0` values. 2....
IIRC, we are already using `mdadm --zero-superblock /dev/sdX` to clean all the selected disks from previous mdadm superblocks. However, if mdadm was used on partitions level (eg `sda2`), our command...