Github user agneya2001 commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1371#discussion_r57577607
  
    --- Diff: core/src/com/cloud/agent/api/storage/CopyVolumeCommand.java ---
    @@ -75,4 +76,12 @@ public boolean toSecondaryStorage() {
         public String getVmName() {
             return vmName;
         }
    +
    +    public String getNfsVersion() {
    +        return nfsVersion;
    +    }
    +
    +    public void setNfsVersion(String nfsVersion) {
    +        this.nfsVersion = nfsVersion;
    +    }
    --- End diff --
    
    @jburwell Can you click on the OSPF commit for review, somehow during 
rebase non ospf commits also got included. I will try to clean them up.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to