You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by mike-tutkowski <gi...@git.apache.org> on 2015/08/07 06:28:11 UTC

[GitHub] cloudstack pull request: CLOUDSTACK-8601. VMFS storage added as lo...

Github user mike-tutkowski commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/547#discussion_r36490233
  
    --- Diff: core/src/com/cloud/agent/api/ModifyStoragePoolAnswer.java ---
    @@ -26,6 +26,7 @@
     public class ModifyStoragePoolAnswer extends Answer {
         StoragePoolInfo poolInfo;
         Map<String, TemplateProp> templateInfo;
    +    String localDatastoreName = null;
    --- End diff --
    
    I recommend that all three of these member variables be made private.


---
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.
---