antmoveh

Results 6 issues of antmoveh

**Is your feature request related to a problem?/Why is this needed** In early carina releases, disks were registered as a device on Node, but this was removed after Carina v0.10.0,...

good first issue

如图所示, 在该情况下该如何恢复磁盘,该问题如何修复 ![a500e3e5f39a6c5f0450211fb3056df](https://user-images.githubusercontent.com/26082792/191638914-e356a051-3718-438b-94c5-cd955fcd919e.png) ![4cc88b1ba67bc48342fcc074b424cf9](https://user-images.githubusercontent.com/26082792/191638960-3ff8656c-6f78-4284-9e85-bc389603e565.png)

kind/bug

/kind feature /enhancement The existing carina scheduling is extended in Framework V2 mode. The POD Scheduler field in the cluster must be Carina-Scheduler. Now let's discuss whether we need to...

enhancement
help wanted
kind/feature
kind/support

#### 2023下半年任务规划 ##### v0.13 - 高版本kubernetes支持,计划发版时间20230831 - 在kubernetes > 1.25之后k8s变更了他的安全策略这里carina在部署文件上要调整 - carina代码中集成的低版本控制器,无法在高k8s版本中使用,需要升级调整 ##### v0.14 - 计划发版时间20231031 - 目前carina支持lvm及raw存储类型,增加一个directory类型存储 - directory,类型是指在节点上创建一个目录,类似于hostpath的使用方式,不过这个可以做到容器每次重建都会调度到该pv所在节点 - 增加grafana面板功能,目前carina本身已经提供了不少卷指标,需要定制一个grafana面板用于展示carina的指标数据 - lvm卷快照支持,为lvm卷模式增加快照支持 ##### v0.15 - 计划发版时间20231231 - 为carina增加分布式存储能力,目前cairna创建的存储卷都是在K8s节点上,当节点损坏时需要通过备份恢复的手段来进行数据恢复,不少用户还是希望有分布式存储的能力,减少数据恢复的时间

**What happened**: **What you expected to happen**: **How to reproduce it**: **Anything else we need to know?**: **Environment**: - CSI Driver version: - Kubernetes version (use `kubectl version`): - OS...

bug

有些快照细节设计,我想和大家讨论一下 ① 只有lvm卷支持快照 ② 快照的容量需要1:1当前的存储卷大小,当vg卷组容量不足时不允许创建快照。举个例子`vg - lvm总容量 - snap总容量 < 新快照容量`,则不允许创建,这里的snap等于lvm大小 ③ 一旦创建快照后则存储卷不允许扩容,这是因为一旦扩容后,在进行快照恢复的时候存储卷的大小将会还原 暂时想到这么多,有更多的问题请在下边补充 There are some snapshot details I'd like to discuss with you ① Only lvm volumes support...

kind/design