public inbox for pve-user@lists.proxmox.com
 help / color / mirror / Atom feed
From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: pve-user@lists.proxmox.com, storm <ralf.storm@konzept-is.de>
Subject: Re: [PVE-User] Backup Failing sporadically due to "PBS backups are not supported by the running QEMU version"
Date: Fri, 19 Feb 2021 08:26:35 +0100	[thread overview]
Message-ID: <1613719500.vv82bs2knx.astroid@nora.none> (raw)
In-Reply-To: <18439dd6-b2bc-de05-6701-30fe39ffdf10@konzept-is.de>

On February 19, 2021 7:20 am, storm wrote:
> so the last backup during last night failed again with the same error on 
> the same node with pve-qemu-kvm 5.1.0-8 on which the backup was working 
> yesterday
> 
> any ideas?

just to confirm, can you do the following right after a backup fails, 
and then again after you got the VM back into a working state? 123 
should be replaced with the correct VMID..

perl -e 'use strict; use warnings; use PVE::QemuServer::Monitor; use Data::Dumper; $Data::Dumper::Sortkeys=1; print Dumper(PVE::QemuServer::Monitor::qmp_cmd(123, { "execute" => "query-proxmox-support" })), "\n";'

it issues exactly the QMP command that queries the running VM for 
proxmox-related features. it should return right away with output like 
this:

$VAR1 = {
          'pbs-dirty-bitmap' => bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ),
          'pbs-dirty-bitmap-migration' => $VAR1->{'pbs-dirty-bitmap'},
          'pbs-library-version' => '1.0.2 (0723f448fdad1fcf84ec7ae7d702baba11cb06d1)',
          'query-bitmap-info' => $VAR1->{'pbs-dirty-bitmap'}
        };

(the commit hash will be different)

or with some error message.




      reply	other threads:[~2021-02-19  7:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-05  9:43 Ralf Storm
2021-02-08  8:21 ` Fabian Grünbichler
     [not found]   ` <fbefddb7-dc40-8342-61ac-be556a193f5b@konzept-is.de>
     [not found]     ` <1612779647.88nw1czupf.astroid@nora.none>
     [not found]       ` <319abf74-8e57-666e-31df-fe1c1d8a8db8@konzept-is.de>
     [not found]         ` <1612783750.os88l87hm3.astroid@nora.none>
     [not found]           ` <ca1e0e52-6647-29e8-ba17-3ee8658c2fa3@konzept-is.de>
2021-02-18  8:50             ` Fabian Grünbichler
2021-02-18 10:08               ` storm
2021-02-19  6:20                 ` storm
2021-02-19  7:26                   ` Fabian Grünbichler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1613719500.vv82bs2knx.astroid@nora.none \
    --to=f.gruenbichler@proxmox.com \
    --cc=pve-user@lists.proxmox.com \
    --cc=ralf.storm@konzept-is.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal