Recent changes in VZDump.pm

apmuthu

Renowned Member
Feb 26, 2009
816
9
83
Chennai - India & Singapore
github.com
Please check if the following changes to the pve-manager as in /usr/share/perl5/VZDump.pm are okay:
Lines 480 to 492 got removed:
Perl:
my $subject_template = "vzdump backup status ({{hostname}}): {{status-text}}";

my $body_template = <<EOT;
{{error-message}}
{{heading-1 "Details"}}
{{table guest-table}}
{{#verbatim}}
Total running time: {{duration total-time}}
Total size: {{human-bytes total-size}}
{{/verbatim}}
{{heading-1 "Logs"}}
{{verbatim-monospaced logs}}
EOT

Further in 2 places the original lines:
Perl:
        $subject_template,
        $body_template,
got replaced with:


Perl:
        "vzdump",
 
This is for the latest version of PVE v8.2.4 with
Code:
# pveversion -v
proxmox-ve: 8.2.0 (running kernel: 6.8.8-2-pve)
pve-manager: 8.2.4 (running version: 8.2.4/faa83925c9641325)
proxmox-kernel-helper: 8.1.0
proxmox-kernel-6.8: 6.8.8-2
proxmox-kernel-6.8.8-2-pve-signed: 6.8.8-2
...
...
 
Please check if the following changes to the pve-manager as in /usr/share/perl5/VZDump.pm are okay:
Lines 480 to 492 got removed:
Perl:
my $subject_template = "vzdump backup status ({{hostname}}): {{status-text}}";

my $body_template = <<EOT;
{{error-message}}
{{heading-1 "Details"}}
{{table guest-table}}
{{#verbatim}}
Total running time: {{duration total-time}}
Total size: {{human-bytes total-size}}
{{/verbatim}}
{{heading-1 "Logs"}}
{{verbatim-monospaced logs}}
EOT

Further in 2 places the original lines:
Perl:
        $subject_template,
        $body_template,
got replaced with:


Perl:
        "vzdump",
Are you encountering any issues?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!