-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing dependencies for master-ip-setup #43
Comments
Some of the packages require EPEL, but that's already mentioned in the installation tutorial. |
Thanks for the request. I checked and found that what was missing were packages for
|
ndisc6 for el7 is not yet provided by EPEL
We have just released Ganeti 3.0.1-2 RPM. |
Thanks for the fast response. Unfortunately it seems the ndisc6 Fedora package maintainer is looking to / has already stepped down. I don't have any great suggestions therefore about running Ganeti on RHEL8 with IPv6. |
Thanks for sharing the information. If there are more requests for IPv6 support in the future, and if it is still unresolved at that time, I would like to consider building the ndisc6 package for EL8. |
Ganeti's INSTALL doc mentions, among others, requirements on
however only iproute is mentioned in the spec file. Unfortunately due to the way
tools/master-ip-setup
is written, there's no way to detect a missing binary vs a successful test in code like:fping
cannot ping the MASTER_IP address on another machine, we continue.fping
is missing, we also continue.Please add the necessary Requires lines to ganeti.spec to ensure the master-ip-setup script can run.
The text was updated successfully, but these errors were encountered: