RETIRED, Node discovery agent for Fuel
Go to file
Dmitry Guryanov c5d6963e04 Don't use Rethtool for retrieving driver information
Rethtool executes two ioctls SIOCETHTOOL, one with
command ETHTOOL_GLINKSETTINGS and then with ETHTOOL_GDRVINFO,
but some drivers (like virtio) don't implement
ETHTOOL_GLINKSETTINGS, so it fails.

I've send patch to the author of Rethtool, but he haven't
replied yet, and it also will take some time to have this
fix in out Rethtool package. So let's call ioctl
seaprately if Rethtool::InterfaceSettings failed.

Change-Id: Iea95e1b132a33621f7538c4b0ba43b134e2560ee
2016-06-06 09:45:37 +00:00
debian Bump version to 10.0 2016-03-27 20:30:20 +00:00
specs Bump version to 10.0 2016-03-27 20:30:20 +00:00
.gitignore Add gemspec and Gemfile 2015-11-19 15:02:47 +03:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:20:25 +00:00
Gemfile Add gemspec and Gemfile 2015-11-19 15:02:47 +03:00
LICENSE Spliting Nailgun-agent from fuel-web repository 2015-07-13 16:23:08 +03:00
MAINTAINERS Spec for packages MUST be reviewed by mos packaging team 2015-12-20 20:29:14 +00:00
Rakefile Add Rakefile for openstack CI 2015-11-11 20:21:09 +03:00
agent Don't use Rethtool for retrieving driver information 2016-06-06 09:45:37 +00:00
nailgun-agent.cron Fix flock wait timeout in crontask 2015-11-25 11:41:21 +00:00
nailgun-agent.gemspec Add gemspec and Gemfile 2015-11-19 15:02:47 +03:00
run_tests.sh Basic test run script for CI 2015-07-22 17:48:42 +00:00