* [PATCH 0/7 respin] network,nfs,fstab-sys stuff
@ 2012-02-02 7:59 Dave Young
[not found] ` <20120202075944.GA12408-4/PLUo9XfK+sDdueE5tM26fLeoKvNuZc@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Dave Young @ 2012-02-02 7:59 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
Cc: xiyou.wangcong-Re5JQEeQqe8AvxtiuMwx3w,
harald-H+wXaHxf7aLQT0dZR+AlfA
This series deal with network startup without netroot and nfsmount
in fstab-sys. Patch 1/7, 2/7 and 3/7 is same with previous ones,
I just send them for easily tracking.
[PATCH 1/7] allow ifup bring up network manually even without netroot
[PATCH 2/7] auto setup network without netroot
[PATCH 3/7] fix fstab-sys module check
[PATCH 4/7] add nobody group for rpc.idmapd
[PATCH 5/7] source dracut-lib.sh in nfs cleanup script
[PATCH 6/7] split nfs rpc daemons startup script
[PATCH 7/7] do not check dev node exist for fstab-sys mounting
Changes from last version are:
4/7: new fix for nfs
5/7: new fix for nfs
6/7: start nfs-start-rpc.sh in pre-udev hook
7/7: remove fsck check for nfs due to fsck_able already do this for us.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/7 respin] network,nfs,fstab-sys stuff
[not found] ` <20120202075944.GA12408-4/PLUo9XfK+sDdueE5tM26fLeoKvNuZc@public.gmane.org>
@ 2012-02-02 8:27 ` Cong Wang
[not found] ` <4F2A48F9.90201-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-02-02 8:44 ` Dave Young
1 sibling, 1 reply; 5+ messages in thread
From: Cong Wang @ 2012-02-02 8:27 UTC (permalink / raw)
To: Dave Young
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA, harald-H+wXaHxf7aLQT0dZR+AlfA
On 02/02/2012 03:59 PM, Dave Young wrote:
> This series deal with network startup without netroot and nfsmount
> in fstab-sys. Patch 1/7, 2/7 and 3/7 is same with previous ones,
> I just send them for easily tracking.
>
> [PATCH 1/7] allow ifup bring up network manually even without netroot
> [PATCH 2/7] auto setup network without netroot
> [PATCH 3/7] fix fstab-sys module check
> [PATCH 4/7] add nobody group for rpc.idmapd
> [PATCH 5/7] source dracut-lib.sh in nfs cleanup script
> [PATCH 6/7] split nfs rpc daemons startup script
> [PATCH 7/7] do not check dev node exist for fstab-sys mounting
3- 7 patches all look good to me now.
I still keep my opinion on 2/7, I think we'd better not add more cmdline
unless we have to, until now, you still don't prove "we have to do that". :)
>
> Changes from last version are:
> 4/7: new fix for nfs
> 5/7: new fix for nfs
> 6/7: start nfs-start-rpc.sh in pre-udev hook
> 7/7: remove fsck check for nfs due to fsck_able already do this for us.
It would be nicer to put these into per patch.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/7 respin] network,nfs,fstab-sys stuff
[not found] ` <4F2A48F9.90201-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2012-02-02 8:36 ` Dave Young
2012-02-02 8:45 ` Dave Young
1 sibling, 0 replies; 5+ messages in thread
From: Dave Young @ 2012-02-02 8:36 UTC (permalink / raw)
To: Cong Wang; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA, harald-H+wXaHxf7aLQT0dZR+AlfA
On 02/02/2012 04:27 PM, Cong Wang wrote:
> On 02/02/2012 03:59 PM, Dave Young wrote:
>> This series deal with network startup without netroot and nfsmount
>> in fstab-sys. Patch 1/7, 2/7 and 3/7 is same with previous ones,
>> I just send them for easily tracking.
>>
>> [PATCH 1/7] allow ifup bring up network manually even without netroot
>> [PATCH 2/7] auto setup network without netroot
>> [PATCH 3/7] fix fstab-sys module check
>> [PATCH 4/7] add nobody group for rpc.idmapd
>> [PATCH 5/7] source dracut-lib.sh in nfs cleanup script
>> [PATCH 6/7] split nfs rpc daemons startup script
>> [PATCH 7/7] do not check dev node exist for fstab-sys mounting
>
>
> 3- 7 patches all look good to me now.
Thanks
> I still keep my opinion on 2/7, I think we'd better not add more cmdline
> unless we have to, until now, you still don't prove "we have to do
> that". :)
Scratching head...
Harald is thinking about this thing as well, I'm waiting for his
comments. I will not touch this code until get his idea about the whole
network part.
>
>>
>> Changes from last version are:
>> 4/7: new fix for nfs
>> 5/7: new fix for nfs
>> 6/7: start nfs-start-rpc.sh in pre-udev hook
>> 7/7: remove fsck check for nfs due to fsck_able already do this for us.
>
> It would be nicer to put these into per patch.
>
> Thanks.
> --
> To unsubscribe from this list: send the line "unsubscribe initramfs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Thanks
Dave
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/7 respin] network,nfs,fstab-sys stuff
[not found] ` <20120202075944.GA12408-4/PLUo9XfK+sDdueE5tM26fLeoKvNuZc@public.gmane.org>
2012-02-02 8:27 ` Cong Wang
@ 2012-02-02 8:44 ` Dave Young
1 sibling, 0 replies; 5+ messages in thread
From: Dave Young @ 2012-02-02 8:44 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
Cc: xiyou.wangcong-Re5JQEeQqe8AvxtiuMwx3w,
harald-H+wXaHxf7aLQT0dZR+AlfA
On 02/02/2012 03:59 PM, Dave Young wrote:
> This series deal with network startup without netroot and nfsmount
> in fstab-sys. Patch 1/7, 2/7 and 3/7 is same with previous ones,
> I just send them for easily tracking.
>
> [PATCH 1/7] allow ifup bring up network manually even without netroot
> [PATCH 2/7] auto setup network without netroot
> [PATCH 3/7] fix fstab-sys module check
> [PATCH 4/7] add nobody group for rpc.idmapd
> [PATCH 5/7] source dracut-lib.sh in nfs cleanup script
> [PATCH 6/7] split nfs rpc daemons startup script
> [PATCH 7/7] do not check dev node exist for fstab-sys mounting
>
> Changes from last version are:
> 4/7: new fix for nfs
> 5/7: new fix for nfs
> 6/7: start nfs-start-rpc.sh in pre-udev hook
one addition is add "new file mode 100755" to diff header so git can
create an executable nfs-start-rpc.sh file. Because I use quilt so I
manually add them, tested with git and it works well.
> 7/7: remove fsck check for nfs due to fsck_able already do this for us.
> --
> To unsubscribe from this list: send the line "unsubscribe initramfs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Thanks
Dave
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/7 respin] network,nfs,fstab-sys stuff
[not found] ` <4F2A48F9.90201-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-02-02 8:36 ` Dave Young
@ 2012-02-02 8:45 ` Dave Young
1 sibling, 0 replies; 5+ messages in thread
From: Dave Young @ 2012-02-02 8:45 UTC (permalink / raw)
To: Cong Wang; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA, harald-H+wXaHxf7aLQT0dZR+AlfA
On 02/02/2012 04:27 PM, Cong Wang wrote:
> On 02/02/2012 03:59 PM, Dave Young wrote:
>> This series deal with network startup without netroot and nfsmount
>> in fstab-sys. Patch 1/7, 2/7 and 3/7 is same with previous ones,
>> I just send them for easily tracking.
>>
>> [PATCH 1/7] allow ifup bring up network manually even without netroot
>> [PATCH 2/7] auto setup network without netroot
>> [PATCH 3/7] fix fstab-sys module check
>> [PATCH 4/7] add nobody group for rpc.idmapd
>> [PATCH 5/7] source dracut-lib.sh in nfs cleanup script
>> [PATCH 6/7] split nfs rpc daemons startup script
>> [PATCH 7/7] do not check dev node exist for fstab-sys mounting
>
>
> 3- 7 patches all look good to me now.
>
> I still keep my opinion on 2/7, I think we'd better not add more cmdline
> unless we have to, until now, you still don't prove "we have to do
> that". :)
>
>>
>> Changes from last version are:
>> 4/7: new fix for nfs
>> 5/7: new fix for nfs
>> 6/7: start nfs-start-rpc.sh in pre-udev hook
>> 7/7: remove fsck check for nfs due to fsck_able already do this for us.
>
> It would be nicer to put these into per patch.
A good suggestion, will do next time
--
Thanks
Dave
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-02-02 8:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 7:59 [PATCH 0/7 respin] network,nfs,fstab-sys stuff Dave Young
[not found] ` <20120202075944.GA12408-4/PLUo9XfK+sDdueE5tM26fLeoKvNuZc@public.gmane.org>
2012-02-02 8:27 ` Cong Wang
[not found] ` <4F2A48F9.90201-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-02-02 8:36 ` Dave Young
2012-02-02 8:45 ` Dave Young
2012-02-02 8:44 ` Dave Young
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.