Siduction Forum

BUGS => Archiv Bugs => 2012.1 => Topic started by: bluelupo on 2012/05/16, 19:03:21

Title: sidu-installer does not recognize the LVM devices
Post by: bluelupo on 2012/05/16, 19:03:21
Hallo zusammen,
ein Test mit dem der neuen RC siduction-12.1-RC1-desperado-kde-amd64-201205152133.iso in einer virtuellen Maschine (KVM) ergab folgendes Fehlerbild.

Mit dem sidu-disk-center angelegte Logical Volumes (LV) wurden vom sidu-installer nicht erkannt. Die PV, VG und die LV'S waren aber vorhanden laut dem Kommando pvs, vgs und lvs. Auch ein erneutes aktualisieren der Festplatten zeigte die LVM Devices nicht an. Der siu-installer sieht immer nur das Gerät /dev/sda1.

Wenn man auf der Kommandozeile ein Dateisystem auf den LVM Devices erzeugt, z.B. mit dem Kommando....
Code: [Select]

# mkfs.ext4 /dev/VGsystem/LVroot

...werden beim nochmaligen Starten des sidu-installer die LVM Devices unter /dev/mapper erkannt.


Translated with Google:
A test with the new RC "siduction-12.1-RC1-amd64-kde-desperado-201205152133.iso" in a virtual machine (KVM) revealed the following fatal error.

With the sidu-disk-center-based Logical Volumes (LV) were not recognized by the sidu-installer. The PV, VG and the LV's were available but, according to the command pvs, vgs, and lvs. Even a re-upgrade the hard drive was not on the LVM devices. The sidu-installer only sees the device /dev/sda1.

If you created on the command line of a file system on the LVM devices, eg with the command ....
Code: [Select]

# mkfs.ext4 /dev/VGsystem/LVroot

It will be repeated at the start of the sidu-installer LVM devices under /dev/mapper detected.

Reported under: http://chili.siduction.org/issues/703
Title: sidu-installer does not recognize the LVM devices
Post by: devil on 2012/05/16, 20:38:10
Ging das nicht vorher bei Deinen Tests?

greetz
devil
Title: sidu-installer does not recognize the LVM devices
Post by: bluelupo on 2012/05/17, 11:42:49
Hi devil,
ich habe die alleinige Funktionalität des sidu-disk-center getestet und die funktioniert korrekt, d.h. PV, VG und LV's werden korrekt angelegt. Der reportete  Fehler bezieht sich aber auf den sidu-Installer, der die Devices die vom sidu-disk-center angelegt worden sind nicht anzeigt.

Vermutlich schlägt die Aktualisierung der Devices die unter /dev/mapper liegen innerhalb des Installers fehl. Auf der Kommandozeile kann man dies jederzeit nachprüfen, d.h. dort werden die LVM-Devices angezeigt.

Es hat auch noch etwas zu tun mit dem Erzeugen eines Dateisystems in einem LV. Nach einen manuellen Anlegen des FS kann der Installer plötzlich die LVM-Devices erkennen. Folglich ist da der Wurm drin ;-)


Translated with Google:

Hi devil,
I tested the functionality of the sidu-disk-center and it works well, ie PV, VG and LVs are created correctly. The reported error but refers to the sidu-installer, which are the devices which have been created by the sidu-disk-center does not show.

Presumably, the proposed update of the devices under /dev/mapper are missing in the installer. On the command line, you can check this at any time, ie where the LVM devices are displayed.

After a manual application of the FS of the installer can suddenly see the LVM devices. Consequently, since the error is in there ;-)
Title: sidu-installer does not recognize the LVM devices
Post by: hamatoma on 2012/05/17, 21:07:26
Grund:
Der Befehl blkid erkennt neu eingerichtete LVM-Medien nicht.
Ich habe jetzt die Auswertung der Befehle vgdisplay und lvdisplay hinzugefügt, die so erkannten LVs werden in der Auswahl für rootfs hinzugefügt.
Title: sidu-installer does not recognize the LVM devices
Post by: Bequimão on 2012/05/17, 22:01:44
Welche Packages müssen installiert werden, um das zu testen?

Hier werden von 6 schon existierenden (!) logischen Partitionen nur eine angezeigt.

Grüße
Bequimão
Title: sidu-installer does not recognize the LVM devices
Post by: devil on 2012/05/17, 22:07:12
sidu-disk-center

greetz
devil
Title: sidu-installer does not recognize the LVM devices
Post by: bluelupo on 2012/05/18, 15:56:18
Quote from: "hamatoma"
Grund:
Der Befehl blkid erkennt neu eingerichtete LVM-Medien nicht.
Ich habe jetzt die Auswertung der Befehle vgdisplay und lvdisplay hinzugefügt, die so erkannten LVs werden in der Auswahl für rootfs hinzugefügt.

Hi hamatoma,
Klasse Arbeit! Du bist unheimlich schnell im fixen von Fehlern.

Danke!


Translated with Google:

Hi hamatoma,
Great job! You are incredibly quick to fix mistakes.

Thank you!