View Issue Details

IDProjectCategoryView StatusLast Update
0001387channel: kernel/el9--kernel--request-for-enhancement--public2023-10-11 20:56
Reporterchristophertstone Assigned Totoracat  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Summary0001387: md_cluster module missing (at least in kernel-ml packages)
DescriptionPretty much exactly like 0000847 but for el9

Please consider adding the kernel/drivers/md/dm-cluster.ko file to kernel-ml
TagsNo tags attached.

Activities

toracat

2023-09-26 18:51

administrator   ~0009356

Acknowledged.

The required configuration adjustment will be made for kernel-ml-6.5.6.

< # CONFIG_MD_FAULTY is not set
< # CONFIG_MD_CLUSTER is not set
< # CONFIG_BCACHE is not set
---
> CONFIG_MD_FAULTY=m
> CONFIG_MD_CLUSTER=m
> CONFIG_BCACHE=m
> # CONFIG_BCACHE_DEBUG is not set
> # CONFIG_BCACHE_CLOSURES_DEBUG is not set
> # CONFIG_BCACHE_ASYNC_REGISTRATION is not set

toracat

2023-09-26 19:13

administrator   ~0009357

The required configuration adjustment will also be made for kernel-lt-6.1.56.

< CONFIG_NET_CLS_RSVP=m
< CONFIG_NET_CLS_RSVP6=m
2722,2724c2720,2725
< # CONFIG_MD_FAULTY is not set
< # CONFIG_MD_CLUSTER is not set
< # CONFIG_BCACHE is not set
---
> CONFIG_MD_FAULTY=m
> CONFIG_MD_CLUSTER=m
> CONFIG_BCACHE=m
> # CONFIG_BCACHE_DEBUG is not set
> # CONFIG_BCACHE_CLOSURES_DEBUG is not set
> # CONFIG_BCACHE_ASYNC_REGISTRATION is not set

toracat

2023-10-06 15:06

administrator   ~0009368

The recently released update of kernel-ml and kernel-lt for for el9 (both aarch64 and x86_64) now incorporate the requested configuration adjustment.

Now closing as "resolved/fixed".

toracat

2023-10-11 20:56

administrator   ~0009375

git commit

https://github.com/elrepo/kernel/commit/b32dd5392ebfe6023102431a3c0233e05df4ec52

Issue History

Date Modified Username Field Change
2023-09-26 17:01 christophertstone New Issue
2023-09-26 17:01 christophertstone Status new => assigned
2023-09-26 17:01 christophertstone Assigned To => toracat
2023-09-26 18:28 toracat Status assigned => acknowledged
2023-09-26 18:51 toracat Note Added: 0009356
2023-09-26 19:13 toracat Note Added: 0009357
2023-10-06 15:06 toracat Status acknowledged => resolved
2023-10-06 15:06 toracat Resolution open => fixed
2023-10-06 15:06 toracat Note Added: 0009368
2023-10-11 20:56 toracat Note Added: 0009375