[PATCH 2/3] NFSDevice does not accept the exists kwarg. (#1063413)

David Lehman dlehman at redhat.com
Mon Feb 17 22:33:09 UTC 2014


(cherry picked from commit 3b3d990fd06595f473b2ddd17b1302db4badf0b7)
---
 blivet/__init__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 6908b2a..d9d888c 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -2440,7 +2440,6 @@ class FSSet(object):
         elif ":" in devspec and fstype.startswith("nfs"):
             # NFS -- preserve but otherwise ignore
             device = NFSDevice(devspec,
-                               exists=True,
                                format=getFormat(fstype,
                                                 exists=True,
                                                 device=devspec))
-- 
1.8.5.3



More information about the anaconda-patches mailing list