You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.