Re: HELP: storage overprovision for storage plugins

2014-01-06 Thread Marcus Sorensen
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

Re: HELP: storage overprovision for storage plugins

2014-01-06 Thread Marcus Sorensen
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,

RE: HELP: storage overprovision for storage plugins

2014-01-06 Thread Edison Su
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