Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1727145

Summary: [RFE] The error message for virt-who interval should be changed with correct values.
Product: Red Hat Satellite Reporter: Vedashree Deshpande <vdeshpan>
Component: Virt-who Configure PluginAssignee: Marek Hulan <mhulan>
Status: CLOSED DUPLICATE QA Contact: Kunxin Huang <kuhuang>
Severity: low Docs Contact: satellite-doc-list
Priority: unspecified    
Version: 6.4CC: bcourt, bkearney, mhulan
Target Milestone: UnspecifiedKeywords: FutureFeature
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-19 11:55:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vedashree Deshpande 2019-07-04 16:37:38 UTC
Description of problem:
The error message should be updated from "Interval value can't be lower than 3600 seconds. Default value of 3600 seconds will be used." to "Interval value can't be lower than 60 seconds. Default value of 3600 seconds will be used."

Version-Release number of selected component (if applicable):
Any Satellite 6. and virt-who

How reproducible:


# virt-who -i 5 | grep -i interval
2019-06-28 13:59:50,266 [virtwho.rhsm_log DEBUG] MainProcess(14973):MainThread @config.py:all_drop_dir_config_sections:1293 - There are files in '/etc/virt-who.d/' not ending in '*.conf' is this intentional?
2019-06-28 13:59:50,268 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [Fastenal]: Value for "simplified_vim" not set, using default: True
2019-06-28 13:59:50,268 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [Fastenal]: Value for "is_hypervisor" not set, using default: True
2019-06-28 13:59:50,268 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [global]: Value for "oneshot" not set, using default: False
2019-06-28 13:59:50,268 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [global]: Value for "log_per_config" not set, using default: False
2019-06-28 13:59:50,268 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [global]: Value for "print_" not set, using default: False
2019-06-28 13:59:50,268 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [global]: Value for "reporter_id" not set, using default: capsule-i.fastenal.com-95a0526a04264bb891b3a79fd5dbfa3f
2019-06-28 13:59:50,268 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [global]: Value for "log_dir" not set, using default: /var/log/rhsm
2019-06-28 13:59:50,269 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [global]: Value for "debug" not set, using default: False
2019-06-28 13:59:50,269 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [global]: Value for "configs" not set, using default: []
2019-06-28 13:59:50,269 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [global]: Value for "log_file" not set, using default: rhsm.log
2019-06-28 13:59:50,269 [virtwho.rhsm_log WARNING] MainProcess(14973):MainThread @config.py:init_config:1457 - [global]: Interval value can't be lower than 3600 seconds. Default value of 3600 seconds will be used.

Actual results:
Interval value can't be lower than 3600 seconds. Default value of 3600 seconds will be used.


Expected results:
"Interval value can't be lower than 60 seconds. Default value of 3600 seconds will be used."

Additional info: