> > I try to configure FCoE according to the fcst README When I perform > > the > > command: "fcoeadm -c eth1" > > I receive the following error: "fcoeadm: Failed to open > > /sys/module/fcoe/parameters/create" > > > > I think you must be using an older version of fcoe-utils. That 'create' file > moved to /sys/module/libfcoe/parameters/create and we did update fcoe- > utils at the time.
Also, if you just want to get things up and running quickly, you might be able to do- # echo eth1 > /sys/module/libfcoe/parameters/create You'll be creating a connection without fcoemon's knowledge, but that's probably fine. //Rob _______________________________________________ fcoe-devel mailing list [email protected] http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel
