Your message dated Thu, 25 Sep 2014 19:19:57 +0000
with message-id <[email protected]>
and subject line Bug#699804: fixed in lvm2 2.02.111-2
has caused the Debian Bug report #699804,
regarding initramfs-tools: make-initramfs not aware of dm-raid + raid1 LVM
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.)


-- 
699804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699804
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.109
Severity: important

I recently converted my root LV to dm-raid in raid1 personallity.

make-initramfs didn't seem to analyse this, and created an init ramdisk
that did not contain dm-raid.ko nor raid1.ko, thus rendering the machine
unbootable.

It can be worked around by adding

  dm-raid
  raid1

to /etc/initramfs-tools/modules


-- Package-specific info:
-- initramfs sizes
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/vg_cel-root64 ro

-- resume
RESUME=/dev/mapper/vg_cel-swap_a
-- /proc/filesystems
        ext3
        ext2
        fuseblk

-- lsmod
Module                  Size  Used by
fuse                   62020  3 
ext2                   59231  1 
loop                   22641  0 
snd_hda_codec_hdmi     30824  1 
snd_hda_codec_realtek   188858  1 
coretemp               12898  0 
crc32c_intel           12747  0 
ghash_clmulni_intel    13173  0 
aesni_intel            50667  0 
aes_x86_64             16843  1 aesni_intel
aes_generic            33026  2 aes_x86_64,aesni_intel
cryptd                 14517  2 ghash_clmulni_intel,aesni_intel
i915                  360517  1 
snd_hda_intel          26345  0 
snd_hda_codec          78031  3 
snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi
video                  17683  1 i915
drm_kms_helper         27227  1 i915
drm                   167720  2 drm_kms_helper,i915
snd_hwdep              13186  1 snd_hda_codec
snd_pcm                68083  3 snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi
snd_page_alloc         13003  2 snd_pcm,snd_hda_intel
snd_timer              22917  1 snd_pcm
snd                    52889  7 
snd_timer,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi
soundcore              13065  1 snd
i2c_algo_bit           12841  1 i915
acpi_cpufreq           12935  0 
mperf                  12453  1 acpi_cpufreq
iTCO_wdt               17081  0 
serio_raw              12931  0 
pcspkr                 12579  0 
parport_pc             22364  0 
parport                31858  1 parport_pc
evdev                  17562  3 
iTCO_vendor_support    12704  1 iTCO_wdt
processor              28157  1 acpi_cpufreq
button                 12937  1 i915
thermal_sys            18040  2 processor,video
i2c_i801               16870  0 
i2c_core               23876  5 i2c_i801,i2c_algo_bit,drm,drm_kms_helper,i915
ext3                  161867  6 
mbcache                13114  2 ext3,ext2
jbd                    56902  1 ext3
dm_raid                17012  4 
raid456                48356  1 dm_raid
async_raid6_recov      12574  1 raid456
async_memcpy           12387  2 async_raid6_recov,raid456
async_pq               12605  2 async_raid6_recov,raid456
async_xor              12422  3 async_pq,async_raid6_recov,raid456
xor                    12605  1 async_xor
async_tx               12604  5 
async_xor,async_pq,async_memcpy,async_raid6_recov,raid456
raid6_pq               82624  2 async_pq,async_raid6_recov
dm_mod                 63645  69 dm_raid
raid1                  30714  5 dm_raid
md_mod                 87742  3 raid1,raid456,dm_raid
sg                     25874  0 
sd_mod                 36136  5 
crc_t10dif             12348  1 sd_mod
usbhid                 36418  1 
hid                    81328  1 usbhid
ahci                   24997  3 
libahci                22860  1 ahci
libata                140630  2 libahci,ahci
ehci_hcd               40215  0 
scsi_mod              162269  3 libata,sd_mod,sg
r8169                  46972  0 
mii                    12675  1 r8169
usbcore               128681  4 ehci_hcd,usbhid
usb_common             12354  1 usbcore

-- /etc/initramfs-tools/modules
raid1
dm-raid

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
do_bootloader = no
do_initrd = yes
link_in_boot = no

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

-- /proc/mdstat
Personalities : [raid1] [raid6] [raid5] [raid4] 
unused devices: <none>

-- mkinitramfs hooks
/etc/initramfs-tools/hooks/:

/usr/share/initramfs-tools/hooks:
busybox
dmsetup
fuse
keymap
klibc
kmod
lvm2
thermal
udev


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages initramfs-tools depends on:
ii  cpio               2.11+dfsg-0.1
ii  klibc-utils        2.0.1-3.1
ii  kmod               9-2
ii  module-init-tools  9-2
ii  udev               175-7

Versions of packages initramfs-tools recommends:
ii  busybox  1:1.20.0-7

Versions of packages initramfs-tools suggests:
ii  bash-completion  1:2.0-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: lvm2
Source-Version: 2.02.111-2

We believe that the bug you reported is fixed in the latest version of
lvm2, which is due to be installed in the Debian FTP archive.

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.
Bastian Blank <[email protected]> (supplier of updated lvm2 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: Thu, 25 Sep 2014 21:04:41 +0200
Source: lvm2
Binary: lvm2 lvm2-udeb clvm libdevmapper-dev libdevmapper1.02.1 
libdevmapper1.02.1-udeb dmsetup dmsetup-udeb libdevmapper-event1.02.1 dmeventd 
liblvm2app2.2 liblvm2cmd2.02 liblvm2-dev
Architecture: source amd64
Version: 2.02.111-2
Distribution: unstable
Urgency: medium
Maintainer: Debian LVM Team <[email protected]>
Changed-By: Bastian Blank <[email protected]>
Description:
 clvm       - Cluster LVM Daemon for lvm2
 dmeventd   - Linux Kernel Device Mapper event daemon
 dmsetup    - Linux Kernel Device Mapper userspace library
 dmsetup-udeb - Linux Kernel Device Mapper userspace library (udeb)
 libdevmapper-dev - Linux Kernel Device Mapper header files
 libdevmapper-event1.02.1 - Linux Kernel Device Mapper event support library
 libdevmapper1.02.1 - Linux Kernel Device Mapper userspace library
 libdevmapper1.02.1-udeb - Linux Kernel Device Mapper userspace library (udeb)
 liblvm2-dev - LVM2 libraries - development files
 liblvm2app2.2 - LVM2 application library
 liblvm2cmd2.02 - LVM2 command library
 lvm2       - Linux Logical Volume Manager
 lvm2-udeb  - Linux Logical Volume Manager (udeb)
Closes: 587277 699804 760679 760682 762705
Changes:
 lvm2 (2.02.111-2) unstable; urgency=medium
 .
   * Install additional man-pages. (closes: #587277, #760679)
   * Remove re-start of non-existing systemd unit. (closes: #760682)
   * Add dm-raid support to initramfs. (closes: #699804)
   * Fix version in one symbols. (closes: #762705)
Checksums-Sha1:
 bd9469bb4b0250994089ad12a93bc5b08e1e7008 2436 lvm2_2.02.111-2.dsc
 f7d0b79688a14ec32f2b80790d6bd6895f9a567b 29332 lvm2_2.02.111-2.debian.tar.xz
 ef8c9d0627606500cd6067de03dc130abb11cfb1 145156 
libdevmapper1.02.1_1.02.90-2_amd64.deb
 a007d97d010a917a460f74b962f567740f829767 94732 
libdevmapper1.02.1-udeb_1.02.90-2_amd64.udeb
 4b16512341fec4ea51d2c9dc75af74383ce5bdda 35650 
libdevmapper-event1.02.1_1.02.90-2_amd64.deb
 e9c183b587ad0b6dd8c1542fef9840ad1c43910f 49080 
libdevmapper-dev_1.02.90-2_amd64.deb
 cbbd96058130492897587d110f9a0fd3250a20f3 68826 dmsetup_1.02.90-2_amd64.deb
 b95b5d759d751dcefcc3c46643ea78c6f49ad905 23198 
dmsetup-udeb_1.02.90-2_amd64.udeb
 079705c888da4cf4529cbd0ba5cd0b03be320352 419812 
liblvm2app2.2_2.02.111-2_amd64.deb
 c724aeebffddddb59dbc478fb6fc9293067613da 521768 
liblvm2cmd2.02_2.02.111-2_amd64.deb
 ce61faa5dd86151aa7e70c8e39e4bd2967fecf34 91046 liblvm2-dev_2.02.111-2_amd64.deb
 841443de098325b811c2eb839ba755183eb3a059 50060 dmeventd_1.02.90-2_amd64.deb
 9919ae9e1019d98ed6ca1fffd3c4676c9e4afdf4 711776 lvm2_2.02.111-2_amd64.deb
 4f956204c8efa6b537c7819d72bf5e1959c87293 395164 lvm2-udeb_2.02.111-2_amd64.udeb
 f629b894a0ba10cdab729361709843c68273928c 438490 clvm_2.02.111-2_amd64.deb
Checksums-Sha256:
 dc3310cdcf376b009d6ca824794fe1c1ca1e836837d6c4be767cf991aead0724 2436 
lvm2_2.02.111-2.dsc
 2c4102416c2dcb243465ff81d4561bd12dede376937106d37cf39501fe4222e8 29332 
lvm2_2.02.111-2.debian.tar.xz
 1cb9a964be776eb9d2070502fd6afb6ee6095e3c47c8be3f974e2f39dfd30472 145156 
libdevmapper1.02.1_1.02.90-2_amd64.deb
 d654704355f26a516b0c8f8911b2c255bd951eb677a4904420b8e2eba70286a9 94732 
libdevmapper1.02.1-udeb_1.02.90-2_amd64.udeb
 7535f81efd846c8e90d600dcfaa40a180a1a9092acfd0346f5720adf7d081678 35650 
libdevmapper-event1.02.1_1.02.90-2_amd64.deb
 b83f47b9475f8dd0c18ffda35279e20ba66923093479ecd69987f9723440c514 49080 
libdevmapper-dev_1.02.90-2_amd64.deb
 ab9ae831d79655feb1f48e73a297d67669ee4d33634300e5288d3d4485ce0de4 68826 
dmsetup_1.02.90-2_amd64.deb
 8e0d6fa03f6884afb7d512fffc03fd56319571203f5e2a6922df116c56745383 23198 
dmsetup-udeb_1.02.90-2_amd64.udeb
 416fb4442693d364e7b24499c38adcc1f4262f91f692097383a8aa64277c1480 419812 
liblvm2app2.2_2.02.111-2_amd64.deb
 98871ae5b79803e76b7b17ef0dc43b0885378959e8db5dea7e43bb82bceaa746 521768 
liblvm2cmd2.02_2.02.111-2_amd64.deb
 8ee2e7b79c73bae988935b1a26d2d172b1a56367f139c4fa6be117ab5e0f4cfd 91046 
liblvm2-dev_2.02.111-2_amd64.deb
 449e2b8cf47dceecaa1f01a8a093cf44a33fb0b6eeff35f685b9f0c4124920ca 50060 
dmeventd_1.02.90-2_amd64.deb
 b4cd07bc908ee35cab1f199f6abb3c6312000c02aa7ba848b28ffc05ac459812 711776 
lvm2_2.02.111-2_amd64.deb
 c21c93a25a1523d3fb35b451539f2d15cbd561559237803fe17c498700fc0fb3 395164 
lvm2-udeb_2.02.111-2_amd64.udeb
 49d2531a4ce52cb65e0709c7e661a9bec85d8ca7278674268e3035bd20a9da36 438490 
clvm_2.02.111-2_amd64.deb
Files:
 c91d230f64d5820967ddd627ac756296 145156 libs optional 
libdevmapper1.02.1_1.02.90-2_amd64.deb
 6a634fcdfaf6c87ec46b62c521e93d08 94732 debian-installer optional 
libdevmapper1.02.1-udeb_1.02.90-2_amd64.udeb
 efde37997d3a3b0e3afc32cd58f1dc9e 35650 libs optional 
libdevmapper-event1.02.1_1.02.90-2_amd64.deb
 09fd1062656628fcbb5d7671adfc4183 49080 libdevel optional 
libdevmapper-dev_1.02.90-2_amd64.deb
 d240eb5889f73d247ec159a801b06e1b 68826 admin optional 
dmsetup_1.02.90-2_amd64.deb
 abaa4f9d793d6c40eca82f464bb64aca 23198 debian-installer optional 
dmsetup-udeb_1.02.90-2_amd64.udeb
 68cfbe55f5284b8111c32014f102fceb 419812 libs optional 
liblvm2app2.2_2.02.111-2_amd64.deb
 034d6401446b1ddaa287c48620a37103 521768 libs optional 
liblvm2cmd2.02_2.02.111-2_amd64.deb
 f10a35d7344ad37b530f9ff15708a3ea 91046 libdevel optional 
liblvm2-dev_2.02.111-2_amd64.deb
 6dd53dd7a2b4ba847379092b711fa288 50060 admin optional 
dmeventd_1.02.90-2_amd64.deb
 f0d0a862db7fac4274e166b8f1279c9e 711776 admin optional 
lvm2_2.02.111-2_amd64.deb
 468e03c52dcb471b791e38cef50cb4ae 395164 debian-installer optional 
lvm2-udeb_2.02.111-2_amd64.udeb
 09136afe78f8910b1d7ba42fe9c9e246 438490 admin extra clvm_2.02.111-2_amd64.deb
 69dd1c5244918c1b02a2c2656118d174 2436 admin optional lvm2_2.02.111-2.dsc
 2b77e3cd931917600e96a718ead8f086 29332 admin optional 
lvm2_2.02.111-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJUJGkYAAoJEG2TiIWKaf5RO7kH/0x1x8Co8c6BMTQoAdknwEC1
Neh6Xi/rF/OuYeNEttpj2tOHewxtgMs1OnVtCtBmkvZOXBP3l7vIIQ6cijJoorv9
DBQczFqhSMZb3lr/SCyqmofMRcEcn0T7ZPnbWCsDljFfQJmSMLMl+nGQgctj2Fc+
GfgGNPb9zopXNh8DXzKU4efgsnbGOp2LF+ueknz9Ligg87g+IGHEVeMN6npbS6+i
03tjIQ8ovwklioTlt1xsEkKzuBC8H+czJa4STfQYdm9RdJg4SWSmA829sxYPgNPf
glYzrWbZNUaggQ2iNiNFzw6ZEJ79t3upjXvYi9JzHZsof9Tk2ryb7VoFtl1To4Q=
=9EYo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to