Search results

  1. D

    After P2V Centos 7 how to install virtio drivers ?

    you need sda2 and sda1 mounted into the right places whats the output of lsblk?
  2. D

    Use notebook resources in Windows VM

    you need to use spice as the display type and install the spice VDA agent in the VM spice not only does display but input and has channels for USB and sound. install virt viewer we use version 10 on the laptop along with the virt viewer drivers which enable usb passthrough make sure you add a...
  3. D

    After P2V Centos 7 how to install virtio drivers ?

    boot from a boot disk an map the drives up to a mount point and then chroot into the mount point remember to bind mount /dev /proc and /sys into your chroot and then dracut --regenerate-all --force this will add the drivers to the initrd and all will be well on a reboot. #Add a rescue ISO such...
  4. D

    Can't use EPYC-ROME CPU after update

    non-free-firmware is new to debian 12 and what I was missing to get it working on 8.1 on 7 amd64-microcode will be found with just non-free as we had been using that fine since the zenbleed patching without issue on 7.4
  5. D

    Can't use EPYC-ROME CPU after update

    for proxmox 7.4 the repo lines are different else is the same buy yes having context switching working properly speeds things up, set to # security updates deb http://security.debian.org bullseye-security main contrib non-free
  6. D

    Can't use EPYC-ROME CPU after update

    I have a resolution for this and it doesn't require changing CPU types see thread issues with CPU types when migrating to proxmox 8.1
  7. D

    [SOLVED] issues with CPU types when migrating to proxmox 8.1

    I have updated my post to show the exact changes needed to resolve.
  8. D

    [SOLVED] issues with CPU types when migrating to proxmox 8.1

    I have some Eypc 9000 series GPU servers and using host stop migration from those hosts when the VM is scheduled off the full GPU and all the apps the science team use are complied with -march native as such I need to ensure that native is the lowest system class. That's why removing xsave...
  9. D

    [SOLVED] issues with CPU types when migrating to proxmox 8.1

    Found the issue, it's because proxmox hasn't enabled the microcode updates on the Debian security repo. I had that enabled on the 7.4 to mitigate zen bleed. As such adding non-free-firmware to the repo and installing amd64-microcode and rebooting fixed the issue. And also fixed up the...
  10. D

    [SOLVED] issues with CPU types when migrating to proxmox 8.1

    on proxmox 7.4 I had my VMs set to use Eypc-Rome to match the CPU in the systems which are EPYC 7452. but when use it on 8.1 am getting the following error kvm: warning: host doesn't support requested feature: CPUID.0DH:EAX.xsaves [bit 3] kvm: Host doesn't support requested features TASK ERROR...
  11. D

    spice-agent stops after the restart windows

    whats your configuration for the agent on the VM config?
  12. D

    Getting a global list of snapshots

    that only good if your using ZFS, am using Ceph
  13. D

    Getting a global list of snapshots

    Hi all on vmware you can get the system to alert for systems with snapshots over a certain age. I am looking for write a script of some kind to do the same for proxmox, but does anybody know how to get a global list of snapshots across all the VM's? I know that it's most likey going to need...
  14. D

    PRoxmox defaulting to EFI boot with secure boot disabled

    Hi All would it be possible to be able to get machines that default to secureboot disabled when creating EFI machines or would I need to upload a custom EFI bios payload ?
  15. D

    Linux bridge within VM instance?

    dj423 search vlan in here it will tell you how to trunk into a vm as it's not a ui element https://pve.proxmox.com/pve-docs/chapter-qm.html
  16. D

    Jumbo Frame MTU

    I have mtu 9000 set on the nics and the bridges. I then have no problem using vxlans from the SDN with the machines left at the default 1500 mtu. as gurubert says all nics where 9000 should be at 9000. but vlans being carried can all be at 1500 fine also just don't have mixed MTU on the same vlan
  17. D

    Proxmox SDN, openvswitch, and linux bridges

    What is the status of Proxmox SDN? Working stable is already usable and available in the web ui? yes when the package is installed on all nodes is faster than linux bridges? it's the same as the implementation is using linux bridges
  18. D

    backups ztd compression single threaded

    hi all any reason why the backups are single-threaded rather than a user-configurable value? as from my point of view it would be nice to use 4 threads out of my 64 to speed up the backups.
  19. D

    Issues connecting to consoles

    hi all am having issues connecting to consoles that appear to be increasing here is an example for a container TASK ERROR: command '/usr/bin/termproxy 5900 --path /vms/10020 --perm VM.Console -- /usr/bin/dtach -A /var/run/dtach/vzctlconsole10020 -r winch -z lxc-console -n 10020 -e -1' failed...
  20. D

    [SOLVED] fwupd with proxmox

    Hi all would installing fwupd from the debian repos on the system cause any issues with the natural operation of the system? as I would like to cron firmware autopatching.