sureshanaparti commented on pull request #4994: URL: https://github.com/apache/cloudstack/pull/4994#issuecomment-880729143
> @rhtyd > > > For example, you can run and share results of your smoketests in your env (or using virtualised https://github.com/shapeblue/mbx) with Linstor storage with KVM as the only primary storage. Or a set of manual tests. We can merge based on your provided test results and regression smoketests, and after all review items are addressed. > > So I'm in the middle of setup a new cluster with just Linstor as primary storage, and in the setup wizard I noticed that only the options for (nfs, SharedMountPoint, RBD, CLVM, Gluster). So why are here solidfire, datera and others missing and is it ok to add the default nfs primary storage and afteward deleted it and add just a Linstor one? Or should I be able to already pick Linstor here? @rp- The protocol while adding primary storage from the UI, is basically used to build the url of the storage pool. Protocol: <img width="388" alt="Protocol_AddPrimaryStorage" src="https://user-images.githubusercontent.com/12028987/125801847-47e25bb2-bf7f-4272-b5e3-e589b40f899e.png"> Provider: <img width="389" alt="Provider_AddPrimaryStorage" src="https://user-images.githubusercontent.com/12028987/125801880-ecfb8d40-e619-4257-b1d1-4dbc532efcee.png"> In your case, you can either use a new protocol 'Linstor', Otherwise use 'custom' protocol and make sure the 'Linstor' provider is selected, to general the url for the storage pool and pass to createStoragePool API. -- 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]
