- Changed default SCTERC-supported timeout to 60 seconds to accommodate HDDs with higher I/O latency.
- Adjusted fallback timeout for non-SCTERC devices to 300 seconds.
- Refined aligned output with clear headers for device, model, and status.
- Added comments to guide adjustments for additional block device types (e.g., virtio or Xen disks).
- Clarified the use of glob patterns and provided examples for handling more than 26 devices.
Add a script to configure SCTERC timeout for all disks, setting it to 7 seconds for improved error handling. If SCTERC is unsupported, it increases the Linux I/O timeout to 180 seconds. Adjusting timeouts prevents premature I/O failures during extended error recovery, improving reliability.
A simple script for Alpine Linux that updates the package index, checks for available package upgrades, and optionally performs the upgrade, combining `apk update`, `apk upgrade -s`, and `apk upgrade` into a single interactive workflow.