Revision 0f8810df lib/cmdlib.py

b/lib/cmdlib.py
8594 8594
                            hvparams=self.op.hvparams,
8595 8595
                            hypervisor=self.op.hypervisor,
8596 8596
                            osparams=self.op.osparams,
8597
                            tags=self.op.tags,
8598 8597
                            )
8599 8598

  
8599
    if self.op.tags:
8600
      for tag in self.op.tags:
8601
        iobj.AddTag(tag)
8602

  
8600 8603
    if self.adopt_disks:
8601 8604
      if self.op.disk_template == constants.DT_PLAIN:
8602 8605
        # rename LVs to the newly-generated names; we need to construct

Also available in: Unified diff