Bug 1576006 - Server is not subscribed to parent of channel
Summary: Server is not subscribed to parent of channel
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Spacewalk
Classification: Community
Component: Clients
Version: 2.8
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Tomáš Kašpárek
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks: space29
TreeView+ depends on / blocked
 
Reported: 2018-05-08 14:18 UTC by vinzenz.meier
Modified: 2019-01-15 07:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-01-15 07:59:25 UTC
Embargoed:


Attachments (Terms of Use)

Description vinzenz.meier 2018-05-08 14:18:55 UTC
Description of problem:
After upgrading to spacewalk 2.8, "rhn-channel -a -c xxx' resulted with 
"Server is not subscribed to parent of channel xxx"


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


How reproducible:


Steps to Reproduce:
1. rhn-channel -a -c xxx
2.
3.

Actual results:
"Server is not subscribed to parent of channel xxx"


Expected results:
system subscribes to channel

Additional info:
adding the "where" clause to backend/server/rhnChannel.py fixes the problem

_query_server_parent_channel = rhnSQL.Statement("""
select pc.id, pc.label
  from rhnChannel c
  join rhnServerChannel sc on c.parent_channel = sc.channel_id
  join rhnChannel pc on c.parent_channel = pc.id
where sc.server_id = :sid
 group by pc.id, pc.label
""")

using the spacewalk-client 2.7 or 2.8 made no difference.

Comment 1 vinzenz.meier 2018-05-08 14:19:51 UTC
Altering the child channel trough the web interface worked fine without altering the rhnChannel.py

Comment 2 Krzysztof Pawłowski 2018-05-24 07:10:39 UTC
Same problem for us and the same change in backend/server/rhnChannel.py fixed the problem.

Comment 3 Tomáš Kašpárek 2018-05-28 09:13:03 UTC
spacewalk.git(master): f3237461126a72c77395ffea1706059229c66c73

Comment 4 Michael Mráka 2018-11-26 09:43:58 UTC
Move Spacewalk 2.9 bugs ON_QA.

Comment 5 Michael Mráka 2019-01-15 07:59:25 UTC
Spacewalk 2.9 has been released.
https://github.com/spacewalkproject/spacewalk/wiki/ReleaseNotes29


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