Bug 1913127
| Summary: | A typo in cloud-init man page | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | xiachen |
| Component: | cloud-init | Assignee: | Eduardo Otubo <eterrell> |
| Status: | CLOSED ERRATA | QA Contact: | xiachen |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.4 | CC: | eterrell, huzhao, jesse628wallick, jgreguske, mrezanin, ribarry, thomas642daniel, xiachen, yacao |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | cloud-init-20.3-10.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-18 15:44:18 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: | |||
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 (cloud-init 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/RHEA-2021:1827 Thank you for bringing this to our attention! You’re absolutely right—the word should indeed be “initializing” instead of “intializing.” Typos can sometimes sneak past even the most careful eyes. Here’s the corrected sentence: https://www.maxim-timeclock.com “Cloud-init provides a mechanism for cloud instance initialization. This is done by identifying the cloud platform that is in use, reading provided cloud metadata and optional vendor and user data, and then initializing the instance as requested.” Your keen eye for detail is appreciated! I would like to point out that most of the users do NOT know that the operation completed. How will they know? They just get a time out error Usually getting an error like "Operation Timeout, error" or something like that means the operation DID not complete. So no one is using this bulk changing feature because they think it errors out. https://www.vanilla-giftcardbalance.com |
Description of problem: cloud-init-20.3-6.el8 Test result about checking typos in man page, # man-page-corr.sh /usr/share/man-page-corr/qe-dictionary /usr/share/man/man1/cloud-id.1.gz # man-page-corr.sh /usr/share/man-page-corr/qe-dictionary /usr/share/man/man1/cloud-init-per.1.gz # man-page-corr.sh /usr/share/man-page-corr/qe-dictionary /usr/share/man/man1/cloud-init.1.gz A typo is in /usr/share/man/man1/cloud-init.1.gz --- Cloud-init provides a mechanism for cloud instance initialization. This is done by identifying the cloud platform that is in use, reading provided cloud metadata and optional vendor and user data, and then intializing the instance as requested. ~~~~~~~~~~~ It should be 'initializing'.