* [pbs-devel] Template backup failure in 0.8-13
@ 2020-09-02 7:07 Graeme Seaton
2020-09-02 7:54 ` Stefan Reiter
0 siblings, 1 reply; 4+ messages in thread
From: Graeme Seaton @ 2020-09-02 7:07 UTC (permalink / raw)
To: pbs-devel
[-- Attachment #1: Type: text/plain, Size: 865 bytes --]
Hi,
Receiving the following error message with 0.8-13:
INFO: Starting Backup of VM 10019 (qemu)
INFO: Backup started at 2020-09-02 00:47:01
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: ubnt1604tmpl
INFO: include disk 'scsi0' 'tank0:base-10019-disk-0' 2252M
INFO: creating Proxmox Backup Server archive 'vm/10019/2020-09-01T23:47:01Z'
INFO: starting kvm to execute backup task
generating cloud-init ISO
ERROR: VM 10019 qmp command 'backup' failed - Node 'drive-scsi0' is read only
INFO: stopping kvm after backup task
trying to acquire lock...
OK
ERROR: Backup of VM 10019 failed - VM 10019 qmp command 'backup' failed - Node 'drive-scsi0' is read only
INFO: Failed at 2020-09-02 00:47:02
All clients and server are on latest versions.
Regards,
Graeme
[-- Attachment #2: Type: text/html, Size: 1054 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pbs-devel] Template backup failure in 0.8-13
2020-09-02 7:07 [pbs-devel] Template backup failure in 0.8-13 Graeme Seaton
@ 2020-09-02 7:54 ` Stefan Reiter
2020-09-02 21:41 ` Graeme Seaton
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Reiter @ 2020-09-02 7:54 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Graeme Seaton
On 9/2/20 9:07 AM, Graeme Seaton wrote:
> Hi,
>
> Receiving the following error message with 0.8-13:
>
> INFO: Starting Backup of VM 10019 (qemu)
> INFO: Backup started at 2020-09-02 00:47:01
> INFO: status = stopped
> INFO: backup mode: stop
> INFO: ionice priority: 7
> INFO: VM Name: ubnt1604tmpl
> INFO: include disk 'scsi0' 'tank0:base-10019-disk-0' 2252M
> INFO: creating Proxmox Backup Server archive
> 'vm/10019/2020-09-01T23:47:01Z'
> INFO: starting kvm to execute backup task
> generating cloud-init ISO
> ERROR: VM 10019 qmp command 'backup' failed - Node 'drive-scsi0' is
> read only
> INFO: stopping kvm after backup task
> trying to acquire lock...
> OK
> ERROR: Backup of VM 10019 failed - VM 10019 qmp command 'backup'
> failed - Node 'drive-scsi0' is read only
> INFO: Failed at 2020-09-02 00:47:02
>
Hi!
The fix for this is already in our git[0] and will be available in an
upcoming pve-qemu-kvm package (presumable QEMU 5.1 based).
~ Stefan
[0]
https://git.proxmox.com/?p=pve-qemu.git;a=commit;h=a5feeebc519cdbe7225652e1d2faefa90e39cca3
> All clients and server are on latest versions.
>
> Regards,
>
> Graeme
>
>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pbs-devel] Template backup failure in 0.8-13
2020-09-02 7:54 ` Stefan Reiter
@ 2020-09-02 21:41 ` Graeme Seaton
2020-09-03 9:18 ` Stefan Reiter
0 siblings, 1 reply; 4+ messages in thread
From: Graeme Seaton @ 2020-09-02 21:41 UTC (permalink / raw)
To: pbs-devel
Thanks Stefan. Every developers favourite question :-) - any indication
of when this might be released to the test (non-enterprise) repo?
Regards,
Graeme
On 02/09/2020 08:54, Stefan Reiter wrote:
> On 9/2/20 9:07 AM, Graeme Seaton wrote:
>> Hi,
>>
>> Receiving the following error message with 0.8-13:
>>
>> INFO: Starting Backup of VM 10019 (qemu)
>> INFO: Backup started at 2020-09-02 00:47:01
>> INFO: status = stopped
>> INFO: backup mode: stop
>> INFO: ionice priority: 7
>> INFO: VM Name: ubnt1604tmpl
>> INFO: include disk 'scsi0' 'tank0:base-10019-disk-0' 2252M
>> INFO: creating Proxmox Backup Server archive
>> 'vm/10019/2020-09-01T23:47:01Z'
>> INFO: starting kvm to execute backup task
>> generating cloud-init ISO
>> ERROR: VM 10019 qmp command 'backup' failed - Node 'drive-scsi0'
>> is read only
>> INFO: stopping kvm after backup task
>> trying to acquire lock...
>> OK
>> ERROR: Backup of VM 10019 failed - VM 10019 qmp command 'backup'
>> failed - Node 'drive-scsi0' is read only
>> INFO: Failed at 2020-09-02 00:47:02
>>
>
> Hi!
>
> The fix for this is already in our git[0] and will be available in an
> upcoming pve-qemu-kvm package (presumable QEMU 5.1 based).
>
> ~ Stefan
>
> [0]
> https://git.proxmox.com/?p=pve-qemu.git;a=commit;h=a5feeebc519cdbe7225652e1d2faefa90e39cca3
>
>> All clients and server are on latest versions.
>>
>> Regards,
>>
>> Graeme
>>
>>
>>
>> _______________________________________________
>> pbs-devel mailing list
>> pbs-devel@lists.proxmox.com
>> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pbs-devel] Template backup failure in 0.8-13
2020-09-02 21:41 ` Graeme Seaton
@ 2020-09-03 9:18 ` Stefan Reiter
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Reiter @ 2020-09-03 9:18 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Graeme Seaton
On 9/2/20 11:41 PM, Graeme Seaton wrote:
> Thanks Stefan. Every developers favourite question :-) - any indication
> of when this might be released to the test (non-enterprise) repo?
Every users favourite answer: As soon as it's ready ;) (but probably not
too long)
We're already testing the 5.1 build internally, but as it entails a new
upstream version this takes a bit longer than usual.
~ Stefan
>
> Regards,
>
> Graeme
>
> On 02/09/2020 08:54, Stefan Reiter wrote:
>> On 9/2/20 9:07 AM, Graeme Seaton wrote:
>>> Hi,
>>>
>>> Receiving the following error message with 0.8-13:
>>>
>>> INFO: Starting Backup of VM 10019 (qemu)
>>> INFO: Backup started at 2020-09-02 00:47:01
>>> INFO: status = stopped
>>> INFO: backup mode: stop
>>> INFO: ionice priority: 7
>>> INFO: VM Name: ubnt1604tmpl
>>> INFO: include disk 'scsi0' 'tank0:base-10019-disk-0' 2252M
>>> INFO: creating Proxmox Backup Server archive
>>> 'vm/10019/2020-09-01T23:47:01Z'
>>> INFO: starting kvm to execute backup task
>>> generating cloud-init ISO
>>> ERROR: VM 10019 qmp command 'backup' failed - Node 'drive-scsi0'
>>> is read only
>>> INFO: stopping kvm after backup task
>>> trying to acquire lock...
>>> OK
>>> ERROR: Backup of VM 10019 failed - VM 10019 qmp command 'backup'
>>> failed - Node 'drive-scsi0' is read only
>>> INFO: Failed at 2020-09-02 00:47:02
>>>
>>
>> Hi!
>>
>> The fix for this is already in our git[0] and will be available in an
>> upcoming pve-qemu-kvm package (presumable QEMU 5.1 based).
>>
>> ~ Stefan
>>
>> [0]
>> https://git.proxmox.com/?p=pve-qemu.git;a=commit;h=a5feeebc519cdbe7225652e1d2faefa90e39cca3
>>
>>
>>> All clients and server are on latest versions.
>>>
>>> Regards,
>>>
>>> Graeme
>>>
>>>
>>>
>>> _______________________________________________
>>> pbs-devel mailing list
>>> pbs-devel@lists.proxmox.com
>>> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>>>
>>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-09-03 9:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 7:07 [pbs-devel] Template backup failure in 0.8-13 Graeme Seaton
2020-09-02 7:54 ` Stefan Reiter
2020-09-02 21:41 ` Graeme Seaton
2020-09-03 9:18 ` Stefan Reiter
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal