Your message dated Thu, 26 Jan 2012 20:14:14 +0100
with message-id <[email protected]>
and subject line already fixed in 3.3
has caused the Debian Bug report #556527,
regarding setup-storage 1.0.3: chokes on VGs with 0 MB free
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
556527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556527
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fai-client
Version: 3.2.17~lenny1
Tags: lenny
In the version of setup-storage in lenny, the Regex on Line 313 of
Volumes.pm:
/^\s*"(\S+)"\s+\d+\.\d+ MB\s+\[\d+\.*\d* MB\s+used \/ \d+\.\d+ MB\s+free\]$/
is too strict, as it dies when a VG is full, like this:
Starting setup-storage 1.0.3
Using config file: /var/lib/fai/config/disk_config/NEWSWEB-WEB
Executing: parted -s /dev/sda unit TiB print
Executing: parted -s /dev/sda unit B print free
Executing: parted -s /dev/sda unit chs print free
Executing: vgdisplay --units m -s
Unexpected vgdisplay output "vgMain" 69280.00 MB [69280.00 MB used / 0
MB free]
This code no longer exists in FAI 3.3, but it should be a trivial fix if
a ~lenny2 version is released, e.g. change the line to:
/^\s*"(\S+)"\s+\d+\.\d+ MB\s+\[\d+\.*\d* MB\s+used \/ \d+\.*\d*
MB\s+free\]$/
--- End Message ---
--- Begin Message ---
This bug was already fixed in 3.3. Therefore I close this bug.
--
regards Thomas
--- End Message ---