partitionedfs: remove bogus alignment check
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 14 Feb 2013 11:48:18 +0000 (13:48 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 18 Feb 2013 15:41:18 +0000 (17:41 +0200)
commit16744a745bb36072e6865029f7bae830259a6985
tree48f54f700b0bfc59759e9c46feee46334699d8ef
parent9ebd09d174b45c7414a0486d5abff671574689ca
partitionedfs: remove bogus alignment check

The following perfectly valid KS option makes MIC complain about alignment and
exit:

part /d1 --size 1 --fstype=ext4 --ondisk sdb --align 1024

This creates a 1MiB partition and aligned to 1MiB.

And it is even fine to ask for a 1MiB partition to be aligned to 4MiB. So the
alignment size check is totally incorrect - remove it.

Change-Id: If84be72f43c3be91ae5a7c3fa49b10ef1202cf50
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/utils/partitionedfs.py