You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by ghxandsky <gi...@git.apache.org> on 2015/03/04 17:51:54 UTC

[GitHub] cloudstack pull request: add ip set interface up because in CentOS...

GitHub user ghxandsky opened a pull request:

    https://github.com/apache/cloudstack/pull/97

    add ip set interface up because in CentOS 7 the interface will not auto p

    When run "ip link add link $pif name $vlanDev type vlan id $vlanId > /dev/null",  the interface will not auto change to up status, so add "ip link set $vlanDev up", on CentOS 7.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ghxandsky/cloudstack master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/97.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #97
    
----
commit c4580a87673f65823aba695b8897272856b06e7b
Author: Star Guo <gh...@gmail.com>
Date:   2015-03-04T16:49:07Z

    add ip set interface up because in CentOS7 the interface will not auto p

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: add ip set interface up because in CentOS...

Posted by bhaisaab <gi...@git.apache.org>.
Github user bhaisaab commented on the pull request:

    https://github.com/apache/cloudstack/pull/97#issuecomment-77811594
  
    cc @kishankavala can you review it wrt KVM, then let's merge it?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: add ip set interface up because in CentOS...

Posted by bhaisaab <gi...@git.apache.org>.
Github user bhaisaab commented on the pull request:

    https://github.com/apache/cloudstack/pull/97#issuecomment-77359591
  
    Is this related to KVM/CentOS7?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: add ip set interface up because in CentOS...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cloudstack/pull/97


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: add ip set interface up because in CentOS...

Posted by ghxandsky <gi...@git.apache.org>.
Github user ghxandsky commented on the pull request:

    https://github.com/apache/cloudstack/pull/97#issuecomment-77382295
  
    Yes, this fix make sure that the $vlanDev is noshutdown after adding vlan operation. In CentOS 7, after adding vlan operation, the $vlanDev is shutdown status. But in CentOS 6.x, this works fine, just make sure.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---