Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: temporarily disable discard granularity
Commit 86b3728 adds a check for misaligned stacking offsets, but it's buggy since the defaults are 0. Hence all dm devices that pass in a non-zero starting offset will be marked as misaligned amd dm will complain. A real fix is coming, in the mean time disable the discard granularity check so that users don't worry about dm reporting about misaligned devices. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
- Loading branch information