mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
rbd: correct upstream kernel version for deep-flatten
as v5.1.0 supports the deep-flatten feature,lowering the required version to map rbd images which are having deep-flatten feature Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
6838d30aff
commit
04c8c7fd4a
@ -69,12 +69,12 @@ var (
|
|||||||
deepFlattenSupport = []util.KernelVersion{
|
deepFlattenSupport = []util.KernelVersion{
|
||||||
{
|
{
|
||||||
Version: 5,
|
Version: 5,
|
||||||
PatchLevel: 2,
|
PatchLevel: 1,
|
||||||
SubLevel: 0,
|
SubLevel: 0,
|
||||||
ExtraVersion: 0,
|
ExtraVersion: 0,
|
||||||
Distribution: "",
|
Distribution: "",
|
||||||
Backport: false,
|
Backport: false,
|
||||||
}, // standard 5.2+ versions
|
}, // standard 5.1+ versions
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user