carina icon indicating copy to clipboard operation
carina copied to clipboard

Carina: an high performance and ops-free local storage for kubernetes

Results 41 carina issues
Sort by recently updated
recently updated
newest added

I have one queestion, what is the target directory in the container?

help wanted

**What type of PR is this?** > /kind bug > /kind cleanup **What this PR does / why we need it**: 1. remove unused code 2. modify carina run context...

**What type of PR is this?** > /kind bug > /kind cleanup **What this PR does / why we need it**: 1. refactor logicvolume controller 2. keep logicvolume and nsr...

**What happened**: carina存在引入 3 个有漏洞的缺陷组件: 缺陷名称 | 当前版本 | 最小修复版本 | 依赖类型 | 漏洞数量 -- | -- | -- | -- | -- github.com/dgrijalva/jwt-go | v3.2.0+incompatible | 4.0.0-preview1 | 直接依赖...

bug
invalid
question

**Is your feature request related to a problem?/Why is this needed** Currently, Carina split disk groups based on carina-config, which is manually created by user. Carina doesn't have a good...

documentation
good first issue

Typically, it's enough for each pod to have one carina PV for usage. But in some cases, pod may have multiple carina PV. Currently, carina can only throttle one disk's...

enhancement
good first issue

1. introduce a standard way to let user adding their logos in carina repo using PR 2. show users wall on README

good first issue

如果多个Pod同时调度,但是scheduler存取的只是静态数据,比如: 1、scheduler对应节点A可用容量是2G; 2、PodA PodB均需要2G的资源,同时预选,均满足;PodA PodB均调度成功; 3、最终PodA启动成功,PodB容量不足应启动失败。 所以有没有考虑二次调度的问题? 类似于kubelet对memory等资源有一个二次check。

enhancement
good first issue
question

**Is your feature request related to a problem?/Why is this needed** 当节点存在已有的vg时,支持不自动发现磁盘的能力,能通过配置的方式能将现有的vg容量成功上报并完成pvc分配。针对已经存在vg,每个节点的磁盘匹配方式可能不一样,有可能没有一个合适的正则能满足已有vg匹配。所以期望自动发现磁盘匹配能力可以关闭。 **Describe the solution you'd like in detail** 有没有可能做一个磁盘扫描的开关,针对已有vg支持关闭扫描功能 **Describe alternatives you've considered** **Additional context**

help wanted

请问bcache是如何创建的?我在代码中没有在找到这块逻辑。 测试环境无法成功创建bcache。 0.10版本,helm部署,部署时已启用bcache。 ``` [root@182 ~]# lsmod | grep bcache bcache 274432 0 crc64 16384 1 bcache ``` carina-ndoe 报错 ``` Create with no support type failed to create LV...

question