Related: rhbz#641420 --- storage/fcoe.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/fcoe.py b/storage/fcoe.py index 4260dbf..d3f0c1a 100644 --- a/storage/fcoe.py +++ b/storage/fcoe.py @@ -129,7 +129,7 @@ class fcoe(object): iutil.execWithRedirect("fipvlan", [ nic, "-c", "-s" ], stdout = "/dev/tty5", stderr="/dev/tty5") else: - f = open("/sys/module/fcoe/parameters/create", "w") + f = open("/sys/module/libfcoe/parameters/create", "w") f.write(nic) f.close() -- 1.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list