Your message dated Tue, 10 May 2011 17:02:12 +0000
with message-id <[email protected]>
and subject line Bug#619136: fixed in fai 3.4.8
has caused the Debian Bug report #619136,
regarding setup-storage fails to create 100% partition on 10TB disk
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.)
--
619136: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619136
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fai-setup-storage
Version: 3.4.7
X-Debbugs-CC: [email protected]
Setup-storage fails with:
Disk /dev/sdb is too small - at least 9949937698304 bytes are required
See attached disk_config and format.log. Here is some parted info:
host:~# parted /dev/sdb unit b print free
Model: DELL PERC 6/i (scsi)
Disk /dev/sdb: 9949937664000B
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
17408B 9949937647103B 9949937629696B Free Space
There is no error with "99%" rather than "100%" in the config.
# <type> <mountpoint> <size> <fs type> <mount options> <misc options>
disk_config disk1 disklabel:msdos bootable:1 fstabkey:uuid
primary / 100% ext3 rw,errors=remount-ro
disk_config disk2 disklabel:gpt fstabkey:uuid
primary /data 100% ext3 rw
Starting setup-storage 1.3
disklist was: sda
sdb
Using config file: /var/lib/fai/config/disk_config/foo
Input was:
# example of new config file for setup-storage
#
# <type> <mountpoint> <size> <fs type> <mount options> <misc options>
disk_config disk1 disklabel:msdos bootable:1 fstabkey:uuid
primary / 100% ext3 rw,errors=remount-ro
disk_config disk2 disklabel:gpt fstabkey:uuid
primary /data 100% ext3 rw
(CMD) parted -s /dev/sda unit TiB print 1> /tmp/qDZw0lR8lH 2> /tmp/moVxXtLToe
Executing: parted -s /dev/sda unit TiB print
(STDOUT) Model: DELL PERC 6/i (scsi)
(STDOUT) Disk /dev/sda: 0.04TiB
(STDOUT) Sector size (logical/physical): 512B/512B
(STDOUT) Partition Table: msdos
(STDOUT)
(STDOUT) Number Start End Size Type File system Flags
(STDOUT)
(CMD) parted -s /dev/sda unit B print free 1> /tmp/EcPCF2HIDZ 2> /tmp/9BHkh9ZWn4
Executing: parted -s /dev/sda unit B print free
(STDOUT) Model: DELL PERC 6/i (scsi)
(STDOUT) Disk /dev/sda: 49283072000B
(STDOUT) Sector size (logical/physical): 512B/512B
(STDOUT) Partition Table: msdos
(STDOUT)
(STDOUT) Number Start End Size Type File system Flags
(STDOUT) 0B 49283071999B 49283072000B Free Space
(STDOUT)
(CMD) parted -s /dev/sda unit chs print free 1> /tmp/NNwuV464ZP 2>
/tmp/FDohPe6zqN
Executing: parted -s /dev/sda unit chs print free
(STDOUT) Model: DELL PERC 6/i (scsi)
(STDOUT) Disk /dev/sda: 5991,168,0
(STDOUT) Sector size (logical/physical): 512B/512B
(STDOUT) BIOS cylinder,head,sector geometry: 5991,255,63. Each cylinder is
8225kB.
(STDOUT) Partition Table: msdos
(STDOUT)
(STDOUT) Number Start End Type File system Flags
(STDOUT) 0,0,0 5991,168,0 Free Space
(STDOUT)
(CMD) parted -s /dev/sdb unit TiB print 1> /tmp/vfBAYFCvHF 2> /tmp/mzbWpY2d3u
Executing: parted -s /dev/sdb unit TiB print
(STDOUT) Model: DELL PERC 6/i (scsi)
(STDOUT) Disk /dev/sdb: 9.05TiB
(STDOUT) Sector size (logical/physical): 512B/512B
(STDOUT) Partition Table: gpt
(STDOUT)
(STDOUT) Number Start End Size File system Name Flags
(STDOUT)
(CMD) parted -s /dev/sdb unit B print free 1> /tmp/mKsGUE1wxc 2> /tmp/J6RwJQTAl6
Executing: parted -s /dev/sdb unit B print free
(STDOUT) Model: DELL PERC 6/i (scsi)
(STDOUT) Disk /dev/sdb: 9949937664000B
(STDOUT) Sector size (logical/physical): 512B/512B
(STDOUT) Partition Table: gpt
(STDOUT)
(STDOUT) Number Start End Size File system Name
Flags
(STDOUT) 17408B 9949937647103B 9949937629696B Free Space
(STDOUT)
(CMD) parted -s /dev/sdb unit chs print free 1> /tmp/NlXXPQvTom 2>
/tmp/kydAJusUaJ
Executing: parted -s /dev/sdb unit chs print free
(STDOUT) Model: DELL PERC 6/i (scsi)
(STDOUT) Disk /dev/sdb: 1209677,174,32
(STDOUT) Sector size (logical/physical): 512B/512B
(STDOUT) BIOS cylinder,head,sector geometry: 1209677,255,63. Each cylinder is
8225kB.
(STDOUT) Partition Table: gpt
(STDOUT)
(STDOUT) Number Start End File system Name Flags
(STDOUT) 0,0,34 1209677,173,62 Free Space
(STDOUT)
Finding all volume groups
(CMD) mdadm --examine --scan --verbose -c partitions 1> /tmp/ELyC6lFcJY 2>
/tmp/2E2x7CIAqS
Executing: mdadm --examine --scan --verbose -c partitions
Disk /dev/sdb is too small - at least 9949937698304 bytes are required
Current disk layout
$VAR1 = {
'/dev/sda' => {
'bios_heads' => '255',
'disklabel' => 'msdos',
'partitions' => {},
'bios_cylinders' => '5991',
'size' => '49283072000',
'sector_size' => '512',
'begin_byte' => 0,
'end_byte' => '49283071999',
'bios_sectors_per_track' => '63'
},
'/dev/sdb' => {
'bios_heads' => '255',
'disklabel' => 'gpt',
'partitions' => {},
'bios_cylinders' => '1209677',
'size' => '9949937664000',
'sector_size' => '512',
'begin_byte' => 0,
'end_byte' => '9949937663999',
'bios_sectors_per_track' => '63'
}
};
Current LVM layout
$VAR1 = {};
Current RAID layout
$VAR1 = {};
--- End Message ---
--- Begin Message ---
Source: fai
Source-Version: 3.4.8
We believe that the bug you reported is fixed in the latest version of
fai, which is due to be installed in the Debian FTP archive:
fai-client_3.4.8_all.deb
to main/f/fai/fai-client_3.4.8_all.deb
fai-doc_3.4.8_all.deb
to main/f/fai/fai-doc_3.4.8_all.deb
fai-nfsroot_3.4.8_all.deb
to main/f/fai/fai-nfsroot_3.4.8_all.deb
fai-quickstart_3.4.8_all.deb
to main/f/fai/fai-quickstart_3.4.8_all.deb
fai-server_3.4.8_all.deb
to main/f/fai/fai-server_3.4.8_all.deb
fai-setup-storage_3.4.8_all.deb
to main/f/fai/fai-setup-storage_3.4.8_all.deb
fai_3.4.8.dsc
to main/f/fai/fai_3.4.8.dsc
fai_3.4.8.tar.gz
to main/f/fai/fai_3.4.8.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Prokop <[email protected]> (supplier of updated fai package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 10 May 2011 12:39:55 +0200
Source: fai
Binary: fai-client fai-doc fai-server fai-quickstart fai-nfsroot
fai-setup-storage
Architecture: source all
Version: 3.4.8
Distribution: unstable
Urgency: low
Maintainer: Thomas Lange <[email protected]>
Changed-By: Michael Prokop <[email protected]>
Description:
fai-client - Fully Automatic Installation client package
fai-doc - Documentation for FAI
fai-nfsroot - Fully Automatic Installation nfsroot package
fai-quickstart - Fully Automatic Installation quickstart package
fai-server - Fully Automatic Installation server package
fai-setup-storage - automatically prepare storage devices
Closes: 609568 611728 612481 617720 619136 620798
Changes:
fai (3.4.8) unstable; urgency=low
.
[ Michael Goetze ]
* [eeae848] package_config/FAISERVER: remove mkisofs
* [af1d1de] simple-examples: in squeeze, the GRUB 1 package is called
"grub-legacy".
* [f895526] Document http method for $FAI_CONFIG_SRC in fai-guide
* [f3574fb] Use $ROOTCMD grub-install for grub1
* [248edd7] menu.lst/postinst: Use grub device name for $ROOTCMD grub-
install
* [b264ac0] Make device2grub use grub-mkdevicemap rather than stuff in
target
.
[ Michael Prokop ]
* [cffdba6] debian/changelog: update git commit IDs - thanks to
Michael Tautschnig for helping
* [81085f7] bin/fai-do-scripts: also ignore files with suffix .dpkg-
dist and .dpkg-tmp
* [8893351] FAIBASE/30-interface: bugfix so fai softupdate runs
without error on a fresh installation with simple-examples -
backported patch by Michael Goetze
* [07b42af] fai-guide: adjusting quoting of variables like
FAI_CONFIG_SRC for proper output
* [8e201f9] Move get-config-dir-http to according space for stable-
branch.
* [a9c1065] Remove 99-discover-bug script, deprecated since lenny.
* [e21417e] Bump Standards-Version to 3.9.2.
.
[ Michael Tautschnig ]
* [b261425] setup-storage/Sizes.pm: Properly handle extended
partitions that aren't the last primary partition.
* [d939b6d] setup-storage/Sizes.pm: gpt-bios must be sector-wise first
partition.
* [cf1d068] setup-storage, setup-storage/Parser.pm: sanity checks.
* [e014096] setup-storage.8: Clarify that partition/volume sizes are
integers.
* [a801de8] setup-storage/{Parser,Volumes,Init}.pm: Improved error
reporting. (Closes: #617720, #611728) - thanks to Toomas Tamm
* [7715da4] setup-storage, setup-storage/{Volumes,Commands,Exec,
Init,Parser}.pm: Software RAID bugfixes
* [282e36a] setup-storage/{Parser,Commands}.pm: Make on-disk LV order
consistent with disk_config
* [01002aa] setup-storage: Revert incomplete $FAI::DATADIR use to
$ENV{LOGDIR}
* [01865ee] make-fai-nfsroot: Remove Ubuntu-specific
lib/udev/rules.d/85-lvm2.rules to avoid LVM auto-start
* [bbfb13b] setup-storage/Sizes.pm: Make 100% a valid partition size.
(Closes: #619136)
* [6e47075] setup-storage/Parser.pm: Support k and K for kilobytes
* [bdfc127] setup-storage: Added align-at option for user-defined
alignment - thanks to Mathieu Alorent
* [37b2520] setup-storage/Parser.pm: Fixed mis-merge of align-at
parsing and made it more robust.
* [d9f96fe] setup-storage/Sizes.pm: Apply alignment constraints to start
of first partition.
* [1a904b3] setup-storage/Parser.pm: Finally fix align-at parser bug.
* [cee3610] setup-storage.8: Document alignment strategy of setup-storage.
* [91ab2d0] get-config-dir-svn: really fix broken SVN URL comparison
* [2b7475d] get-config-dir-svn: Fix broken-pipe error in SVN URL check
.
[ Thomas Lange ]
* [d7099c5] add initramfs-tools, workaround for fai-mirror problem
* [012e755] diverting nis not needed any more, tested with lenny and
squeeze (Closes: #612481)
* [225c726] use new command names for cdrecord and mkisofs
(Closes: #609568)
* [a8b5849] get-config-dir-http: new script to get a tarball of the
config space - thanks to Waldemar Brodkorb for the initial patch
* [bf6b52d] fix comment in get-config-dir-http
* [b196fb4] get-config-dir-http: minor change in messages
* [4a8422a] fix wrong file name for memtest boot option
(Closes: #620798)
* [bfa7406] year++
* [84a367d] use same linux-image package names as in NFSROOT
* [aba26b4] replace transitional package name for dhcp-client
* [64edc5e] call genisoimage with -R instead of -r, thanks to
Syd Alsobrook for report and suggestion
Checksums-Sha1:
6f9648cea16201c412bb99de86926dbd225786e1 1057 fai_3.4.8.dsc
53546bb0f1c0a700cd0588bc21ee25472890a011 303030 fai_3.4.8.tar.gz
181bea66ddf090eac15b7d11e7cdbcb220dfbd16 129694 fai-client_3.4.8_all.deb
4e5ef31e4b3c6ea710442beaee72ba2d28be9407 640792 fai-doc_3.4.8_all.deb
75a6290b308805ced847bab2d476354806614454 59536 fai-server_3.4.8_all.deb
4d06932e58f4609ea2527d9167248cf607e73878 2040 fai-quickstart_3.4.8_all.deb
20ec60c8f428e7f1fa09b87308027baec85ac299 69390 fai-nfsroot_3.4.8_all.deb
2a2a420c9ccf78be6c302203e5623ede2715e82f 109622 fai-setup-storage_3.4.8_all.deb
Checksums-Sha256:
d34994c619b2fa7fb5ed9b46a51bc2908fb4c611782f828cefd54785bb890f58 1057
fai_3.4.8.dsc
1850fd6b608e29dd2d9e38ca09c438865659b9b5138ad32dc841b9601d1cd5d2 303030
fai_3.4.8.tar.gz
8f211aac5f6d6be8659e21b91c5617844612cb9a19d8d2574390a8b230f97bea 129694
fai-client_3.4.8_all.deb
d48af471baaf974081c546fb3b71b7100153aa0353df6f172f08c36c720ea3ec 640792
fai-doc_3.4.8_all.deb
640e69dd2237d9e47922851b69d8e51da6192236b63213a7132308f5750756c0 59536
fai-server_3.4.8_all.deb
ab9b59b97b8de90883ab0040a2fb75f8221da8245b46eaf5d1df686af1900139 2040
fai-quickstart_3.4.8_all.deb
89180bcc29edf7591af532445ae35068268ffa3813099187a9c00a2630cdc1bb 69390
fai-nfsroot_3.4.8_all.deb
df8ea16b7bfe34fddd9f3306729b4c81d5ba7b97067c5ab8012a4c06127f6659 109622
fai-setup-storage_3.4.8_all.deb
Files:
1468621c20280fca74c7ac2d260aae74 1057 admin extra fai_3.4.8.dsc
5981b7bc1f4b7b2b209691015eb0efbb 303030 admin extra fai_3.4.8.tar.gz
7e01d27b2519fc6ad53a27f0e168603c 129694 admin extra fai-client_3.4.8_all.deb
b2abd288c2abde9299353bbfff3993c3 640792 doc extra fai-doc_3.4.8_all.deb
9cf3d99f4c7ee25bff1e1d2186e660be 59536 admin extra fai-server_3.4.8_all.deb
494912b840063e9825669a0388483828 2040 admin extra fai-quickstart_3.4.8_all.deb
2584aeadfd0c8b50ee2cbd7dc00a0db9 69390 admin extra fai-nfsroot_3.4.8_all.deb
049577609eb4548fbabdd88c6896add2 109622 admin extra
fai-setup-storage_3.4.8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk3JbSwACgkQ2N9T+zficujVbQCeIO/VMBLtnXBkP9GYAN79yJvo
HtgAmgJC7cBtXYfH1/u6HzVdvS+/3g3k
=nBW0
-----END PGP SIGNATURE-----
--- End Message ---