enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #04517
[Bug 1489242] [NEW] option --mail_report_on doesn't work
Public bug reported:
If you use mylvmbackup with '--mail_report_on=errors' argument, it fails
to run with this message:
"Option mail_report_on does not take an argument"
The problem is in the load_args() where mail_report_on definition looks like:
"mail_report_on" => \&mail_report_on,
which doesn't look good (according to man mylvmbackup). What I suggest is to replace it with:
"mail_report_on=s" => \$mail_report_on,
** Affects: mylvmbackup
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1489242
Title:
option --mail_report_on doesn't work
To manage notifications about this bug go to:
https://bugs.launchpad.net/mylvmbackup/+bug/1489242/+subscriptions