proxmox:pve:migration
This is an old revision of the document!
Table of Contents
Proxmox Migration
Pre-Migration
Linux
SLES
grep CONFIG_VIRTIO /boot/config-$(uname -r) grep CONFIG_VIRTIO /boot/config-$(uname -r) | grep =y lsinitrd /boot/initrd-$(uname -r) | grep virtio
vi /etc/dracut.conf.d/virtio-drivers.conf
add_drivers+=" virtio_blk virtio_scsi virtio_net virtio_pci virtio_ring virtio "
dracut -f /boot/initrd-$(uname -r) > /tmp/dracut.log 2>&1 lsinitrd /boot/initrd-$(uname -r) | grep virtio
lsmod | grep virtio dracut -f /boot/initrd-$(uname -r) --add-drivers "virtio virtio_pci virtio_blk virtio_net virtio_ring virtio_scsi" lsinitrd /boot/initrd-$(uname -r) | grep virtio
https://pve.proxmox.com/wiki/Paravirtualized_Drivers_for_Linux
Windows
- Uninstall VMware Tools
Post-Migration
Linux
- install quemu guest agent
Windows
- Set VM disks to SATA
- Add temporary 1 GB SCSI HDD
- Boot VM and install quemu guest agent and drivers
- Shutdown VM and set VM disks to SCSI
proxmox/pve/migration.1757318328.txt.gz ยท Last modified: by admin