Description of problem: Recreate 1. [root@whayutin ~]# subscription-manager-cli list --available productId endDate id quantity ------------------------------------------------------------------------------------------------ MCT0982 2011-04-06T11:11:01.681-04:00 73 1 MCT0696 2011-04-06T11:11:01.681-04:00 74 1 [root@whayutin ~]# subscription-manager-cli subscribe --product=MCT0982 [root@whayutin ~]# subscription-manager-cli subscribe --product=MCT0696 [root@whayutin ~]# subscription-manager-cli list --available No Available subscription pools to list 2. now unsubscribe the products subscription-manager-cli unsubscribe --product MCT0982 subscription-manager-cli unsubscribe --product=MCT0696 3. [root@whayutin ~]# subscription-manager-cli list --available No Available subscription pools to list Expected Results: [root@whayutin ~]# subscription-manager-cli list --available productId endDate id quantity ------------------------------------------------------------------------------------------------ MCT0982 2011-04-06T11:11:01.681-04:00 73 1 MCT0696 2011-04-06T11:11:01.681-04:00 74 1
Fixed the REST endpoint that sub-mgr was calling to both release the entitlement (which it was already doing) and also drop the consumed value.
verified against fte server on 5/5
Group move of VERIFIED Candlepin component bugs to RELEASE_PENDING
I am closing out some old bugs from 2015. So, closing these out as current release. If this is still an issue for me, please reach out.