Hi,
when I try to backup a vm-template with a SATA-Disk it fails:
It works when I change the Disk type to SCSI:
It also works when I use SATA and remove the "tempalte" marking:
Is this by design or a bug?
when I try to backup a vm-template with a SATA-Disk it fails:
...
INFO: include disk 'sata0' 'rbd:base-104-disk-0' 8G
INFO: creating Proxmox Backup Server archive 'vm/104/2021-04-26T07:19:00Z'
INFO: starting kvm to execute backup task
kvm: -device ide-hd,bus=ahci0.0,drive=drive-sata0,id=sata0,rotation_rate=1,bootindex=100: Block node is read-only
ERROR: Backup of VM 104 failed - start failed: QEMU exited with code 1
INFO: Failed at 2021-04-26 09:19:02
...
It works when I change the Disk type to SCSI:
...
INFO: include disk 'scsi0' 'rbd:base-104-disk-0' 8G
INFO: creating Proxmox Backup Server archive 'vm/104/2021-04-26T07:22:17Z'
INFO: starting kvm to execute backup task
INFO: started backup task '9dcd08b4-d347-4fd3-beaf-21d73a74f583'
INFO: 8% (684.0 MiB of 8.0 GiB) in 3s, read: 228.0 MiB/s, write: 0 B/s
...
It also works when I use SATA and remove the "tempalte" marking:
...
INFO: VM Name: opnsense
INFO: include disk 'sata0' 'rbd:base-104-disk-0' 8G
INFO: creating Proxmox Backup Server archive 'vm/104/2021-04-26T07:23:43Z'
INFO: starting kvm to execute backup task
INFO: started backup task '54813e9c-5db3-4e5d-9f41-3071b8813003'
INFO: sata0: dirty-bitmap status: created new
INFO: 5% (468.0 MiB of 8.0 GiB) in 3s, read: 156.0 MiB/s, write: 82.7 MiB/s
...
Is this by design or a bug?