Skip to content

Commit

Permalink
Set VG format as existing as part of VG creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwlehman committed Feb 1, 2016
1 parent 74a01d6 commit a1ddef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blivet/devices/lvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def _create(self):
def _post_create(self):
self._complete = True
super(LVMVolumeGroupDevice, self)._post_create()
self.format.exists = True

def _pre_destroy(self):
StorageDevice._pre_destroy(self)
Expand Down

0 comments on commit a1ddef4

Please sign in to comment.