-
Notifications
You must be signed in to change notification settings - Fork 288
Fix mdadm.conf error message and add RHEL/CentOS notes #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated error message to use printf and added instructions for RHEL/CentOS.
|
Learn Build status updates of commit b37a2a0: ✅ Validation status: passed
For more details, please refer to the build report. |
PRMerger Results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a shell scripting error and adds documentation for RHEL/CentOS-specific instructions related to NVMe temporary disk configuration. The change corrects an incorrect use of print to printf in a bash script and provides additional guidance for handling distribution-specific differences.
- Fixed
printcommand toprintfin bash script error handling - Added RHEL/CentOS-specific instructions for initramfs regeneration
- Added guidance for creating mdadm.conf file when missing
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit 1bf8a0b: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit 4df505f: ✅ Validation status: passed
For more details, please refer to the build report. |
PRMerger Results
|
|
#sign-off |
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @ |
Updated error message to use printf and added instructions for RHEL/CentOS.