Bug 857918
Summary: | "subscription-manager service-level --set "" " unsets service-level | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Shwetha Kallesh <skallesh> |
Component: | subscription-manager | Assignee: | Bryan Kearney <bkearney> |
Status: | CLOSED WONTFIX | QA Contact: | Entitlement Bugs <entitlement-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4 | CC: | bkearney, jsefler, wpoteat |
Target Milestone: | rc | Keywords: | Reopened |
Target Release: | 6.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-11-09 21:36:13 UTC | Type: | Bug |
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: | 771481 |
Description
Shwetha Kallesh
2012-09-17 13:38:11 UTC
"" is in effect the same as unsetting. (In reply to comment #1) > "" is in effect the same as unsetting. Agreed. This was the functional behavior implemented before the --unset option was invented. It was the only way for the user to effectively remove their service level preference. However, now that the --unset option exists, using --set="" is strange. Shwetha is suggesting that it should now be considered an error; or it could just throw the not available service level result. # subscription-manager service-level --set=" is not " Service level is not is not available to consumers of organization admin. ^^^^^^ THIS REALLY SHOULD BE SURROUNDED BY SINGLE QUOTES Moving back to ASSIGNED for further consideration. After string freeze, omving to rhel 6.4 Fixing the strings in candlepin server. Keeping the case that --set="" does an unset. Fixed in candlepin master at 3e4521cbf0760bb9cd4e55aa0fdd9494719c7fe3. You will need 0.7.13 or later to verify the fix. Moving back to new [root@rhel-64-server ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.7.18-1 subscription-manager: 1.1.5-1.el6 python-rhsm: 1.1.4-1.el6 [root@rhel-64-server ~]# subscription-manager service-level --set "" Service level preference has been unset Agreement from jsefler on resolution. |