[PATCH 1/4] Don't try to preserve old format attrs when reinitializing pvs.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 storage/devicetree.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/storage/devicetree.py b/storage/devicetree.py
index 9eec299..1436aba 100644
--- a/storage/devicetree.py
+++ b/storage/devicetree.py
@@ -1692,9 +1692,7 @@ class DeviceTree(object):
                 parent.format.destroy()
 
                 # Give the vg the a default format
-                kwargs = {"uuid": parent.uuid,
-                          "label": parent.diskLabel,
-                          "device": parent.path,
+                kwargs = {"device": parent.path,
                           "exists": parent.exists}
                 parent.format = formats.getFormat(*[""], **kwargs)
 
-- 
1.6.0.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux