Revision 3f752d97 lib/objects.py

b/lib/objects.py
363 363
    devices needs to (or can) be assembled.
364 364

  
365 365
    """
366
    if self.dev_type == constants.LD_LV or self.dev_type == constants.LD_MD_R1:
366
    if self.dev_type in [constants.LD_LV, constants.LD_MD_R1,
367
                         constants.LD_FILE]:
367 368
      result = [node]
368 369
    elif self.dev_type in constants.LDS_DRBD:
369 370
      result = [self.logical_id[0], self.logical_id[1]]

Also available in: Unified diff