Artem
Artem
### Environment info - NooBaa Operator Version: **5.11.0** - Platform: **K8s v1.22.3 on minikube 1.24.0 5CPU 8GB** ### Actual behavior 1. Operator stuck in phase connecting: `System Phase is "Connecting"....
# Summary Add size parameter to Volume status indicating the actual resources of the underlying volume. Size parameter in the spec will reflect requested resources. ## Basic example ```yaml apiVersion:...
Hi, thank you for this amazing tool. There is no other tool helping to find unused exported methods. But i got some false positive alerts in my project: - It...
Closes #14441 Implements #14455 1. Refactored `ConfigurePools()` to separate logic related to `spec.sharedPools` and logic related to `spec.dataPool and spec.metadataPool`: - `spec.dataPool` and `spec.metadataPool` creation logic moved to `CreateObjectStorePools()` -...
Probably related or duplicate to #12824 **What should the feature do:** Allow to set multiple OSD pools for a single `CephObjectStore` and define target placement for these pools, so clients...
Currently, Rook will set pool placement as a default only if its name is equal to "default". ```yaml apiVersion: ceph.rook.io/v1 kind: CephObjectStore spec: sharedPools: poolPlacements: - name: default # default...
closes #14708
There is a Rook setup: - one cluster in 2 availability zones (AZ) - 2 mons in each AZ The setup should tolerate zone outage, but there is a problem:...
Currently, in chorus storage [credentials config](https://github.com/clyso/chorus/blob/cc2202ae8addedf1e71984c098690ed2a8d3900f/service/worker/config.yaml#L37-L73) ([example yaml](https://github.com/clyso/chorus/blob/cc2202ae8addedf1e71984c098690ed2a8d3900f/pkg/s3/config.go#L47)) one of the storages **have** to be set as main (`isMain: true`). Otherwise chorus will not start. This requirement relevant only for...