[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#402931: marked as done (initramfs-tools does not support redhat lvm naming schema)



Your message dated Sun, 4 Apr 2010 05:17:17 +0200
with message-id <20100404031717.GK6199@stro.at>
and subject line Re: initramfs-tools: Symlink /dev/volgroup/root not recognized as lvm
has caused the Debian Bug report #378332,
regarding initramfs-tools does not support redhat lvm naming schema
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 owner@bugs.debian.org
immediately.)


-- 
378332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378332
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Subject: does not support redhat lvm naming schema
Package: initramfs-tools
Version: 0.85c
Severity: wishlist
Tags: patch

-- start patch for /usr/share/initramfs-tools/scripts/local-top/lvm --
--- lvm.org	2006-12-08 12:32:28.000000000 +0100
+++ lvm	2006-12-08 12:43:36.000000000 +0100
@@ -35,6 +35,11 @@
 		vgchange -ay
 		exit 0
 		;;
+        # Support redhat naming scheme
+	/dev/VolGroup*)
+		vgchange -ay
+		exit 0
+		;;
 	esac
 
 	# Make sure that we have a d-m path
-- end patch for /usr/share/initramfs-tools/scripts/local-top/lvm --

-- Package-specific info:
-- /proc/cmdline
root=/dev/sda1 ro 

-- /proc/filesystems
	cramfs
	ext3
	iso9660

-- lsmod
Module                  Size  Used by
nls_iso8859_1           4224  0 
isofs                  32316  0 
fuse                   35016  2 
button                  6544  0 
ac                      4836  0 
battery                 9188  0 
ipv6                  222304  23 
usbhid                 36704  0 
usbcore               111616  1 usbhid
loop                   14888  0 
mousedev               10788  0 
tsdev                   7392  0 
shpchp                 34272  0 
pci_hotplug            27196  1 shpchp
evdev                   9088  0 
intel_agp              21116  1 
agpgart                29864  1 intel_agp
i2c_piix4               8464  0 
i2c_core               19552  1 i2c_piix4
parport_pc             32132  0 
parport                33160  1 parport_pc
psmouse                34600  0 
serio_raw               6596  0 
rtc                    12340  0 
pcspkr                  3040  0 
8250_pnp                8704  0 
floppy                 54276  0 
ext3                  118568  1 
jbd                    50292  1 ext3
mbcache                 8324  1 ext3
dm_mirror              18928  0 
dm_snapshot            16032  0 
dm_mod                 50424  2 dm_mirror,dm_snapshot
ide_cd                 35680  0 
cdrom                  32448  1 ide_cd
generic                 4420  0 [permanent]
sd_mod                 18592  3 
BusLogic               63892  2 
scsi_mod              123080  2 sd_mod,BusLogic
piix                    9476  0 [permanent]
ide_core              111016  3 ide_cd,generic,piix
pcnet32                28420  0 
mii                     5312  1 pcnet32
thermal                12904  0 
processor              25512  1 thermal
fan                     4516  0 

-- kernel-img.conf
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no
postinst_hook = update-grub
postrm_hook   = update-grub


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages initramfs-tools depends on:
ii  busybox                       1:1.1.3-3  Tiny utilities for small
and embed
ii  cpio                          2.6-17     GNU cpio -- a program to
manage ar
ii  klibc-utils                   1.4.30-1   small statically-linked
utilities 
ii  module-init-tools             3.3-pre3-1 tools for managing Linux
kernel mo
ii  udev                          0.103-1    /dev/ and hotplug
management daemo

initramfs-tools recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
closing as bug is not really about initramfs,
but more a lvm2 pecularity.

workaround to use real device aka /dev/mapper/vg-lv is easy
and recommend. it is the one that debian-installer uses.

thanks for report

-- 
maks


--- End Message ---

Reply to: