Re: [RHEL6-branch] Use blacklist_exceptions for mpath devices (#612399)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sorry for bothering you. 
Just clarify that The patch comes from NEC, I'm not NEC, but NEC TAM for that I-T :)

Best Regards,
Masaki Furuta

-- 

On Tue, Jul 13, 2010 at 01:25:58PM -0400, Peter Jones wrote:
>
> From: NEC <mfuruta@xxxxxxxxxx>
> 
> This makes anaconda generate a blacklist_exceptions section in multipath.conf
> ---
>  storage/devicelibs/mpath.py |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/storage/devicelibs/mpath.py b/storage/devicelibs/mpath.py
> index 50cccfd..ae7b257 100644
> --- a/storage/devicelibs/mpath.py
> +++ b/storage/devicelibs/mpath.py
> @@ -232,6 +232,14 @@ blacklist {
>                  ret += '\t\tvendor %s\n' % device.vendor
>                  ret += '\t\tproduct %s\n' % device.model
>                  ret += '\t}\n'
> +        if self.mpaths:
> +		ret += '\twwid "*"\n'
> +		ret += '}\n'
> +		ret += 'blacklist_exceptions {\n'
> +		for mpath in self.mpaths:
> +			for k,v in mpath.config.items():
> +				if k == 'wwid':
> +					ret += '\twwid %s\n' % v
>          ret += '}\n'
>          ret += 'multipaths {\n'
>          for mpath in self.mpaths:
> -- 
> 1.7.1.1
> 

Attachment: pgpdNo2z7Xrx2.pgp
Description: PGP signature

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux