rp- commented on code in PR #9138:
URL: https://github.com/apache/cloudstack/pull/9138#discussion_r1637598369


##########
ui/src/views/infra/AddPrimaryStorage.vue:
##########
@@ -162,7 +162,7 @@
         </a-form-item>
         <div
           v-if="form.protocol === 'nfs' || form.protocol === 'SMB' || 
form.protocol === 'iscsi' || form.protocol === 'vmfs'|| form.protocol === 
'Gluster' || form.protocol === 'Linstor' ||
-            (form.protocol === 'PreSetup' && hypervisorType === 'VMware') || 
form.protocol === 'datastorecluster'">
+            (form.protocol === 'PreSetup' && hypervisorType === 'VMware') || 
form.protocol === 'datastorecluster' || form.provider === 'Linstor'">

Review Comment:
   In the form it should be possible now to have different protocol/provider, 
but in the submit part I'll use(overwrite) provider 'Linstor' then.



-- 
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-unsubscr...@cloudstack.apache.org

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

Reply via email to