Fix typo in error message in fix for 880972. No functional changes
Resolves bz880972 Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
This commit is contained in:
parent
bbba7e024c
commit
ef87d82060
@ -21,7 +21,7 @@ index afcf1a5..436bd1d 100644
|
||||
}
|
||||
}
|
||||
+ if (!freesize) {
|
||||
+ fprintf(stderr, Name "no free space left on %s\n", dname);
|
||||
+ fprintf(stderr, Name ": no free space left on %s\n", dname);
|
||||
+ fail = 1;
|
||||
+ continue;
|
||||
+ }
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
||||
Name: mdadm
|
||||
Version: 3.2.6
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.xz
|
||||
Source1: mdmonitor.init
|
||||
Source2: raid-check
|
||||
@ -145,6 +145,9 @@ rm -rf %{buildroot}
|
||||
%{_initrddir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 10 2012 Jes Sorensen <Jes.Sorensen@redhat.com> - 3.2.6-4
|
||||
- Fix typo in error message in fix for 880972. No functional changes
|
||||
|
||||
* Fri Nov 30 2012 Jes Sorensen <Jes.Sorensen@redhat.com> - 3.2.6-3
|
||||
- Disallow creating a second IMSM RAID array size 0 (bz880972)
|
||||
- Disallow creating IMSM RAIDs that spans multiple controllers (bz880974)
|
||||
|
Loading…
Reference in New Issue
Block a user