This is an old revision of the document!
Virtualization
VMware OS Optimization Tool. -
pre installed virtualbox images
KVM
- compress
pigz -c ./MISOJ-auth.hdd > /home/vm/MISOJ-auth.hdd.gz
- decompress
pigz -d -c ./MISOJ-auth.hdd.gz > /home/vm/MISOJ-auth.hdd
- for windows 7 virtio last version 0.1.173-4
- centos 8 virtualization https://computingpost.medium.com/how-to-install-and-use-kvm-on-centos-stream-8-2816ca196ff6
- centos 7 configure with network manager https://www.server-world.info/en/note?os=CentOS_7&p=kvm
Qemu
- start qemu without libvirt, raw start <https://habr.com/ru/articles/728952/>
Virsh
- virsh cheatcode https://computingforgeeks.com/virsh-commands-cheatsheet/
Backup Snapshots
- commands and logic https://sysguides.com/create-and-manage-internal-snapshots-in-kvm
Nested virtualization - hyper-v
Qemu - checkpoints
Testing system updates using libvirts checkpoint feature - https://abbbi.github.io/changes/
virtndbackup error - https://github.com/abbbi/virtnbdbackup/discussions/119
working with bitmaps qmp https://kashyapc.fedorapeople.org/QEMU-Docs/_build/html/docs/interop/bitmaps.html#id1
# bitmap qemu-img bitmap --remove ./local_copy_1_154.hdd.qcow2 virtnbdbackup.1 #snapshot qemu-img snapshot -l $DISK_IMAGE.qcow2 # List Snapshots #Snapshots also appear in the output of the qemu-img info command. qemu-img snapshot -c $SNAPSHOT_NAME $DISK_IMAGE #Create Snapshot qemu-img snapshot -a $SNAPSHOT_NAME $DISK_IMAGE #Restore (Apply) Snapshot qemu-img snapshot -d $SNAPSHOT_NAME $DISK_IMAGE #Delete Snapshot
Virsh from astra to redos
sed -i 's/pc-q35-7.2/pc-q35-6.1/g' ./vmconfig.virtnbdbackup.32.xml sed -i 's/<seclabel/<!--seclabel/g' ./vmconfig.virtnbdbackup.32.xml sed -i 's/<\/seclabel>/<\/seclabel-->/g' ./vmconfig.virtnbdbackup.32.xml