Launchpad has imported 28 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=432065.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2008-02-08T17:39:49+00:00 Eric wrote:

system-config-lvm needs some smarts for ext4.  I did xfs too while I was at it,
will attach a patch.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/0

------------------------------------------------------------------------
On 2008-02-08T17:43:19+00:00 Eric wrote:

Created attachment 294387
initial patch

Here's a patch to implement ext4dev, xfs, and fix a "raiserfs" typo.

Note: ext4dev will at some point change to "ext4" so some changes will need to
be made at that point.

A test for the fully ext4-capable version of e2fsprogs would probably also be
good.

I felt a little bad with all the cut and paste; perhaps ext2/3/4 could use some
class inheritance?

If you'd like a simpler test for get_label, you could just call e2label rather
than parsing out tune2fs output.

Thanks,

-Eric

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/1

------------------------------------------------------------------------
On 2008-03-29T03:56:27+00:00 Jim wrote:

This is very nice! Thanks kindly. I am in the middle of gitifying the s-c-lvm
repo, but will have all settled by early next week and will get this built.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/2

------------------------------------------------------------------------
On 2008-04-23T20:29:54+00:00 Jon wrote:

Adding FutureFeature keyword to RFE's.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/3

------------------------------------------------------------------------
On 2008-10-09T14:26:31+00:00 Deji wrote:

Can the patch in comment #1 be applied before F-10 release. And given
the latest update to the ext4 support, I believe all the reference to
ext4dev can now be changed to ext4.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/4

------------------------------------------------------------------------
On 2008-10-09T14:56:54+00:00 Eric wrote:

Created attachment 319868
Updated patch

Here's an updated patch.  This has been open for almost a year, is there
a reason these changes can't be included?

Thanks,
-Eric

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/5

------------------------------------------------------------------------
On 2009-02-04T19:39:15+00:00 Deji wrote:

Fedora 11 will default to ext4, it will great if this patch can be
applied now. Thanks.

PS: If its OK with the package owner, I can go ahead and apply the
patch, and build it in koji myself.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/6

------------------------------------------------------------------------
On 2009-02-04T21:30:49+00:00 Jim wrote:

This patch is being included now. s-c-lvm is getting some much needed
love. :) There are also a few /etc/fstab issues that are getting ironed
out as well.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/7

------------------------------------------------------------------------
On 2009-03-22T22:16:26+00:00 Eric wrote:

I wonder if there is anything else I can do (besides providing a patch
over 1 year ago, and a subsequent updated patch...) to make this bug
move.  ext4 is the default fs for F11, and s-c-lvm still doesn't
recognize it.

Perhaps I could commit it to rawhide for you?

Thanks,
-Eric

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/8

------------------------------------------------------------------------
On 2009-05-01T19:46:11+00:00 Mike wrote:

another vote for making this work in F11. Seems kind of bad that it
doesn't.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/9

------------------------------------------------------------------------
On 2009-05-01T20:52:17+00:00 Eric wrote:

Jim, ping?

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/10

------------------------------------------------------------------------
On 2009-06-05T17:43:26+00:00 Robert wrote:

I have Preview Release F11 installed and still does not work. I have
been allowing updates. Checked yum update system-config-lvm and none are
available.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/11

------------------------------------------------------------------------
On 2009-06-05T18:11:25+00:00 Eric wrote:

No, it won't work, the maintainer has not merged the provided patches.

Jim, perhaps you can just close this WONTFIX with an explanation of why,
so people aren't left scratching their heads?  Because by now, I am too.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/12

------------------------------------------------------------------------
On 2009-06-05T20:15:04+00:00 Mike wrote:

Seems like a good candidate for an update

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/13

------------------------------------------------------------------------
On 2009-06-05T20:35:28+00:00 Mike wrote:

Hi folks, Jim has promised a build by next week. Too late for the F11
drop, but an update is sufficient for fixing this.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/14

------------------------------------------------------------------------
On 2009-06-22T17:29:27+00:00 Robert wrote:

Any status on this update?

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/17

------------------------------------------------------------------------
On 2009-06-23T00:50:05+00:00 Robert wrote:

Not sure if that was an update. But today I try running s-c-lvm and I get this.
[root@wolf ~]# system-config-lvm
Traceback (most recent call last):
  File "/usr/sbin/system-config-lvm", line 173, in <module>
    runFullGUI()
  File "/usr/sbin/system-config-lvm", line 158, in runFullGUI
    blvm = baselvm(glade_xml, app)
  File "/usr/sbin/system-config-lvm", line 108, in __init__
    self.volume_tab_view = Volume_Tab_View(glade_xml, self.lvmm, self.main_win)
  File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 133, in __init__
    self.prepare_tree()
  File "/usr/share/system-config-lvm/Volume_Tab_View.py", line 214, in 
prepare_tree
    self.model_factory.reload()
  File "/usr/share/system-config-lvm/lvm_model.py", line 164, in reload
    self.__PVs = self.__query_partitions()
  File "/usr/share/system-config-lvm/lvm_model.py", line 198, in 
__query_partitions
    multipath_data = multipath_obj.get_multipath_data()
  File "/usr/share/system-config-lvm/Multipath.py", line 53, in 
get_multipath_data
    block_devices.append(['/dev/' + words[9], words[4].rstrip(','), words[5]])
IndexError: list index out of range

My current version is.system-config-lvm-1.1.4-5.1.fc11.noarch

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/18

------------------------------------------------------------------------
On 2009-06-23T00:51:03+00:00 Robert wrote:

Forgot to mention after I get this error then it dies.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/19

------------------------------------------------------------------------
On 2009-06-29T19:49:04+00:00 Eric wrote:

I've requested commit access to s-c-l, maybe we can get it in that way
if Jim approves.

-Eric

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/20

------------------------------------------------------------------------
On 2009-06-29T20:28:10+00:00 Eric wrote:

I've built w/ the patch and put a test rpm & srpm up at
http://sandeen.fedorapeople.org/s-c-l/ if anyone wants to give it a
whirl.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/21

------------------------------------------------------------------------
On 2009-06-30T01:10:15+00:00 Clyde wrote:

YES!!  Works for me, can now see and create ext4 LVs.  Thank you, thank
you, thank you.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/22

------------------------------------------------------------------------
On 2009-07-05T01:04:31+00:00 Robert wrote:

Thank You Very Much. It works great. I was able to make new volumes,
mount existing volumes with ext4.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/23

------------------------------------------------------------------------
On 2009-07-07T15:55:35+00:00 David wrote:

This patch works for me as well.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/24

------------------------------------------------------------------------
On 2009-07-23T00:00:39+00:00 Robert wrote:

Performed yum update and received system-config-lvm-1.1.4-6.fc12.noarch.
This overwrote system-config-lvm-1.1.4-5.1.fc12.ers.noarch. The newer
one does not work. Had to remove and place your fix back on. The one did
not recognize ext4.

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/25

------------------------------------------------------------------------
On 2009-07-23T04:40:53+00:00 Eric wrote:

We seem to have a new maintainer for the package.  Hopefully the patch
will get in -this- year ;)

-Eric

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/26

------------------------------------------------------------------------
On 2009-07-30T14:16:29+00:00 Eric wrote:

Hi Marek, welcome to the bug :)  A couple people have tested the patch
and it seems to work, but i'm sure it could be cleaned up by someone who
can write python better than me.  :)

Thanks,
-Eric

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/27

------------------------------------------------------------------------
On 2009-08-11T12:55:04+00:00 Marek wrote:

Hi,

Patch looks ok for me. Give me some time to build upstream

http://git.fedorahosted.org/git/system-config-lvm.git

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/28

------------------------------------------------------------------------
On 2009-08-11T12:56:40+00:00 Marek wrote:

*** Bug 508889 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/system-config-
lvm/+bug/390423/comments/29


** Changed in: system-config-lvm (Fedora)
   Importance: Unknown => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/390423

Title:
  system-config-lvm needs to support ext4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-lvm/+bug/390423/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to