Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Disk discovery #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liuminjian
Copy link

@liuminjian liuminjian commented Aug 17, 2023

This pr resolves #27 .
参考rook实现方式,增加磁盘发现功能

curve-operator增加环境变量
DISCOVER_DISK:是否开启磁盘发现
DISCOVER_UDEV_BLACKLIST:过滤磁盘规则
DISCOVER_INTERVAL:磁盘发现扫描间隔
image

curve-operator启动后会根据环境变量创建daemonset
image

daemonset扫描每个节点的磁盘信息并保存到configmap
image

Signed-off-by: liuminjian <liuminjian@chinatelecom.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

K8s/Deployment: Disk discovery
1 participant