Monday, April 6, 2020

[389-commits] [389-ds-base] branch 389-ds-base-1.4.2 updated: Issue 50545 - remove dbmon "incr" option from arg parser

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch 389-ds-base-1.4.2
in repository 389-ds-base.

The following commit(s) were added to refs/heads/389-ds-base-1.4.2 by this push:
new 877f628 Issue 50545 - remove dbmon "incr" option from arg parser
877f628 is described below

commit 877f6286822c67edbdb099ebfc5ab73a27a40a7a
Author: Mark Reynolds <mreynolds@redhat.com>
AuthorDate: Mon Apr 6 09:23:54 2020 -0400

Issue 50545 - remove dbmon "incr" option from arg parser

Description: Forgot to remove the "incr" option for dbmon from the argparse list

Relates: https://pagure.io/389-ds-base/issue/50545

Reviewed by: mreynolds (one line commit rule)
---
src/lib389/lib389/cli_conf/monitor.py | 1 -
1 file changed, 1 deletion(-)

diff --git a/src/lib389/lib389/cli_conf/monitor.py b/src/lib389/lib389/cli_conf/monitor.py
index e136cf9..de4231d 100644
--- a/src/lib389/lib389/cli_conf/monitor.py
+++ b/src/lib389/lib389/cli_conf/monitor.py
@@ -295,7 +295,6 @@ def create_parser(subparsers):

dbmon_parser = subcommands.add_parser('dbmon', help="Monitor the all the database statistics in a single report")
dbmon_parser.set_defaults(func=db_monitor)
- dbmon_parser.add_argument('-i', '--incr', type=int, help="Keep refreshing the report every N seconds")
dbmon_parser.add_argument('-b', '--backends', help="List of space separated backends to monitor. Default is all backends.")
dbmon_parser.add_argument('-x', '--indexes', action='store_true', default=False, help="Show index stats for each backend")


--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org

No comments:

Post a Comment