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

    https://github.com/apache/cloudstack/pull/1671#discussion_r77626328
  
    --- Diff: 
engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/PrimaryDataStoreDriver.java
 ---
    @@ -25,6 +25,13 @@
     import com.cloud.storage.StoragePool;
     
     public interface PrimaryDataStoreDriver extends DataStoreDriver {
    +    String BASIC_CREATE = "basicCreate";
    +    String BASIC_DELETE = "basicDelete";
    +    String BASIC_DELETE_FAILURE = "basicDeleteFailure";
    +    String BASIC_GRANT_ACCESS = "basicGrantAccess";
    +    String BASIC_REVOKE_ACCESS = "basicRevokeAccess";
    +    String BASIC_IQN = "basicIqn";
    --- End diff --
    
    @mike-tutkowski What are basic operations? are they different from normal 
operations? 
    



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