NFS filesystems aren't mountable in anaconda, so it won't get mounted, but it not being marked as existing causes the traceback before we check if it's mountable. --- pyanaconda/storage/__init__.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pyanaconda/storage/__init__.py b/pyanaconda/storage/__init__.py index 27c7249..e0af839 100644 --- a/pyanaconda/storage/__init__.py +++ b/pyanaconda/storage/__init__.py @@ -1968,7 +1968,9 @@ 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)) elif devspec.startswith("/") and fstype == "swap": # swap file -- 1.7.6.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list