weizhouapache commented on PR #7671: URL: https://github.com/apache/cloudstack/pull/7671#issuecomment-1612064019
@vdombrovski I have tried to add a RBD pool into cloudstack, it succeeded. CloudStack UI converted "/"to "_", and passed to cloudstack API. so I removed the ceph pool and re-added it with the new secret (/ to _), and it succeeded as well. The problem is, if password contains "/", `Java.net.URI` class cannot handle it correctly. If you cannot add ceph RBD pool with "/" in the token, please replace `/` with `_` and retry -- 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]
