From b934790e15669b9b7b934f3dc50df2f5781c77da Mon Sep 17 00:00:00 2001 From: Jason Jerome Date: Fri, 16 Aug 2024 13:16:48 -0400 Subject: [PATCH] chore: remove references to 'attach/auto-attach' in man page * Adjusted wording slightly around attaching subscriptions * Removed 'attach/auto-attach' from supported commands * Removed 'subscribe' from deprecated commands * Removed '--auto-attach/--servicelevel' options from register command * Removed 'attach/auto-attach options' sections * Removed 'attach/auto-attach' commands and related options in usage section * Removed '--auto-attach/--servicelevel' options from examples in log files section Card ID: CCT-545 --- man/subscription-manager.8 | 61 +++++++++++++------------------------- 1 file changed, 20 insertions(+), 41 deletions(-) diff --git a/man/subscription-manager.8 b/man/subscription-manager.8 index 8c7c079319..0436725938 100644 --- a/man/subscription-manager.8 +++ b/man/subscription-manager.8 @@ -29,9 +29,9 @@ Subscription Manager performs several key operations: .IP * It lists both available and used subscriptions. .IP -* It allows administrators to both attach specific subscriptions to a system and remove those subscriptions. +* It allows administrators to both apply subscriptions to a system and remove those subscriptions. .PP -Subscription Manager can be used to auto-attach subscriptions to a system, as well. The +The .B subscription-manager command can even be invoked as part of a kickstart process. @@ -77,55 +77,52 @@ must be passed as system arguments in a non-interactive session. 2. unregister .IP -4. auto-attach - -.IP -5. remove +3. remove .IP -6. release +4. release .IP -7. list +5. list .IP -8. refresh +6. refresh .IP -9. environments +7. environments .IP -10. repos +8. repos .IP -11. orgs +9. orgs .IP -12. plugins +10. plugins .IP -13. identity +11. identity .IP -14. facts +12. facts .IP -15. clean +13. clean .IP -16. config +14. config .IP -17. version +15. version .IP -18. status +16. status .IP -19. syspurpose +17. syspurpose .IP -20. repo-override +18. repo-override .RE @@ -282,23 +279,6 @@ command does two important things. Firstly, it will implicitly remove all of the .PP This command has no options. -.SS AUTO-ATTACH OPTIONS -The -.B auto-attach -command sets whether the ability to check, attach, and update subscriptions occurs automatically on the system. Auto-attaching subscriptions checks the currently-installed products, attached subscriptions, and any changes in available subscriptions every four hours using the \fBrhsmcertd\fP daemon. - -.TP -.B --enable -Enables the auto-attach option for the system. If there is any change in the subscriptions for the system, any subscriptions expire, or any new products are installed, then \fBsubscription-manager\fP detects the changes and automatically attaches the appropriate subscriptions so that the system remains covered. - -.TP -.B --disable -Disables the auto-attach option for the system. If auto-attach is disabled, then any changes in installed products or subscriptions for the system (including expired subscriptions) must be addressed manually by the administrator. - -.TP -.B --show -Shows whether auto-attach is enabled on the systems. - .SS REMOVE OPTIONS The .B remove @@ -1017,12 +997,11 @@ subscription-manager unregister .fi .RE -.SS LISTING, ATTACHING, AND REMOVING SUBSCRIPTIONS FOR PRODUCTS +.SS LISTING AND REMOVING SUBSCRIPTIONS FOR PRODUCTS A .I subscription is essentially the right to install, use, and receive updates for a Red Hat product. (Sometimes multiple individual software products are bundled together into a single subscription.) When a system is registered, the subscription management service is aware of the system and has a list of all of the possible product subscriptions that the system can install and use. A subscription is applied to a system when the system is -.I attached -to the subscription pool that makes that product available. A system releases or +attached to the subscription pool that makes that product available. A system releases or .I removes that subscription (meaning, it removes that subscription so that another system can use that subscription count).