]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
imsm: make messages more understandable
authorLukasz Dorau <lukasz.dorau@intel.com>
Fri, 16 Dec 2011 13:04:53 +0000 (14:04 +0100)
committerNeilBrown <neilb@suse.de>
Mon, 19 Dec 2011 23:37:01 +0000 (10:37 +1100)
commitb307134253acf9c78a3952fe7821f67dfeba61da
tree8f05bac0bd3dc4161f3d99bf8d3abd20a7216d45
parent5fe62b9455b6b43f050f3a52610ce1048a44623c
imsm: make messages more understandable

The printed messages should be more appropriate and understandable
for user. If maxsize is equal 0, this means there is no free space left
on device. If size is greater than maxsize, this means there is not enough
space to create a new volume of given size.

Acked-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: Marcin Labun <marcin.labun@intel.com>
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c