Command route not available on CentOS 7#1637
Command route not available on CentOS 7#1637alemorvan wants to merge 2 commits intoapache:masterfrom alemorvan:master
Conversation
The command route is not available by default on CentOS7. This one should be replace by the command "ip route".
Command route
|
@lmrv does this defect impact 4.9 as well? If so, could you please re-target this PR to the 4.9 branch? Also, why is there a merge commit in this PR? |
|
@lmrv I would like to include this PR in the upcoming 4.8.2.0, 4.9.1.0, and 4.10.0.0 releases for which we plan to cut RCs on 25 Sept 2016. In order to merge it, the following items need to be addressed:
|
|
Hi John, |
|
I will need your help John. |
|
speaking about things not available per default on CentOS 7 --> |
|
Hi Resmo, Correct. Most net commands are now replace by the ip command. ip link set dev eth0 up In our case, the ifconfig is not used by cloudstack-setup-agent, but the route one is. This cause the setup-agent to crash if route is not installed before. Making the change can help deployment on CentOS7 and should work on CentOS6 out of the box. Lots of changes have been made regardings the net on CentOS7. You should now use nmtui in replacement of the system-config-network-tui by example. Regards. |
|
@lmrv can you squash your changes and rebase against latest master, I can help run tests on your PR. |
|
@lmrv ping |
|
@lmrv ping, can you squash your changes, get a JIRA ticket for this and use the JIRA id in the git summary, thanks. |
|
@lmrv ping |
|
I'll introduce |
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…#1637) This adds the `net-tools` dependency on CentOS cloudstack-agent rpms. This will provide ifconfig, route and other tools that may be used by CloudStack scripts and utilities. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Exibir _storage_ no qual o volume está alocado em mais telas Closes apache#1637 See merge request scclouds/scclouds!726
Hi guys,
The command route is not available on a fresh install of CentOS 7.
This one should be replace by ip route.
Command route make crash cloudstack-setup-agent on CentOS 7.
Another way is to make the net-tools paquet as dependencies of cloudstack-setup-agent.