[PATCH 1/2][anaconda] Add a command line option for disabling friendly multipath names. (#977815)

Brian C. Lane bcl at redhat.com
Sat Sep 21 00:02:07 UTC 2013


On Wed, Sep 18, 2013 at 09:45:34AM -0500, David Lehman wrote:
> ---
>  anaconda            | 3 +++
>  pyanaconda/flags.py | 1 +
>  2 files changed, 4 insertions(+)
> 
> diff --git a/anaconda b/anaconda
> index d8c4fbd..5c1ea2d 100755
> --- a/anaconda
> +++ b/anaconda
> @@ -305,6 +305,7 @@ def parseOptions(argv=None, cmdline=None):
>      op.add_option("--noeject", action="store_false", dest="eject", default=True)
>      op.add_option("--extlinux", action="store_true", default=False)
>      op.add_option("--dnf", action="store_true", default=False)
> +    op.add_option("--mpathfriendlynames", action="store_true", default=True)

I think this will result in not being able to be set False.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 478 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20130920/53cfc8d4/attachment.sig>


More information about the anaconda-patches mailing list