http://bugzilla.novell.com/show_bug.cgi?id=604255 http://bugzilla.novell.com/show_bug.cgi?id=604255#c7 --- Comment #7 from Martin Wilck <martin.wilck@ts.fujitsu.com> 2010-06-18 21:28:08 UTC --- I got exactly the same error on my system (y2log see https://bugzilla.novell.com/attachment.cgi?id=370205) with a logical volume. The LV had existed before, I had chosen to format and mount it (as /). Formatting the device worked, but it was not mounted (error -3030). I found the following situation: /dev/dm-6 existed /dev/vg/os11.2 -> /dev/mapper/vg-os11.2 But /dev/mapper/vg-os11.2 did not exist! I solved the problem by symlinking /dev/mapper/vg-os11.2 -> ../dm-6 manually from the command line. Installation continued successfully.
From my y2log:
Creating the file system works: 2010-06-18 20:34:55 <1> linux(2899) [libstorage] Volume.cc(doFormat):749 device:/dev/vg/os11.2 2010-06-18 20:34:55 <1> linux(2899) [libstorage] SystemCmd.cc(execute):90 SystemCmd Executing:"/sbin/mke2fs -O dir_index -t ext4 -v '/dev/vg/os11.2'" 2010-06-18 20:35:07 <1> linux(2899) [libstorage] SystemCmd.cc(doExecute):279 stopwatch 12.531096s for "/sbin/mke2fs -O dir_index -t ext4 -v '/dev/vg/os11.2'" 2010-06-18 20:35:07 <1> linux(2899) [libstorage] SystemCmd.cc(doExecute):299 system() Returns:0 The next step is already strange: "blkid -c /dev/null /dev/vg/os11.2" didn't generate any output, as it should have done. 2010-06-18 20:35:07 <1> linux(2899) [libstorage] SystemCmd.cc(execute):90 SystemCmd Executing:"BLKID_SKIP_CHECK_MDRAID=1 /sbin/blkid -c /dev/null '/dev/vg/os11.2'" 2010-06-18 20:35:07 <1> linux(2899) [libstorage] SystemCmd.cc(doExecute):279 stopwatch 0.014073s for "BLKID_SKIP_CHECK_MDRAID=1 /sbin/blkid -c /dev/null '/dev/vg/os11.2'" 2010-06-18 20:35:07 <1> linux(2899) [libstorage] SystemCmd.cc(doExecute):299 system() Returns:2 The following dmsetup command shows that the dmsetup knows about the device: .. 2010-06-18 20:35:07 <1> linux(2899) [libstorage] SystemCmd.cc(addLine):582 Adding Line 4 "vg-os11.2 (253, 6)" Now comes the first indication of a problem (/dev/mapper/os11.2 missing): 2010-06-18 20:35:07 <1> linux(2899) [libstorage] SystemCmd.cc(execute):90 SystemCmd Executing:"/sbin/dmsetup info" 2010-06-18 20:35:07 <1> linux(2899) [libstorage] SystemCmd.cc(addLine):582 Adding Line 1 "/dev/mapper/vg-os11.2: open failed: No such file or directory" A few lines below the actual error: 2010-06-18 20:35:08 <1> linux(2899) [libstorage] Storage.cc(showInfoCb):5778 INSTALL INFO info:Mounting /dev/vg/os11.2 to / 2010-06-18 20:35:08 <1> linux(2899) [YCP] StorageClients.ycp:64 Current action: 5, total stage progress: 50 2010-06-18 20:35:08 <1> linux(2899) [libstorage] Volume.cc(checkDevice):1192 checkDevice:/dev/vg/os11.2 ret:-3030 2010-06-18 20:35:08 <1> linux(2899) [libstorage] Volume.cc(doMount):1238 ret:-3030 2010-06-18 20:35:08 <1> linux(2899) [libstorage] Container.cc(commitChanges):242 ret:-3030 2010-06-18 20:35:08 <1> linux(2899) [libstorage] Storage.cc(commitPair):4627 err at stage:3 type:4 cont:false dest:false name:os11.2 2010-06-18 20:35:08 <1> linux(2899) [libstorage] Storage.cc(commitErrorPopupCb):5814 COMMIT ERROR POPUP error:-3030 last_action:Mounting /dev/vg/os11.2 to / extended_message: 2010-06-18 20:35:08 <1> linux(2899) [YCP] StorageClients.ycp:89 CommitErrorPopup error-3030 last_actionMounting /dev/vg/os11.2 to / extended_message: 2010-06-18 20:35:08 <1> linux(2899) [YCP] Report.ycp:349 Failure occurred during following action: Mounting /dev/vg/os11.2 to / System error code was: -3030 Continue despite the error? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.