You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/22 20:47:57 UTC

[GitHub] [cloudstack] GutoVeronezi commented on a change in pull request #6007: StorPool storage plugin

GutoVeronezi commented on a change in pull request #6007:
URL: https://github.com/apache/cloudstack/pull/6007#discussion_r832612507



##########
File path: engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/storage/PrimaryDataStoreDriver.java
##########
@@ -103,4 +103,28 @@
      * returns true if the host can access the storage pool
      */
     boolean canHostAccessStoragePool(Host host, StoragePool pool);
+
+    /**
+     * intended for storage pools
+     * returns true if additional VM info is needed
+     */
+    boolean vmInfoNeeded();
+
+    /**
+     * intended for storage pools
+     * provide additional info for a VM

Review comment:
       Thanks for explaining, @slavkap. Could we add this info to the javadoc?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org