Bug Fixes
- Filesystem Detection Hardening: Strengthened the existing filesystem checks performed before formatting an iSCSI volume, adding extra safeguards on top of the current detection flow to improve the accuracy and reliability of filesystem detection. The changes are:
- Added a device-readiness gate before the first
blkidcall, confirming the device is readable before detection runs, which improves the reliability of theblkidresult. - After the first
blkidcall reports no filesystem (exit 2), in addition to the existing 2 MiB header read, the driver now runsblkidagain on the read-back 2 MiB to re-confirm whether a filesystem signature is present before formatting.
- Added a device-readiness gate before the first
- Documentation Version Labeling: Fixed incorrect version information shown in the documentation.