FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Fedora Marketing

 
 
LinkBack Thread Tools
 
Old 01-19-2009, 05:11 PM
Jeremy Katz
 
Default Patch set to let us default to ext4 as the rootfs

Two patches so that we can switch to using ext4 as the default fs, at least
for now. The first is a fix for live installs so that ext4 is acceptable
for them and also cleaning up an error message I added after string freeze
last time.

The second is the actual guts of switching -- doing it there rather than
deeper so that we don't switch /boot.

Tested with a live install and was going fine before my kvm guest locked
up, but that's an unrelated problem

Jeremy

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
 
Old 01-19-2009, 09:33 PM
Chris Lumens
 
Default Patch set to let us default to ext4 as the rootfs

> Two patches so that we can switch to using ext4 as the default fs, at least
> for now. The first is a fix for live installs so that ext4 is acceptable
> for them and also cleaning up an error message I added after string freeze
> last time.
>
> The second is the actual guts of switching -- doing it there rather than
> deeper so that we don't switch /boot.
>
> Tested with a live install and was going fine before my kvm guest locked
> up, but that's an unrelated problem

There are a couple other places in anaconda where we have lists of
ext3/ext2. I wonder if it's worth adding ext4 to those places as well.
For instance, look at validateFsTypes in partedUtils.py:

goodTypes = ['ext3', 'ext2']

Or DiskSet.exceptionDisks:

func = lambda p: p.is_active() and not p.get_flag(parted.PARTITION_RAID) and not p.get_f lag(parted.PARTITION_LVM) and p.fs_type.name in ["ext3", "ext2", "fat16", "fat32"]

Does ext4 just silently end up looking like ext3 in these places?

Otherwise, this set looks fine to me. However I am a bit concerned
about any future plans we may have in moving to btrfs by default. That
could be a ways off, but do we want to move for a release or two only to
move to a new filesystem again so soon?

- Chris

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
 
Old 01-19-2009, 09:37 PM
Jeremy Katz
 
Default Patch set to let us default to ext4 as the rootfs

On Monday, January 19 2009, Chris Lumens said:
> > Two patches so that we can switch to using ext4 as the default fs, at least
> > for now. The first is a fix for live installs so that ext4 is acceptable
> > for them and also cleaning up an error message I added after string freeze
> > last time.
> >
> > The second is the actual guts of switching -- doing it there rather than
> > deeper so that we don't switch /boot.
> >
> > Tested with a live install and was going fine before my kvm guest locked
> > up, but that's an unrelated problem
>
> There are a couple other places in anaconda where we have lists of
> ext3/ext2. I wonder if it's worth adding ext4 to those places as well.
> For instance, look at validateFsTypes in partedUtils.py:
[snip]
> Or DiskSet.exceptionDisks:
[snip]
> Does ext4 just silently end up looking like ext3 in these places?

Yep.

> Otherwise, this set looks fine to me. However I am a bit concerned
> about any future plans we may have in moving to btrfs by default. That
> could be a ways off, but do we want to move for a release or two only to
> move to a new filesystem again so soon?

The kernel people (*cough*sandeen*cough*) do and he convinced FESCo to
make it a Fedora 11 feature even with that possibility looming in the
future. The thought is that it's at least 2-3 releases off, so we
should go for the best we have now

Jeremy

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
 

Thread Tools




All times are GMT. The time now is 08:15 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org