From: Seewer Philippe <philippe.seewer-omB+W0Dpw2o@public.gmane.org>
To: David Dillow <dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [RFC ONLY 2/5] netroot: remove unhelpful argument checks
Date: Mon, 6 Jul 2009 15:00:16 +0200 [thread overview]
Message-ID: <4A51F560.8050504@bfh.ch> (raw)
In-Reply-To: <0535c73bd25fdcaa9bf4de0bc4b041b74d11e547.1246656269.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
David Dillow wrote:
> The argument checks for the network root handlers are not very useful, as
> there is no error message; things just fail to work. Since this should only
> ever be a problem when developing dracut, it is not too unfriendly to expect
> developers to add rdnetdebug to the command line when working on this area.
>
> Remove them for now, as the arguments will be going through some flux and
> we can add them back later with more helpful messages if it is desired.
I admit that argument checks without error messages aren't that good an
idea. But as long as we have scripts that need arguments these should be
checked. I've wasted too many hours of debugging because people weren't
paranoid enough about their arguments.
Removeing checks for arguments that are no longer necessary is ok, but
please change the others to output an error message.
> ---
> modules.d/95iscsi/iscsiroot | 10 ----------
> modules.d/95nbd/nbdroot | 9 ---------
> modules.d/95nfs/nfsroot | 9 ---------
> 3 files changed, 0 insertions(+), 28 deletions(-)
>
> diff --git a/modules.d/95iscsi/iscsiroot b/modules.d/95iscsi/iscsiroot
> index c66f9d2..2b041cc 100755
> --- a/modules.d/95iscsi/iscsiroot
> +++ b/modules.d/95iscsi/iscsiroot
> @@ -16,16 +16,6 @@ if getarg rdnetdebug; then
> set -x
> fi
>
> -# Huh? Empty $1?
> -[ -z "$1" ] && exit 1
> -
> -# Huh? Empty $2?
> -[ -z "$2" ] && exit 1
> -
> -# Huh? Empty $3? This isn't really necessary, since NEWROOT isn't
> -# used here. But let's be consistent
> -[ -z "$3" ] && exit 1
> -
> # root is in the form root=iscsi:[<servername>]:[<protocol>]:[<port>]:[<LUN>]:<targetname>
> netif="$1"
> root="$2"
> diff --git a/modules.d/95nbd/nbdroot b/modules.d/95nbd/nbdroot
> index 90f6ef8..c7f24e8 100755
> --- a/modules.d/95nbd/nbdroot
> +++ b/modules.d/95nbd/nbdroot
> @@ -10,15 +10,6 @@ if getarg rdnetdebug; then
> set -x
> fi
>
> -# Huh? Empty $1?
> -[ -z "$1" ] && exit 1
> -
> -# Huh? Empty $2?
> -[ -z "$2" ] && exit 1
> -
> -# Huh? Empty $3?
> -[ -z "$3" ] && exit 1
> -
> # root is in the form root=nbd:srv:port[:fstype[:rootflags[:nbdopts]]]
> netif="$1"
> root="$2"
> diff --git a/modules.d/95nfs/nfsroot b/modules.d/95nfs/nfsroot
> index 0da8ee3..f005378 100755
> --- a/modules.d/95nfs/nfsroot
> +++ b/modules.d/95nfs/nfsroot
> @@ -48,15 +48,6 @@ if getarg rdnetdebug ; then
> set -x
> fi
>
> -# Huh? Empty $1?
> -[ -z "$1" ] && exit 1
> -
> -# Huh? Empty $2?
> -[ -z "$2" ] && exit 1
> -
> -# Huh? Empty $3?
> -[ -z "$3" ] && exit 1
> -
> # root is in the form root=nfs[4]:[server:]path[:options], either from
> # cmdline or dhcp root-path
> netif="$1"
--
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
next prev parent reply other threads:[~2009-07-06 13:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-03 21:40 [RFC ONLY 0/5] Move argument validation to root handlers David Dillow
[not found] ` <cover.1246656269.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
2009-07-03 21:40 ` [RFC ONLY 1/5] netroot: remove unused hook David Dillow
[not found] ` <bd4d79bc048ad3944156f86eafb62cf4bc29b1f9.1246656269.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
2009-07-06 12:56 ` Seewer Philippe
2009-07-03 21:40 ` [RFC ONLY 2/5] netroot: remove unhelpful argument checks David Dillow
[not found] ` <0535c73bd25fdcaa9bf4de0bc4b041b74d11e547.1246656269.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
2009-07-06 13:00 ` Seewer Philippe [this message]
2009-07-03 21:40 ` [RFC ONLY 3/5] netroot: remove netif from handler invocation David Dillow
[not found] ` <44494af931ad839908cb4542f7c35ae59a4ef65e.1246656269.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
2009-07-06 13:56 ` Seewer Philippe
[not found] ` <4A520291.7010203-omB+W0Dpw2o@public.gmane.org>
2009-07-06 14:43 ` David Dillow
[not found] ` <1246891382.24010.6.camel-FqX9LgGZnHWDB2HL1qBt2PIbXMQ5te18@public.gmane.org>
2009-07-06 15:02 ` Seewer Philippe
[not found] ` <4A521208.2050605-omB+W0Dpw2o@public.gmane.org>
2009-07-06 16:06 ` David Dillow
[not found] ` <1246896365.24010.14.camel-FqX9LgGZnHWDB2HL1qBt2PIbXMQ5te18@public.gmane.org>
2009-07-07 8:10 ` Seewer Philippe
2009-07-03 21:40 ` [RFC ONLY 4/5] netroot: move dracut syntax validation to root handlers David Dillow
[not found] ` <d1aed501ae771d769efcd370f47184f12b9800d6.1246656269.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
2009-07-07 7:47 ` Seewer Philippe
[not found] ` <4A52FD93.3000406-omB+W0Dpw2o@public.gmane.org>
2009-07-07 14:57 ` David Dillow
2009-07-03 21:40 ` [RFC ONLY 5/5] PROOF-OF-CONCEPT: wait for spanning tree timeout via arping David Dillow
[not found] ` <8cf3d034e4611fbe661d4585fbfd1a03a6fd094b.1246656269.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
2009-07-07 8:08 ` Seewer Philippe
[not found] ` <4A530297.1020906-omB+W0Dpw2o@public.gmane.org>
2009-07-07 15:09 ` David Dillow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A51F560.8050504@bfh.ch \
--to=philippe.seewer-omb+w0dpw2o@public.gmane.org \
--cc=dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.