mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Make dasdfmt aware of thinly provisioned (Extent Space Efficient (ESE)) DASD volumes. If an ESE volume is recognised a QUICK format is performed, formatting only the first two tracks. The mode can always be overwritten by --mode. Previously allocated space is always released before formatting, if not specified otherwise. The option --no-discard (-D) is provided to omit the space release. Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>