framework icon indicating copy to clipboard operation
framework copied to clipboard

The Framework is a set of components and tools which brings the user an interface (GUI / API) to setup, extend and manage an Open vStorage platform.

Results 100 framework issues
Sort by recently updated
recently updated
newest added

ABM configs are fetched each time a remote backend is selected for a vpool. This creates a lot of duplicates in the long run and it is totally avoidable. It...

type_enhancement
state_codecomplete

* info about intervals supporting clone creation: `StorageRouterClient.timestamp_intervals` * actual clone creation: `StorageRouterClient.create_sub_snapshot_clone` cf. https://github.com/openvstorage/volumedriver-ee/issues/135

type_feature

### Problem When providing information on the remote backend, the refresh button is not shown. This leads to situations where you have to fold and unfold the remote config fields...

type_bug
state_codecomplete

```In [98]: vp1_api_client.get('backends') --------------------------------------------------------------------------- HttpException Traceback (most recent call last) in () ----> 1 vp1_api_client.get('backends') /usr/lib/python2.7/dist-packages/ovs_extensions/api/client/baseclient.pyc in get(self, api, params) 258 :type params: dict 259 """ --> 260 return self._call(api=api,...

type_bug
state_codecomplete

When you open a vdisk in the GUI, is it possible to show a list of clones of that vdisk?

type_enhancement

There is no "ovs --version" parameter forseen. ![image](https://user-images.githubusercontent.com/45066628/49740215-0ee44380-fc94-11e8-9c70-ab51973dcd6a.png)

type_feature
state_codecomplete

``` Dec 12 05:22:29 NY1SRV0003 ovs-workers[14612]: 2018-12-12 05:22:29 48900 -0500 - NY1SRV0003 - 14612/140500966688512 - celery/celery.worker.job - 25207 - DEBUG - Task accepted: ovs.vdisk.delete[aaa344ba-f83d-4ae1-b608-18faffe7d436] pid:14623 Dec 12 05:22:29 NY1SRV0003 ovs-workers[14612]:...

type_bug

Possible solutions: - add item suffix (easiest) - add metdata key with type (requires managing two keys) - Wrap in json always with key being type, value being the thing...

type_enhancement
state_codecomplete

The Framework current logging sets up a filehandler for every logger instantiated. This is just plain wrong. It enforces: - The file to be preset (which is created as root...

type_enhancement
state_codecomplete

API request: ``` Jan 17 14:34:39 DEV-4N-199-191 ovs-webapp-api[2754]: 2019-01-17 14:34:39 14100 +0100 - DEV-4N-199-191 - 2793/139821510998448 - api/decorators.py - new_function - 5128 - INFO - [disks.list] - 8ec11624-0203-498d-9a4b-908aa6e25db6 - []...

type_bug
state_codecomplete