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
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
Older versions of e2fsprogs (mkfs.ext2/3/4) asks for confirmation when creating a filesystem on a entire device and not a partition (eg. /dev/sdb) and make the filesystem creation to fail.
This was due to a broken check which was removed in 06/2015.
Should support for these versions be added?
If so, add them through logic in fs.Mkfs() or through a fs-config.json configuration file, allowing users to customize filesystem creation for any filesystem?
IOW if the docker volume create should include an option (along with the
rest that's supported today) of what FS to create and/or the command to run and
the client simply runs that command. Allowing any FS to be used to format
the disk and for those apps that intend to use a raw disk a "no-format"
option as well.
Older versions of e2fsprogs (mkfs.ext2/3/4) asks for confirmation when
creating a filesystem on a entire device and not a partition (eg. /dev/sdb)
and make the filesystem creation to fail.
Should support for these versions be added?
If so, add them through logic in fs.Mkfs() or through a fs-config.json
configuration file, allowing users to customize filesystem creation for any
filesystem?
This is also needed for #612, unless there is no need to support linux distributions with older version of e2fsprogs. - we know that the VM2 used in the CI (ubuntu 14.04) has an older version.
Older versions of e2fsprogs (mkfs.ext2/3/4) asks for confirmation when creating a filesystem on a entire device and not a partition (eg. /dev/sdb) and make the filesystem creation to fail.
This was due to a broken check which was removed in 06/2015.
Should support for these versions be added?
If so, add them through logic in fs.Mkfs() or through a fs-config.json configuration file, allowing users to customize filesystem creation for any filesystem?
Eg.
The text was updated successfully, but these errors were encountered: