Hello all,
The XCP-ng Standard VGA Display Driver for Windows v0.1.29.2216 has been released https://github.com/xcp-ng/win-xstdvga
This driver provides high-resolution consoles and resolution switching for Windows VMs running on the XCP-ng hypervisor.
This is a beta release. This driver will eventually be integrated into the main Windows PV tools package.
Driver pulled for bug fixes. Will come back soon
@markxc I don't think this is possible yet with the REST API. However, you should be able to do it using xo-cli:
xo-cli vm.setBootOrder vm=<string> order=<string>
@Danp said in filter for custom field:
other:XenCenter.CustomFields.export_vga:"true"
I think I had something either very close to that or even exactly that except I didn't quote "true." Which makes sense as "true" is just a string, not a bool.
This works:
curl -k -b authenticationToken=$tk "https://xoa.pc.scharp.org/rest/v0/vms?filter=other:XenCenter.CustomFields.export_vga:"true"&fields=name_label"
Thank you!