From 3508a02b29195b8ca534a650f62ca58636b2ab73 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 20 Sep 2021 13:29:26 +0530 Subject: [PATCH] ceph: lift minimum supported version of ceph csi to v3.3.0 With the release of Ceph CSI 3.4.0, Ceph CSI project came up with a new support policy where we support only versions >= 3.3.0 The supported window of Ceph CSI versions is known as "N.(x-1)": (N (Latest major release) . (x (Latest minor release) - 1)). For example, if Ceph CSI latest major version is 3.4.0 today, support is provided for the versions above 3.3.0. If users are running an unsupported Ceph CSI version, they will be asked to upgrade when requesting support for the cluster. This PR lift the minimum supported version of Ceph CSI to 3.3.0 in this repo. Fix https://github.com/rook/rook/issues/8709 Ref # https://github.com/ceph/ceph-csi/releases/tag/v3.4.0 https://github.com/ceph/ceph-csi/#known-to-work-co-platforms Signed-off-by: Humble Chirammal (cherry picked from commit 731b0f5274759eeb9ba5b513533900b440f48ab5) (cherry picked from commit 4f6608f852158de58fae98298816935618ebb7ae)