[blivet] [PATCH] Pass mount options to resolveDevice in _parseOneLine (#950206)

David Lehman dlehman at redhat.com
Thu Aug 1 14:46:48 UTC 2013


On Thu, 2013-08-01 at 13:18 +0200, Vratislav Podzimek wrote:
> This is needed for correct handling of BTRFS subvolumes.
> 
> Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>

ACK.

> ---
>  blivet/__init__.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/blivet/__init__.py b/blivet/__init__.py
> index f27ccbb..5ee73a2 100644
> --- a/blivet/__init__.py
> +++ b/blivet/__init__.py
> @@ -2393,7 +2393,8 @@ class FSSet(object):
>          # find device in the tree
>          device = self.devicetree.resolveDevice(devspec,
>                                                 cryptTab=self.cryptTab,
> -                                               blkidTab=self.blkidTab)
> +                                               blkidTab=self.blkidTab,
> +                                               options=options)
>  
>          if device:
>              # fall through to the bottom of this block




More information about the anaconda-patches mailing list