rohityadavcloud commented on pull request #4380:
URL: https://github.com/apache/cloudstack/pull/4380#issuecomment-1004727059
@weizhouapache I've verified this, it works but not in the syntax you've
shared but:
```
<pool type='rbd'>
<name><name uuid here></name>
....
<source>
<host name='192.168.1.11'/>
<host name='192.168.1.12'/>
<host name='192.168.1.13'/>
<name><name of ceph rbd pool here></name>
<auth type='ceph' username='cloudstack'>
<secret uuid='<uuid here>'/>
</auth>
</source>
</pool>
```
https://libvirt.org/storage.html#StorageBackendRBD
DNS is good solution @wido but some people including me may like this
solution.
--
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]