Description of problem: After subscribing an Add-on product(e.g. Red Hat Enterprise Linux Scalable File System(for RHEL Server)), the packages of the Add-on could be downloaded and installed, although there isn't any base server product subscribed. Version-Release number of selected component (if applicable): subscription-manager-0.96.9-1.el6.x86_64 python-rhsm-0.96.11-1.el6 candlepin (stage env) How reproducible: Always setup: edit /etc/rhsm/rhsm.conf hostname = subscription.rhn.stage.redhat.com Steps to Reproduce: 1. # ls /etc/pki/product/ 69.pem 2. register to stage using stage_test_38/redhat 3. subscribe to Scalable File System [root@localhost pki]# subscription-manager subscribe --pool=8a99f981308acf4201308ebb543b6935 Successfully subscribed the system to Pool 8a99f981308acf4201308ebb543b6935 4. list installed products [root@localhost pki]# subscription-manager list --installed +-------------------------------------------+ Installed Product Status +-------------------------------------------+ ProductName: Red Hat Enterprise Linux Scalable File System (for RHEL Server) Status: Not Installed Expires: 06/14/2012 SerialNumber: 9086942616217777698 ContractNumber: 2394389 AccountNumber: 1465533 ProductName: Red Hat Enterprise Linux 6 Server Status: Not Subscribed Expires: SerialNumber: ContractNumber: AccountNumber: 5.list enabled repos [root@localhost pki]# yum repolist repo id repo name status rhel-scalefs-for-rhel-6-server-rpms Red Hat Enterprise Linux Scalable File System (for RHEL 7 repolist: 7 6.list available pkgs under the repo [root@localhost pki]# repoquery -a --repoid=rhel-scalefs-for-rhel-6-server-rpms xfsdump-0:3.0.4-2.el6.x86_64 xfsprogs-0:3.1.1-4.el6.i686 xfsprogs-0:3.1.1-4.el6.x86_64 xfsprogs-devel-0:3.1.1-4.el6.i686 xfsprogs-devel-0:3.1.1-4.el6.x86_64 xfsprogs-qa-devel-0:3.1.1-4.el6.i686 xfsprogs-qa-devel-0:3.1.1-4.el6.x86_64 7.install a pkg [root@localhost pki]# yum install xfsdump-0:3.0.4-2.el6.x86_64 .... Complete! Actual results: The package of Scalable File System can be downloaded and installed successfully. Expected results: Consumer shouldn't have access to the content of Scalable File System add-on with no base server product subscribed.
Closing this BUG as it works as designed.