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 1910314 - "hammer host update --id <id> --owner-id <id>" does not set new owner
Summary: "hammer host update --id <id> --owner-id <id>" does not set new owner
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Hosts
Version: 6.8.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: 6.10.0
Assignee: satellite6-bugs
QA Contact: tstrych
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-12-23 12:03 UTC by Phil Jasbutis
Modified: 2024-06-13 23:47 UTC (History)
9 users (show)

Fixed In Version: tfm-rubygem-hammer_cli_foreman-2.4.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-11-16 14:09:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 31609 0 Normal Closed "hammer host update --id <id> --owner-id <id>" does not set new owner 2021-04-29 08:47:53 UTC
Red Hat Product Errata RHSA-2021:4702 0 None None None 2021-11-16 14:09:56 UTC

Description Phil Jasbutis 2020-12-23 12:03:53 UTC
Description of problem:

  Updating the owner of a host via 

   # hammer host update --id <host_id> --owner-id <owner_id>

  returns "Host updated." but changes are not applied.


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

  tfm-rubygem-hammer_cli-2.1.2-1


How reproducible:

  # hammer host info --id 30 | grep 'Owner Id'
      Owner Id:   22

  # hammer host update --id 30 --owner-id 4
  Host updated.

  # hammer host info --id 30 | grep 'Owner Id'
      Owner Id:   22


Actual results:

  owner_id 22 is still assigned to host_id 30


Expected results:

  owner_id 4 should be assigned to host_id 30


Additional info:

  Worked fine on Satellite 6.7.x.

Comment 1 Oleh Fedorenko 2021-01-11 23:29:57 UTC
Created redmine issue https://projects.theforeman.org/issues/31609 from this bug

Comment 5 Bernie Hoefer 2021-05-03 14:22:01 UTC
Is there a postgresql command that will change the owner that we can use as a work-around?

Comment 7 tstrych 2021-06-17 10:41:38 UTC
Problem reproduced with 6.8.4 with package tfm-rubygem-hammer_cli_foreman-2.1.2.2-1.el7sat.noarch

BZ verified with 6.10 snap 4 with package tfm-rubygem-hammer_cli_foreman-2.5.1-1.el7sat.noarch

# hammer host update --id 3 --owner-id 6
Host updated.
# hammer host info --id 3 | grep 'Owner Id'
    Owner Id:   6
# hammer host update --id 3 --owner-id 5
Host updated.
# hammer host info --id 3 | grep 'Owner Id'
    Owner Id:   5

Comment 10 errata-xmlrpc 2021-11-16 14:09:38 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 (Moderate: Satellite 6.10 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-2021:4702


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