Skip to content

v1.6.1

Latest

Choose a tag to compare

@Shanna-chen Shanna-chen released this 15 Jun 09:27

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 blkid call, confirming the device is readable before detection runs, which improves the reliability of the blkid result.
    • After the first blkid call reports no filesystem (exit 2), in addition to the existing 2 MiB header read, the driver now runs blkid again on the read-back 2 MiB to re-confirm whether a filesystem signature is present before formatting.
  • Documentation Version Labeling: Fixed incorrect version information shown in the documentation.