Revision c99a3cc0 lib/bdev.py

b/lib/bdev.py
395 395
    self._lv_name = new_name
396 396
    self.dev_path = "/dev/%s/%s" % (self._vg_name, self._lv_name)
397 397

  
398

  
399 398
  def Attach(self):
400 399
    """Attach to an existing LV.
401 400

  
402 401
    This method will try to see if an existing and active LV exists
403
    which matches the our name. If so, its major/minor will be
402
    which matches our name. If so, its major/minor will be
404 403
    recorded.
405 404

  
406 405
    """

Also available in: Unified diff