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:
Madhu Rajanna 2020-07-06 10:51:50 +05:30 committed by mergify[bot]
parent 6838d30aff
commit 04c8c7fd4a

View File

@ -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
}
)