Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*XFS\s+noikeep\s+remount\s+in\s+2\.6\.27\-rc1\-next\-20080730\s*$/: 24 ]

Total 24 documents matching your query.

1. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Fri, 1 Aug 2008 17:30:33 +1000
[cc'd xfs@xxxxxxxxxxx] Side effect of this commit: http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs-2.6.git;a=commit;h=0327f9d799ebb96f67c80dd732b1fdb09527365e Christoph? FWIW, noikeep is the default,
/archives/xfs/2008-08/msg00000.html (9,300 bytes)

2. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Christoph Hellwig <hch@xxxxxx>
Date: Fri, 1 Aug 2008 21:31:33 +0200
I'ts most likely a fallout, but I wonder why. To get this behaviour moutn would have to add all the options it finds in /proc/self/mounts to the command line. Added the util-linux-ng list to shed som
/archives/xfs/2008-08/msg00005.html (9,872 bytes)

3. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Karel Zak <kzak@xxxxxxxxxx>
Date: Tue, 5 Aug 2008 13:03:57 +0200
mount(8) does not read and use /proc/self/mounts at all. Karel Man mount: remount Attempt to remount an already-mounted file system. This is commonly used to change the mount flags for a file system,
/archives/xfs/2008-08/msg00095.html (9,770 bytes)

4. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 6 Aug 2008 09:39:57 +1000
So, given the command at issue was: luna ~ # mount -o remount,rw /usr We're seeing the second case where mount is merging all the options in /etc/fstab into the options passed into the remount comman
/archives/xfs/2008-08/msg00097.html (11,763 bytes)

5. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Jasper Bryant-Greene <jasper@xxxxxxxxxxxx>
Date: Wed, 06 Aug 2008 11:44:22 +1200
(forgive me, I'm an XFS user, not an XFS developer, so this might be ignorant) The filesystem presumably knows what options it was originally mounted with. Thus if you take the difference of the set
/archives/xfs/2008-08/msg00098.html (10,292 bytes)

6. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 6 Aug 2008 10:53:54 +1000
Sure. But that does not answer my question about what to do with options that can't be changed. Options can come from more than just /etc/fstab - they can come from the mount command line itself as e
/archives/xfs/2008-08/msg00100.html (12,044 bytes)

7. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: gus3 <musicman529@xxxxxxxxx>
Date: Tue, 5 Aug 2008 21:33:52 -0700 (PDT)
How about a middle ground: ignore, but not silently? Report an error, or send it to the syslog, or both, but ultimately ignore unchangeable options, change what can be changed, and give the user/admi
/archives/xfs/2008-08/msg00106.html (9,673 bytes)

8. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Jasper Bryant-Greene <jasper@xxxxxxxxxxxx>
Date: Wed, 06 Aug 2008 16:36:35 +1200
I think the idea is to behave the same as other FS do, not to innovate. FWIW, your root filesystem does not need to be rw. I keep mine ro nearly all the time on my laptop, only mounting rw if I need
/archives/xfs/2008-08/msg00107.html (9,888 bytes)

9. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: ok)
Date: Fri, 1 Aug 2008 17:30:33 +1000
[cc'd xfs@xxxxxxxxxxx] Side effect of this commit: http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs-2.6.git;a=commit;h=0327f9d799ebb96f67c80dd732b1fdb09527365e Christoph? FWIW, noikeep is the default,
/archives/xfs/2008-08/msg00448.html (9,300 bytes)

10. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: xx>
Date: Fri, 1 Aug 2008 21:31:33 +0200
I'ts most likely a fallout, but I wonder why. To get this behaviour moutn would have to add all the options it finds in /proc/self/mounts to the command line. Added the util-linux-ng list to shed som
/archives/xfs/2008-08/msg00453.html (9,872 bytes)

11. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: xx>
Date: Tue, 5 Aug 2008 13:03:57 +0200
mount(8) does not read and use /proc/self/mounts at all. Karel Man mount: remount Attempt to remount an already-mounted file system. This is commonly used to change the mount flags for a file system,
/archives/xfs/2008-08/msg00543.html (9,770 bytes)

12. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: xx>
Date: Wed, 6 Aug 2008 09:39:57 +1000
So, given the command at issue was: luna ~ # mount -o remount,rw /usr We're seeing the second case where mount is merging all the options in /etc/fstab into the options passed into the remount comman
/archives/xfs/2008-08/msg00545.html (11,763 bytes)

13. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: xx>
Date: Wed, 06 Aug 2008 11:44:22 +1200
(forgive me, I'm an XFS user, not an XFS developer, so this might be ignorant) The filesystem presumably knows what options it was originally mounted with. Thus if you take the difference of the set
/archives/xfs/2008-08/msg00546.html (10,292 bytes)

14. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: xx>
Date: Wed, 6 Aug 2008 10:53:54 +1000
Sure. But that does not answer my question about what to do with options that can't be changed. Options can come from more than just /etc/fstab - they can come from the mount command line itself as e
/archives/xfs/2008-08/msg00548.html (12,044 bytes)

15. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: oy)
Date: Tue, 5 Aug 2008 21:33:52 -0700 (PDT)
How about a middle ground: ignore, but not silently? Report an error, or send it to the syslog, or both, but ultimately ignore unchangeable options, change what can be changed, and give the user/admi
/archives/xfs/2008-08/msg00554.html (9,673 bytes)

16. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: xx>
Date: Wed, 06 Aug 2008 16:36:35 +1200
I think the idea is to behave the same as other FS do, not to innovate. FWIW, your root filesystem does not need to be rw. I keep mine ro nearly all the time on my laptop, only mounting rw if I need
/archives/xfs/2008-08/msg00555.html (9,888 bytes)

17. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Fri, 1 Aug 2008 17:30:33 +1000
[cc'd xfs@xxxxxxxxxxx] Side effect of this commit: http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs-2.6.git;a=commit;h=0327f9d799ebb96f67c80dd732b1fdb09527365e Christoph? FWIW, noikeep is the default,
/archives/xfs/2008-08/msg00896.html (9,435 bytes)

18. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Christoph Hellwig <hch@xxxxxx>
Date: Fri, 1 Aug 2008 21:31:33 +0200
I'ts most likely a fallout, but I wonder why. To get this behaviour moutn would have to add all the options it finds in /proc/self/mounts to the command line. Added the util-linux-ng list to shed som
/archives/xfs/2008-08/msg00901.html (10,061 bytes)

19. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Karel Zak <kzak@xxxxxxxxxx>
Date: Tue, 5 Aug 2008 13:03:57 +0200
mount(8) does not read and use /proc/self/mounts at all. Karel Man mount: remount Attempt to remount an already-mounted file system. This is commonly used to change the mount flags for a file system,
/archives/xfs/2008-08/msg00991.html (9,944 bytes)

20. Re: XFS noikeep remount in 2.6.27-rc1-next-20080730 (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 6 Aug 2008 09:39:57 +1000
So, given the command at issue was: luna ~ # mount -o remount,rw /usr We're seeing the second case where mount is merging all the options in /etc/fstab into the options passed into the remount comman
/archives/xfs/2008-08/msg00993.html (11,970 bytes)


This search system is powered by Namazu