[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-10146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16312656#comment-16312656
 ] 

ASF GitHub Bot commented on CLOUDSTACK-10146:
---------------------------------------------

rhtyd commented on a change in pull request #2379: CLOUDSTACK-10146: Bypass 
Secondary Storage for KVM templates
URL: https://github.com/apache/cloudstack/pull/2379#discussion_r159824013
 
 

 ##########
 File path: agent/src/com/cloud/agent/Agent.java
 ##########
 @@ -551,6 +555,10 @@ protected void processRequest(final Request request, 
final Link link) {
                         answer = setupAgentKeystore((SetupKeyStoreCommand) 
cmd);
                     } else if (cmd instanceof SetupCertificateCommand && 
((SetupCertificateCommand) cmd).isHandleByAgent()) {
                         answer = 
setupAgentCertificate((SetupCertificateCommand) cmd);
+                    } else if (cmd instanceof CheckUrlCommand) {
 
 Review comment:
   This will enable any agent (cpvm, ssvm etc) to handle the command, if we 
want only the KVM agent to handle these commands they should be moved to 
libvirt computing resource.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Bypass Secondary Storage for KVM templates
> ------------------------------------------
>
>                 Key: CLOUDSTACK-10146
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10146
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>    Affects Versions: 4.11.0.0
>            Reporter: Nicolas Vazquez
>            Assignee: Nicolas Vazquez
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to