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/07/15 12:54:40 UTC

[GitHub] [cloudstack] sureshanaparti commented on a diff in pull request #6552: removed the use of SharedMountPoint storage type for the StorPool plugin

sureshanaparti commented on code in PR #6552:
URL: https://github.com/apache/cloudstack/pull/6552#discussion_r922137456


##########
engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41700to41710.java:
##########
@@ -83,4 +96,25 @@ public void updateSystemVmTemplates(Connection conn) {
             throw new CloudRuntimeException("Failed to find / register SystemVM template(s)");
         }
     }
+
+    private void updateStorageType() {

Review Comment:
   ```suggestion
       private void updateStorPoolStorageType() {
   ```



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