https://issues.apache.org/jira/browse/CLOUDSTACK-5806
On Mon, Jan 6, 2014 at 12:46 PM, Marcus Sorensen wrote:
> Thanks, I've created an issue for it. It's unassigned, I assume
> Edison, Mike, Chris S, or myself could fix it, I don't have time to
> immediately look into it (I simply removed the ch
Thanks, I've created an issue for it. It's unassigned, I assume
Edison, Mike, Chris S, or myself could fix it, I don't have time to
immediately look into it (I simply removed the check for type to get
around our immediate issue) but will try to circle back around on it
if nobody can help.
On Mon,
We can move it to storage driver's capabilities method.
Each storage driver can report its capabilities in DataStoreDriver->
getCapabilities(), which returns a map[String, String], we can change the
signature to map[String, Object]
In CloudStackPrimaryDataStoreDriverImpl(the default storage drive