mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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{
|
||||
{
|
||||
Version: 5,
|
||||
PatchLevel: 2,
|
||||
PatchLevel: 1,
|
||||
SubLevel: 0,
|
||||
ExtraVersion: 0,
|
||||
Distribution: "",
|
||||
Backport: false,
|
||||
}, // standard 5.2+ versions
|
||||
}, // standard 5.1+ versions
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user