[blivet:rhel7-master 4/6] Add mdrun method to just start, not assemble, an array. (#1090009)

Anne Mulhern amulhern at redhat.com
Tue Dec 16 14:03:03 UTC 2014





----- Original Message -----
> From: "Vratislav Podzimek" <vpodzime at redhat.com>
> To: "anaconda patch review" <anaconda-patches at lists.fedorahosted.org>
> Sent: Tuesday, December 16, 2014 8:08:17 AM
> Subject: Re: [blivet:rhel7-master 4/6] Add mdrun method to just start, not	assemble, an array. (#1090009)
> 
> On Fri, 2014-12-12 at 10:59 -0500, mulhern wrote:
> > Related: rhbz#1090009
> > 
> > Signed-off-by: mulhern <amulhern at redhat.com>
> > ---
> >  blivet/devicelibs/mdraid.py | 14 ++++++++++++++
> >  1 file changed, 14 insertions(+)
> > 
> > diff --git a/blivet/devicelibs/mdraid.py b/blivet/devicelibs/mdraid.py
> > index 11e06d7..ae8fa4d 100644
> > --- a/blivet/devicelibs/mdraid.py
> > +++ b/blivet/devicelibs/mdraid.py
> > @@ -257,6 +257,20 @@ def mddeactivate(device):
> >      except MDRaidError as msg:
> >          raise MDRaidError("mddeactivate failed for %s: %s" % (device,
> >          msg))
> >  
> > +def mdrun(device):
> > +    """Start a possibly degraded array.
> > +
> > +       :param str device: the device to be assembled
> Wrong/misleading docstring.
> 

Fixed!

- mulhern

> --
> Vratislav Podzimek
> 
> Anaconda Rider | RHCE | Red Hat, Inc. | Brno - Czech Republic
> 
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 


More information about the anaconda-patches mailing list