Bug 224844

Summary: Older satellites error out sat-syncing virtualization_host group arch types
Product: [Retired] Red Hat Network Reporter: Pradeep Kilambi <pkilambi>
Component: RHN/BackendAssignee: Pradeep Kilambi <pkilambi>
Status: CLOSED CURRENTRELEASE QA Contact: wes hayutin <whayutin>
Severity: medium Docs Contact:
Priority: medium    
Version: rhn500CC: mmccune, rhn-bugs, whayutin
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: rhn500h Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-13 13:53:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 166615    

Description Pradeep Kilambi 2007-01-27 05:03:45 UTC
Description of problem:

the older satellites < 5.0 error out when trying to satellite-sync against
hosted. Basically hosted exports the virtualization_host arch type to sats, this
would work for 5.0 sats but older ones cannot understand it and hence error out..

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


How reproducible:

always

  
Actual results:

trace back..

Expected results:

older satellites should be able to sync successfully.

Additional info:

Comment 1 Pradeep Kilambi 2007-01-27 05:17:24 UTC
This should now be fixed, turns out kinda tricky. Basically what i have done is
add some code to check if the version of client is older than 5.0 , for this
we'll need to bump the server and sat-5.0 xml_dump_versions to 3.1 and older
clients remain at 3.0 in /etc/rhn/default/rhn_server_satexport.conf

< xml_dump_version = 3.1
---
> xml_dump_version = 3.0

We basically check if the client is older if so enable virt_filter which
basically  restricts server from exporting the virt* data from
rhnServerGroupType to the sat- client

the code is checked in subversion: Committed revision 109928


tested this with a 5.0(with client version bump to 3.1) and 4.1(client version
still 3.0) satellite against webdev(version bump to 3.1).

and now syncs seems to complete successfully on older and newer version of
satellites.


Comment 2 Pradeep Kilambi 2007-02-09 20:06:32 UTC
*** Bug 221324 has been marked as a duplicate of this bug. ***

Comment 3 wes hayutin 2007-02-14 19:52:16 UTC
sat sync is working on rhn 415.. verified

Comment 4 wes hayutin 2007-03-09 16:00:29 UTC
sat sync working in stage sat=4.0

Comment 5 Brandon Perkins 2007-03-13 13:53:27 UTC
Closed in rhn500h Release.