Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
virtualisation [2024/09/23 20:05] – [Qemu - checkpoints] adminvirtualisation [2025/07/30 16:03] (current) – [Qemu - checkpoints] admin
Line 58: Line 58:
 virsh qemu-monitor-command one-31 --pretty  '{"execute": "query-block", "arguments": {}}' virsh qemu-monitor-command one-31 --pretty  '{"execute": "query-block", "arguments": {}}'
 qemu-img info --output json --force-share /var/lib/one/datastores/0/31/disk.0 qemu-img info --output json --force-share /var/lib/one/datastores/0/31/disk.0
 +
 +
 +qemu-img info --output=json ./AdmComPerm-vdb-databases.qcow2 2>/dev/null | jq -r '."format-specific".data.bitmaps[].name' | xargs -r -I {} qemu-img bitmap --remove ./AdmComPerm-vdb-databases.qcow2 {}
 +qemu-img info --output=json ./AdmComPerm-vdb-databases.qcow2 2>/dev/null 
 +
 +qemu-img info --output=json ./AdmComPerm-vda-os.qcow2 2>/dev/null | jq -r '."format-specific".data.bitmaps[].name' | xargs -r -I {} qemu-img bitmap --remove ./AdmComPerm-vda-os.qcow2 {}
 +qemu-img info --output=json ./AdmComPerm-vdc-files.qcow2 2>/dev/null | jq -r '."format-specific".data.bitmaps[].name' | xargs -r -I {} qemu-img bitmap --remove ./AdmComPerm-vdc-files.qcow2 {}
 +
 +
  
 ## Manual ## Manual
  • virtualisation.1727121901.txt.gz
  • Last modified: 2024/09/23 20:05
  • by admin