I do want to propose a very small change in the file
/usr/share/perl5/PVE/VZDump.pm
Backup email notification Subject line to be shorter, as now is hard to understand on the mobile device if the status is failed or successfull.
Instead of
to be like:
Is a too small change to sign a CLA and so on .
Can be introduce by one of the current developers ?
Thanks.
/usr/share/perl5/PVE/VZDump.pm
Backup email notification Subject line to be shorter, as now is hard to understand on the mobile device if the status is failed or successfull.
Instead of
Code:
my $subject = "vzdump backup status ($hostname) : $stat";
to be like:
Code:
my $subject = "$stat : $hostname";
Is a too small change to sign a CLA and so on .
Can be introduce by one of the current developers ?
Thanks.