Bug 2021982
| Summary: | the new subscription-manager syspurpose module is not tab completing | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | mhorky |
| Status: | CLOSED ERRATA | QA Contact: | Red Hat subscription-manager QE Team <rhsm-qe> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.6 | CC: | mhorky, redakkan, zpetrace |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 8.6 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | subscription-manager-1.28.24-1.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-10 15:22:58 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: | |||
|
Description
John Sefler
2021-11-10 13:57:30 UTC
Version-Release number of selected component: [root@kvm-02-guest10 ~]# rpm -q subscription-manager bash-completion subscription-manager-1.28.24-1.git.3.437bba8.el8.x86_64 bash-completion-2.7-5.el8.noarch SM version: [root@kvm-02-guest10 ~]# subscription-manager version server type: This system is currently not registered. subscription management server: 3.2.21-1 subscription management rules: 5.41 subscription-manager: 1.28.24-1.git.3.437bba8.el8 Pre-verification: [root@kvm-02-guest10 ~]# subscription-manager --help Usage: subscription-manager MODULE-NAME [MODULE-OPTIONS] [--help] Primary Modules: attach Attach a specified subscription to the registered system list List subscription and product information for this system refresh Pull the latest subscription data from the server register Register this system to the Customer Portal or another subscription management service release Configure which operating system release to use remove Remove all or specific subscriptions from this system status Show status information for this system's subscriptions and products unregister Unregister this system from the Customer Portal or another subscription management service Other Modules: addons Deprecated, see 'syspurpose' auto-attach Set if subscriptions are attached on a schedule (default of daily) clean Remove all local system and subscription data without affecting the server config List, set, or remove the configuration parameters in use by this system environments Display the environments available for a user facts View or update the detected system information identity Display the identity certificate for this system or request a new one import Import certificates which were provided outside of the tool orgs Display the organizations against which a user can register a system plugins View and configure with 'subscription-manager plugins' redeem Attempt to redeem a subscription for a preconfigured system repo-override Manage custom content repository settings repos List the repositories which this system is entitled to use role Deprecated, see 'syspurpose' service-level Deprecated, see 'syspurpose' subscribe Deprecated, see attach syspurpose Convenient module for managing all system purpose settings unsubscribe Deprecated, see remove usage Deprecated, see 'syspurpose' version Print version information [root@kvm-02-guest10 ~]# subscription-manager <tab><tab> addons clean facts identity orgs refresh remove role subscribe unsubscribe attach config -h import plugins register repo-override service-level syspurpose usage auto-attach environments --help list redeem release repos status unregister version ^^ now it lists every option including syspurpose --> PASSED [root@kvm-02-guest10 ~]# subscription-manager s<tab><tab> service-level status subscribe syspurpose Version-Release number of selected component: [root@kvm-01-guest08 ~]# rpm -q subscription-manager bash-completion subscription-manager-1.28.24-1.el8.x86_64 bash-completion-2.7-5.el8.noarch Version: [root@kvm-01-guest08 ~]# subscription-manager version server type: This system is currently not registered. subscription management server: 3.2.21-1 subscription management rules: 5.41 subscription-manager: 1.28.24-1.el8 Pre-verification: [root@kvm-01-guest08 ~]# subscription-manager --help Usage: subscription-manager MODULE-NAME [MODULE-OPTIONS] [--help] Primary Modules: attach Attach a specified subscription to the registered system list List subscription and product information for this system refresh Pull the latest subscription data from the server register Register this system to the Customer Portal or another subscription management service release Configure which operating system release to use remove Remove all or specific subscriptions from this system status Show status information for this system's subscriptions and products unregister Unregister this system from the Customer Portal or another subscription management service Other Modules: addons Deprecated, see 'syspurpose' auto-attach Set if subscriptions are attached on a schedule (default of daily) clean Remove all local system and subscription data without affecting the server config List, set, or remove the configuration parameters in use by this system environments Display the environments available for a user facts View or update the detected system information identity Display the identity certificate for this system or request a new one import Import certificates which were provided outside of the tool orgs Display the organizations against which a user can register a system plugins View and configure with 'subscription-manager plugins' redeem Attempt to redeem a subscription for a preconfigured system repo-override Manage custom content repository settings repos List the repositories which this system is entitled to use role Deprecated, see 'syspurpose' service-level Deprecated, see 'syspurpose' subscribe Deprecated, see attach syspurpose Convenient module for managing all system purpose settings unsubscribe Deprecated, see remove usage Deprecated, see 'syspurpose' version Print version information Tab completing: [root@kvm-01-guest08 ~]# subscription-manager <tab><tab> addons config --help orgs register repos subscribe usage attach environments identity plugins release role syspurpose version auto-attach facts import redeem remove service-level unregister clean -h list refresh repo-override status unsubscribe ^^ all the options are tab completing --> PASSED [root@kvm-01-guest08 ~]# subscription-manager s<tab><tab> service-level status subscribe syspurpose --> PASSED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (subscription-manager bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:2047 |