oio-sds icon indicating copy to clipboard operation
oio-sds copied to clipboard

High Performance Software-Defined Object Storage for Big Data and AI, that supports Amazon S3 and Openstack Swift

Results 30 oio-sds issues
Sort by recently updated
recently updated
newest added

I have multiple Kubernetes environment and I've MinIO to storage logs (archivage). I've finded OpenIO recently and I want deploy it in KB env, like my existing MinIO cluster. MinIO...

##### ISSUE TYPE - Feature Idea - Potential Bug ##### COMPONENT NAME OpenIO event interface ##### SDS VERSION ``` openio 4.3.1 ``` ##### SUMMARY Henceforward a create event is `storage.content.new`...

bug :scream:
enhancement :sparkles:
question :grey_question:
language:C

##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME account ##### SDS VERSION ``` openio 4.1.25 ``` ##### CONFIGURATION ``` [OPENIO] conscience=10.0.2.15:6000 zookeeper=10.0.2.15:6005 proxy=10.0.2.15:6006 event-agent=beanstalk://10.0.2.15:6014 meta1_digits=3 udp_allowed=yes ns.storage_policy=SINGLE ns.service_update_policy=meta2=KEEP|1|1|;rdir=KEEP|1|1|user_is_a_service=rawx;sqlx=KEEP|3|1|; ```...

##### ISSUE TYPE - Bug Report ##### COMPONENT NAME conscience-agent ##### SDS VERSION ``` [root@node4 /]# rpm -qa|grep sds-common openio-sds-common-4.1.24-1.el7.oio.x86_64 ``` ##### CONFIGURATION ``` [root@node4 /]# cat /etc/oio/sds.conf.d/TESTCDE # OpenIO...

bug :scream:
priority:3 :rage1:
language:python :snake:

* `oio-blob-rebuilder` specifies a request ID when copying a chunk, but this ID is not output in its log, neither used to make requests to the directory. * Some error...

enhancement :sparkles:
priority:4 :suspect:
language:python :snake:

Actions are necessary when a broken partition is encountered. A lot of possibilities: * raise an high-level alert destined to an operator * automatically trigger a rebuild of the nearly-broken...

enhancement :sparkles:
language:C

As a first effect of #1287, we should react to the reporting of I/O errors with a notification that the service is down. This concerns the `rawx`, `meta0`, `meta2`, `meta2`...

enhancement :sparkles:
language:python :snake:

Hi, On my instance, I saw a difference in objects count between the following commands: - openio container list - openio container show Exemple: ``` $ openio container list +-----------------------------------------------------------------------------------------------------------------------------+---------+-------+...

We need an easy and efficient way to mark down all the services known to be hosted on the given host. Currently, this could be implemented like this: ``` (...

enhancement :sparkles:

A portion of `oio.blob.clien.BlobClient` uses **requests**, whereas the other portion uses `oio.api.io.ChunkReader`, which uses eventlet's **httplib**. This is not consistent. We would like to get rid of **requests**.

enhancement :sparkles:
priority:3 :rage1:
language:python :snake: