Hi,
I discovered a bug, which is not critical, but annoying.
I'm using KVM on iSCSI/LVM Storages quite often. From time to time, I move VMs from one storage to another storage. I'm doing this by using the following commands:
vzdump --stdout 132 | qmrestore --storage storage2vol1 - 135
While...