Skip to content

Commit 17e97af

Browse files
authored
fix: pin kernel to 6.17.12 for ZFS compatibility (#4187)
1 parent 93a653d commit 17e97af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-image-gts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
brand_name: [bluefin]
2525
with:
26-
# kernel_pin: 6.14.11-200.fc41.x86_64 ## This is where kernels get pinned.
26+
kernel_pin: 6.17.12-200.fc42.x86_64 ## Pin to 6.17 for ZFS compatibility
2727
brand_name: ${{ matrix.brand_name }}
2828
stream_name: gts
2929

.github/workflows/build-image-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
brand_name: ["bluefin"]
2626
with:
27-
# kernel_pin: 6.14.11-300.fc42.x86_64 ## This is where kernels get pinned.
27+
kernel_pin: 6.17.12-200.fc42.x86_64 ## Pin to 6.17 for ZFS compatibility
2828
brand_name: ${{ matrix.brand_name }}
2929
stream_name: stable
3030

0 commit comments

Comments
 (0)