DaanHoogland commented on code in PR #8082:
URL: https://github.com/apache/cloudstack/pull/8082#discussion_r1356890158


##########
plugins/storage/volume/linstor/src/main/java/com/cloud/hypervisor/kvm/storage/LinstorStorageAdaptor.java:
##########
@@ -197,6 +197,10 @@ public boolean deleteStoragePool(KVMStoragePool pool) {
         return deleteStoragePool(pool.getUuid());
     }
 
+    /**
+     * createPhysicalDisk will check if the resource wasn't yet created and do 
so, also it will make sure
+     * it is accessible from this node (MakeAvailable).
+     */

Review Comment:
   it just seemed something that all storage plugins are supposed to de ;)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to