Hi,
reinstalling a server with SLES 10/SuSE 10.1 I want to keep and just mount an existing LVM partition. The fstab looks like this
/dev/sda1 / ... /dev/sda2 swap ... /dev/sda5 /tmp ... /dev/sda6 /var ... /dev/exportraid/export /export ...
/dev/sda7 is used for the LVM. I tried this profile:
... <partition> <create config:type="boolean">false</create> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <fstopt>defaults,acl</fstopt> <mount>/var</mount> <partition_nr config:type="integer">6</partition_nr> </partition>
<partition> <create config:type="boolean">false</create> <lvm_group>exportraid</lvm_group> <partition_nr config:type="integer">7</partition_nr> </partition>
</partitions> </drive>
<drive> <device>/dev/exportraid</device> <is_lvm_vg config:type="boolean">true</is_lvm_vg> <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">false</format> <fstopt>defaults,acl</fstopt> <lv_name>export</lv_name> <mount>/export</mount> </partition> </partitions> </drive>
And also without the partition entry for "exportraid" and just with the "drive" entry for "/dev/exportraid".
But the result is that AY ignores /dev/exportraid/ completely. AY says it plans to set the mountpoints of /dev/sda1,2,5 and 6 and format some of them, but says nothing about /dev/exportraid/export.
How can I make AY mount the lv?
cu, Frank
On Monday 14 May 2007 11:12, Frank Steiner wrote:
But the result is that AY ignores /dev/exportraid/ completely. AY says it plans to set the mountpoints of /dev/sda1,2,5 and 6 and format some of them, but says nothing about /dev/exportraid/export.
looks like a bug (or missing feature). I'll look at it next week.
Uwe Gansert wrote
On Monday 14 May 2007 11:12, Frank Steiner wrote:
But the result is that AY ignores /dev/exportraid/ completely. AY says it plans to set the mountpoints of /dev/sda1,2,5 and 6 and format some of them, but says nothing about /dev/exportraid/export.
looks like a bug (or missing feature). I'll look at it next week.
Do you need the y2log?
Hi Uwe,
were you able to take a look at this? We are still running into it every few days (re-/installing a log for testing purposes)...
cu, Frank
On Wednesday 30 May 2007 14:41, Frank Steiner wrote:
were you able to take a look at this? We are still running into it every few days (re-/installing a log for testing purposes)...
I have looked at it but it does not look like a quick fix is possible I guess I need some more time for that.
Uwe Gansert wrote
On Wednesday 30 May 2007 14:41, Frank Steiner wrote:
were you able to take a look at this? We are still running into it every few days (re-/installing a log for testing purposes)...
I have looked at it but it does not look like a quick fix is possible I guess I need some more time for that.
Ok, than we have to live with that at the moment. Thanks for the feedback!
On Wednesday 30 May 2007 16:17, Frank Steiner wrote:
Ok, than we have to live with that at the moment. Thanks for the feedback!
could you test a driverupdate? Then tell me architecture and product you need a driverupdate for please.
Uwe Gansert wrote
On Wednesday 30 May 2007 16:17, Frank Steiner wrote:
Ok, than we have to live with that at the moment. Thanks for the feedback!
could you test a driverupdate? Then tell me architecture and product you need a driverupdate for please.
Sure! We are seeing this with SLES 10 on x86_64, sles10_root_fix_v0.4 applied.
cu, Frank
On Friday 01 June 2007 12:47, Frank Steiner wrote:
Sure! We are seeing this with SLES 10 on x86_64, sles10_root_fix_v0.4 applied.
fixed in sles10_root_fix_v0.5 and sles10sp1_root_fix_v0.1
autoinstall@lists.opensuse.org