[blivet 5/8] Implement a RAID class hierarchy.

Anne Mulhern amulhern at redhat.com
Fri Nov 22 18:34:37 UTC 2013


I think not, because they are valid names for lookup using raidLevel.

- mulhern

----- Original Message -----
From: "David Shea" <dshea at redhat.com>
To: anaconda-patches at lists.fedorahosted.org
Sent: Friday, November 22, 2013 9:25:47 AM
Subject: Re: [blivet 5/8] Implement a RAID class hierarchy.

On 11/21/2013 11:59 AM, mulhern wrote:
> +    name = property(lambda s : "raid" + s.level,
> +       doc="The canonical name for this level")
> +
> +    nick = property(lambda s : s._nick,
> +       doc="A nickname for this level")

Should the level nicknames be translated?
_______________________________________________
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