Volker Theile
Volker Theile
> If set to the empty list all local interfaces except loopback and point-to-point will be used. Even if the documentation tells that it should work, it simply does not....
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is this a regression? No ### Current behavior The transloco-keys-manager tool seems not...
**Problem:** After the user entered all information in the disk page it is still necessary to press `Enter` or `Key-Down` twice at the `Use MBR partitioning scheme` form control before...
Replace `it’s` with `it is` because the apostrophe is rendered with a big space with the configured `AvenirNext-Regular` font-family. This is the only occurrence of `it’s` in the whole UI,...
Is it possible with our backend to retrieve bandwidth information via the [admin/usage](https://docs.ceph.com/en/latest/radosgw/adminops/#get-usage) AdminOps API? According to the docs a setting must be configured in ceph.conf. Can this be done...
Add dashboard widgets showing various stats about the user buckets, e.g. - Bytes used by user - Total object entries - [more](https://docs.ceph.com/en/latest/radosgw/s3/serviceops/#get-usage-stats) Referencing: https://github.com/aquarist-labs/s3gw/issues/44 Requires: - [ ] #143 Blocked...
According to https://docs.ceph.com/en/latest/radosgw/s3/serviceops/#get-usage-stats it is not possible to get the user stats. The following error occurs when the request is executed: ``` 2022-10-07T10:24:53.775+0000 7f494570f6c0 1 ====== starting new request req=0x7f485e540790...
This is a follow up feature request of #823. The idea is that health tests are used to check if the connection to the s3gw is working. Alternatively it would...
With v0.23.0 there need to be done some changes in https://github.com/aquarist-labs/s3gw/blob/s3gw-v0.23/docker-compose.yaml Rename RGW_SERVICE_URL -> S3GW_SERVICE_URL Remove ``` command: - "--rgw-backend-store" - "sfs" ``` Finally it should look like: ``` ---...
The already existing E2E tests should be included into GH workflow. This requires a running s3gw instance and a fresh s3gw-ui container including the latest changes of the PR that...