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 2221673 - hammer settings set returns incomplete message for False values
Summary: hammer settings set returns incomplete message for False values
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Hammer
Version: 6.14.0
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: 6.15.0
Assignee: Oleh Fedorenko
QA Contact: Peter Ondrejka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-10 15:00 UTC by Vladimír Sedmík
Modified: 2024-04-23 17:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-04-23 17:11:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 36588 0 Normal Ready For Testing hammer settings set returns incomplete message for False values 2023-08-07 16:43:22 UTC
Red Hat Issue Tracker SAT-18927 0 None None None 2023-07-13 14:54:30 UTC
Red Hat Product Errata RHSA-2024:2010 0 None None None 2024-04-23 17:11:38 UTC

Description Vladimír Sedmík 2023-07-10 15:00:47 UTC
Description of problem:
hammer settings set returns incomplete message when setting some boolean with False value.


Version-Release number of selected component (if applicable):
6.14.0 snap 6


How reproducible:
always


Steps to Reproduce:
1. Try to set some (no matter which) boolean setting to False:
# hammer settings set --name db_pending_seed --value 0


Actual results:
Setting [db_pending_seed] updated to [].


Expected results:
Setting [db_pending_seed] updated to [false].


Additional info:
Works fine for True values
# hammer settings set --name db_pending_seed --value False
Setting [db_pending_seed] updated to [].
# hammer settings set --name db_pending_seed --value false
Setting [db_pending_seed] updated to [].
# hammer settings set --name db_pending_seed --value 0
Setting [db_pending_seed] updated to [].

# hammer settings set --name db_pending_seed --value True
Setting [db_pending_seed] updated to [true].
# hammer settings set --name db_pending_seed --value true
Setting [db_pending_seed] updated to [true].
# hammer settings set --name db_pending_seed --value 1
Setting [db_pending_seed] updated to [true].

Comment 1 Vladimír Sedmík 2023-07-10 15:23:20 UTC
No regression, reproduced in 6.13.2 snap 1

Comment 2 Oleh Fedorenko 2023-07-13 14:53:46 UTC
Created redmine issue https://projects.theforeman.org/issues/36588 from this bug

Comment 3 Bryan Kearney 2023-08-07 20:03:07 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/36588 has been resolved.

Comment 4 Peter Ondrejka 2024-01-15 15:46:59 UTC
Verified on Satellite 6.15 snap 6

hammer settings set --name db_pending_seed --value 0
Setting [db_pending_seed] updated to [false].

Comment 8 errata-xmlrpc 2024-04-23 17:11:37 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: Satellite 6.15.0 release), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2024:2010


Note You need to log in before you can comment on or make changes to this bug.