]> sourceware.org Git - lvm2.git/commit
pvcreate: fix data alignment error check
authorDavid Teigland <teigland@redhat.com>
Thu, 25 Feb 2016 22:57:01 +0000 (16:57 -0600)
committerDavid Teigland <teigland@redhat.com>
Thu, 25 Feb 2016 23:02:18 +0000 (17:02 -0600)
commit88530b2ef34527eae2bacc86c765fb680f5b6b2b
treef086d0f78758d7e0f1f84ad0cc0f3299a7a5dc09
parent081359f6cd2ed8224992c91e99617ef576e01488
pvcreate: fix data alignment error check

Make the data_alignment variable 64 bits so it
can hold the invalid command line arg used in
pvreate-usage.sh pvcreate --dataalignment 1e.

On 32 bit arches, the smaller variable wouldn't
hold the invalid value so the error would not
trigger as expected by the test.
lib/metadata/metadata-exported.h
This page took 0.036782 seconds and 5 git commands to generate.