def newMDArray(self, *args, **kwargs):
""" Return a new MDRaidArrayDevice instance for configuring. """
@@ -839,7 +841,9 @@ class Storage(object):
else:
name = "md%d" % kwargs["minor"]
def newVG(self, *args, **kwargs):
""" Return a new LVMVolumeGroupDevice instance. """
@@ -885,7 +889,9 @@ class Storage(object):
if name in [d.name for d in self.devices]:
raise ValueError("name already in use")