mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
rbd: add RHEL 8.2 kernel to the list
as RHEL 8.2 supports the deep-flatten feature, added it to the list to map the rbd images on the node without flattening. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
04c8c7fd4a
commit
8f758450d8
@ -75,6 +75,14 @@ var (
|
||||
Distribution: "",
|
||||
Backport: false,
|
||||
}, // standard 5.1+ versions
|
||||
{
|
||||
Version: 4,
|
||||
PatchLevel: 18,
|
||||
SubLevel: 0,
|
||||
ExtraVersion: 193,
|
||||
Distribution: ".el8",
|
||||
Backport: true,
|
||||
}, // RHEL 8.2
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user