You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Satoshi Kobayashi (JIRA)" <ji...@apache.org> on 2012/11/16 03:42:11 UTC

[jira] [Created] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Satoshi Kobayashi created CLOUDSTACK-498:
--------------------------------------------

             Summary: Missing dependency in RPM of KVM Agent
                 Key: CLOUDSTACK-498
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
             Project: CloudStack
          Issue Type: Bug
          Components: KVM
    Affects Versions: 4.0.0, 4.0.1, 4.1.0
         Environment: CentOS 6.3
            Reporter: Satoshi Kobayashi


LibvirtComputingResource class and BridgeVifDriver class are dependent
on LinuxBridge. They execute "brctl" command internally. However, the
package (bridge-utils) in which it is contained is not included in the
dependence of RPM of KVM Agent.

If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "David Nalley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Nalley updated CLOUDSTACK-498:
------------------------------------

    Fix Version/s: 4.0.1
    
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "Radhika Nair (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radhika Nair updated CLOUDSTACK-498:
------------------------------------

    Component/s: Doc
    
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc, KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "David Nalley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498829#comment-13498829 ] 

David Nalley commented on CLOUDSTACK-498:
-----------------------------------------

Satoshi: 

This (in my opinion) is a system requirement. KVM is GPLv2 as well, and this isn't a build dependency, it's a runtime dependency. Do you want to submit a patch for this? 

                
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "Satoshi Kobayashi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498640#comment-13498640 ] 

Satoshi Kobayashi commented on CLOUDSTACK-498:
----------------------------------------------

I think that a document is required for already released version (4.0) at least. About it or later, I also think that adding bridge-utils to spec of cloud-agent-libs is considered. However, since the license of bridge-utils is GPLv2, if we cannot do it, we should only supported by a document. (Is this view right? Since I am not knowledgeable about the view over a license, I would like to know)
                
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "David Nalley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Nalley updated CLOUDSTACK-498:
------------------------------------

    Assignee: Joe Brockmeier
    
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc, KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>            Assignee: Joe Brockmeier
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "Satoshi Kobayashi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500051#comment-13500051 ] 

Satoshi Kobayashi commented on CLOUDSTACK-498:
----------------------------------------------

I created CLOUDSTACK-511
                
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc, KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "David Nalley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500238#comment-13500238 ] 

David Nalley commented on CLOUDSTACK-498:
-----------------------------------------

Thnks for submitting the patch - I committed that to master in commit:

commit 613591d344785c09629759b9191e6ac169daac54
Author: Satoshi Kobayashi <sa...@stratosphere.co.jp>
Date:   Mon Nov 19 08:55:47 2012 -0500

    CLOUDSTACK-498 Missing dependency in RPMs of KVM agent


Assigning this ticket to Joe so he can consider it for 4.0.1 


                
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc, KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>            Assignee: Joe Brockmeier
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "Rohit Yadav (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498624#comment-13498624 ] 

Rohit Yadav commented on CLOUDSTACK-498:
----------------------------------------

I think we just need to document it, doc bug?
                
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "Ahmad Emneina (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500040#comment-13500040 ] 

Ahmad Emneina commented on CLOUDSTACK-498:
------------------------------------------

Isn't that what he did?

-- 
Æ







                
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "Joe Brockmeier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505146#comment-13505146 ] 

Joe Brockmeier commented on CLOUDSTACK-498:
-------------------------------------------

Have accepted this for 4.0.1 and put in.

commit f58747426bab277374629e2d0fbc47a484345fd4
                
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc, KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>            Assignee: Joe Brockmeier
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "Satoshi Kobayashi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500004#comment-13500004 ] 

Satoshi Kobayashi commented on CLOUDSTACK-498:
----------------------------------------------

David:

I would like to submit a patch for this.

If it is the same way as KVM, bridge-utils should be added to SPEC of RPM. KVM is required by cloud-agent. I think that it should be in cloud-agent-libs but I will follow it.

And may I ask other native members for fix of a document for 4.0 release? Confusion will be made by my broken english… Probably, document in which the installation procedure of bridge-utils is included is the period necessity to the release of 4.0.1.

                
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "Radhika Nair (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500032#comment-13500032 ] 

Radhika Nair commented on CLOUDSTACK-498:
-----------------------------------------

Could you please file a documentation defect if applicable to the 4.0 documentation ?
                
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CLOUDSTACK-498) Missing dependency in RPM of KVM Agent

Posted by "Radhika Nair (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLOUDSTACK-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500042#comment-13500042 ] 

Radhika Nair commented on CLOUDSTACK-498:
-----------------------------------------

Component should be Doc, not KVM
                
> Missing dependency in RPM of KVM Agent
> --------------------------------------
>
>                 Key: CLOUDSTACK-498
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-498
>             Project: CloudStack
>          Issue Type: Bug
>          Components: Doc, KVM
>    Affects Versions: 4.0.0, 4.0.1, 4.1.0
>         Environment: CentOS 6.3
>            Reporter: Satoshi Kobayashi
>             Fix For: 4.0.1
>
>
> LibvirtComputingResource class and BridgeVifDriver class are dependent
> on LinuxBridge. They execute "brctl" command internally. However, the
> package (bridge-utils) in which it is contained is not included in the
> dependence of RPM of KVM Agent.
> If there is no bridge-utils, KVM Agent will not operate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira