Jeffrey Devloo
Jeffrey Devloo
This is for future readers: Replace the current header ``` (function () { function DictionaryItem(key, value, dictionary) { ``` with: ``` (function (factory) { // CommonJS if (typeof require ===...
I could make a pull request to solve this issue but it would depend on https://micronaut-projects.github.io/micronaut-servlet/1.0.2/guide/index.html as Micronaut does not expose the servlet api by default. An alternative would be...
It's better to keep all data contained within the key. If multiple keys need to be adjusted all at once, you might have to rely on assert_range which is implemented...
Will be implemented by https://github.com/openvstorage/framework/pull/2298
Framework concurrency added by #2298. This implementation still iterates on the snapshots, causing a snapshot.xml update each time. The volumedriver implemented a delete_snapshots call which can be used instead: https://github.com/openvstorage/volumedriver-ee/issues/207
Hi Yongshengma Converting the image made the volumedriver trigger the create event on which the Framework responds. The Framework enforces ascii encoding when saving objects to the OVSDB Arakoon (through...
Hi Yongshenga I indeed made some mistakes while writing the small test out. The version you should use is: ``` from ovs.dal.lists.vdisklist import VDiskList from ovs.dal.lists.vpoollist import VPoolList devicename =...
I suspect a second delete that has already removed the link between the volumedriver and the framework and for some reason the vdisk is still known to the Framework.
`EnsureSingleTaskDiscarded` is thrown internally now. It can be exposed to be thrown back to the user. Lines of code: Default: https://github.com/openvstorage/framework/blob/develop/ovs/lib/helpers/decorators.py#L204 Deduped: https://github.com/openvstorage/framework/blob/develop/ovs/lib/helpers/decorators.py#L259 Chained: https://github.com/openvstorage/framework/blob/develop/ovs/lib/helpers/decorators.py#L315
Do you have logging from the ovs-workers? I'd like to follow the trail on this one. The task name is `alba.add_units`. Best regards Jeffrey Devloo