FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ


Go Back   Linux Archive > Redhat > Fedora Development

 
 
LinkBack Thread Tools
 
Old 09-25-2008, 02:15 PM
"Michel Salim"
 
Default Should we mount with reltime as default?

One of the configuration changes made when installing Linux on Flash
media seems to be to turn on the 'reltime' mount option in fstab.
Should we perhaps turn this by default, if there are no downside to
this?

Failing that, perhaps being able to mark, when using Anaconda, which
devices are actually Flash -- or autodetect them somehow -- and use
'reltime' on those?

Regards,

--
miʃel salim • http://hircus.jaiku.com/
IUCS • msalim@cs.indiana.edu
Fedora • salimma@fedoraproject.org
MacPorts • hircus@macports.org

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 09-25-2008, 03:35 PM
Chris Adams
 
Default Should we mount with reltime as default?

Once upon a time, Michel Salim <michel.sylvan@gmail.com> said:
> One of the configuration changes made when installing Linux on Flash
> media seems to be to turn on the 'reltime' mount option in fstab.
> Should we perhaps turn this by default, if there are no downside to
> this?

Do you mean 'relatime'? I don't see 'reltime' in the mount(8) man page.

If you mean 'relatime', I think that has been the default since (at
least) Fedora 8 for ext3 filesystems; it is set in the kernel. You have
to add 'atime' to the mount options to turn it off.

--
Chris Adams <cmadams@hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 09-25-2008, 07:05 PM
"Michel Salim"
 
Default Should we mount with reltime as default?

On Thu, Sep 25, 2008 at 10:35 AM, Chris Adams <cmadams@hiwaay.net> wrote:
> Once upon a time, Michel Salim <michel.sylvan@gmail.com> said:
>> One of the configuration changes made when installing Linux on Flash
>> media seems to be to turn on the 'reltime' mount option in fstab.
>> Should we perhaps turn this by default, if there are no downside to
>> this?
>
> Do you mean 'relatime'? I don't see 'reltime' in the mount(8) man page.
>
> If you mean 'relatime', I think that has been the default since (at
> least) Fedora 8 for ext3 filesystems; it is set in the kernel. You have
> to add 'atime' to the mount options to turn it off.
>
Oops, yes. Incidentally, the manpage mispells it as 'realatime' in the
norelatime section; time to file a bug. No mention that relatime is
the default either -- does this belong in the manpage or in the
release notes?

Just noticed the Fedora Mini SIG; the wiki should probably have a page
discussing configuration options, in case anyone else incorrectly
assumes (as I did) that the default is still 'atime'.

Thanks,

--
miʃel salim • http://hircus.jaiku.com/
IUCS • msalim@cs.indiana.edu
Fedora • salimma@fedoraproject.org
MacPorts • hircus@macports.org

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 09-25-2008, 07:13 PM
Eric Sandeen
 
Default Should we mount with reltime as default?

Michel Salim wrote:
> On Thu, Sep 25, 2008 at 10:35 AM, Chris Adams <cmadams@hiwaay.net> wrote:
>> Once upon a time, Michel Salim <michel.sylvan@gmail.com> said:
>>> One of the configuration changes made when installing Linux on Flash
>>> media seems to be to turn on the 'reltime' mount option in fstab.
>>> Should we perhaps turn this by default, if there are no downside to
>>> this?
>> Do you mean 'relatime'? I don't see 'reltime' in the mount(8) man page.
>>
>> If you mean 'relatime', I think that has been the default since (at
>> least) Fedora 8 for ext3 filesystems; it is set in the kernel. You have
>> to add 'atime' to the mount options to turn it off.
>>
> Oops, yes. Incidentally, the manpage mispells it as 'realatime' in the
> norelatime section; time to file a bug. No mention that relatime is
> the default either -- does this belong in the manpage or in the
> release notes?
>
> Just noticed the Fedora Mini SIG; the wiki should probably have a page
> discussing configuration options, in case anyone else incorrectly
> assumes (as I did) that the default is still 'atime'.
>
> Thanks,
>

probably release notes, since default relatime is a fedora-special, and
not upstream.

-Eric

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 09-25-2008, 07:17 PM
Chris Adams
 
Default Should we mount with reltime as default?

Once upon a time, Eric Sandeen <sandeen@redhat.com> said:
> Michel Salim wrote:
> > Oops, yes. Incidentally, the manpage mispells it as 'realatime' in the
> > norelatime section; time to file a bug. No mention that relatime is
> > the default either -- does this belong in the manpage or in the
> > release notes?
>
> probably release notes, since default relatime is a fedora-special, and
> not upstream.

I'd think that if Fedora is going to carry a custom patch to set this in
the kernel, Fedora could also carry a custom patch noting it in the
mount(8) man page.
--
Chris Adams <cmadams@hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 09-25-2008, 07:20 PM
Eric Sandeen
 
Default Should we mount with reltime as default?

Chris Adams wrote:
> Once upon a time, Eric Sandeen <sandeen@redhat.com> said:
>> Michel Salim wrote:
>>> Oops, yes. Incidentally, the manpage mispells it as 'realatime' in the
>>> norelatime section; time to file a bug. No mention that relatime is
>>> the default either -- does this belong in the manpage or in the
>>> release notes?
>> probably release notes, since default relatime is a fedora-special, and
>> not upstream.
>
> I'd think that if Fedora is going to carry a custom patch to set this in
> the kernel, Fedora could also carry a custom patch noting it in the
> mount(8) man page.

ok

-Eric (who at one point was going to try to clean up that patch and get
it upstream, since the author has not done so...)

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 09-25-2008, 08:04 PM
"Michel Salim"
 
Default Should we mount with reltime as default?

On Thu, Sep 25, 2008 at 2:20 PM, Eric Sandeen <sandeen@redhat.com> wrote:
> Chris Adams wrote:
>> Once upon a time, Eric Sandeen <sandeen@redhat.com> said:
>>> Michel Salim wrote:
>>>> Oops, yes. Incidentally, the manpage mispells it as 'realatime' in the
>>>> norelatime section; time to file a bug. No mention that relatime is
>>>> the default either -- does this belong in the manpage or in the
>>>> release notes?
>>> probably release notes, since default relatime is a fedora-special, and
>>> not upstream.
>>
>> I'd think that if Fedora is going to carry a custom patch to set this in
>> the kernel, Fedora could also carry a custom patch noting it in the
>> mount(8) man page.
>
> ok

Sounds good; I added that request to the bug report as well:
https://bugzilla.redhat.com/show_bug.cgi?id=463979

Thanks,

--
miʃel salim • http://hircus.jaiku.com/
IUCS • msalim@cs.indiana.edu
Fedora • salimma@fedoraproject.org
MacPorts • hircus@macports.org

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 09-25-2008, 09:24 PM
Dave Jones
 
Default Should we mount with reltime as default?

On Thu, Sep 25, 2008 at 01:17:04PM -0500, Chris Adams wrote:
> Once upon a time, Eric Sandeen <sandeen@redhat.com> said:
> > Michel Salim wrote:
> > > Oops, yes. Incidentally, the manpage mispells it as 'realatime' in the
> > > norelatime section; time to file a bug. No mention that relatime is
> > > the default either -- does this belong in the manpage or in the
> > > release notes?
> >
> > probably release notes, since default relatime is a fedora-special, and
> > not upstream.
>
> I'd think that if Fedora is going to carry a custom patch to set this in
> the kernel, Fedora could also carry a custom patch noting it in the
> mount(8) man page.

FWIW, we don't carry that patch in the kernel any more.
Until upstream takes it, it's unlikely to come back.

Dave

--
http://www.codemonkey.org.uk

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 09-25-2008, 09:27 PM
Chris Adams
 
Default Should we mount with reltime as default?

Once upon a time, Dave Jones <davej@redhat.com> said:
> FWIW, we don't carry that patch in the kernel any more.
> Until upstream takes it, it's unlikely to come back.

Ah, okay. I looked at the kernel SRPM from rawhide, and the patch is
still in there, but now I see in the spec that it is commented out.

That would be something release-note worthy IMHO, since it is a change
in behavior.

--
Chris Adams <cmadams@hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 
Old 09-25-2008, 10:55 PM
"Michel Salim"
 
Default Should we mount with reltime as default?

On Thu, Sep 25, 2008 at 4:27 PM, Chris Adams <cmadams@hiwaay.net> wrote:
> Once upon a time, Dave Jones <davej@redhat.com> said:
>> FWIW, we don't carry that patch in the kernel any more.
>> Until upstream takes it, it's unlikely to come back.
>
> Ah, okay. I looked at the kernel SRPM from rawhide, and the patch is
> still in there, but now I see in the spec that it is commented out.
>
> That would be something release-note worthy IMHO, since it is a change
> in behavior.
>
It makes sense to ship as close a kernel as possible to upstream -- in
this case, should the 'relatime' be introduced in the userspace
somewhere, though? Whichever utility (anaconda? hal?) touches
/etc/fstab should add 'relatime' appropriately.

Regards
,

--
miʃel salim • http://hircus.jaiku.com/
IUCS • msalim@cs.indiana.edu
Fedora • salimma@fedoraproject.org
MacPorts • hircus@macports.org

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
 

Thread Tools




All times are GMT. The time now is 12:49 AM.

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