You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?/Why is this needed
从0.12.0版本的使用上来看,同一个vg名称只能在cm里存在一份,多出来的vg配置会被csi本身忽略。这导致vg的分配不够灵活,每一个满足当前vg的label的node节点都只能使用单个re中指定的磁盘。
假设A机器和B机器都有a、b、c三个裸盘,想让A机器的a、b和B机器的b、c划分到一个同名称的vg,就无法通过配置文件来实现这一点。
Describe the solution you'd like in detail
不知道是否可以让cm配置中的vg存在多个,而将vg+label作为一个唯一键,这样可以通过不同label区分的方式,让不同node上的不同磁盘,都能划分出相同的vg。
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?/Why is this needed
从0.12.0版本的使用上来看,同一个vg名称只能在cm里存在一份,多出来的vg配置会被csi本身忽略。这导致vg的分配不够灵活,每一个满足当前vg的label的node节点都只能使用单个re中指定的磁盘。
假设A机器和B机器都有a、b、c三个裸盘,想让A机器的a、b和B机器的b、c划分到一个同名称的vg,就无法通过配置文件来实现这一点。
Describe the solution you'd like in detail
不知道是否可以让cm配置中的vg存在多个,而将vg+label作为一个唯一键,这样可以通过不同label区分的方式,让不同node上的不同磁盘,都能划分出相同的vg。
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: