Skip to content

Commit

Permalink
e2e: Fixing the TODO in createCephfsStorageClass
Browse files Browse the repository at this point in the history
Fixing the TODO from createCephfsStorageClass()
since v3.9 is released and upgrade tests will be
run from v3.9 to devel.
ceph#3994

Fixes: ceph#3911
Signed-off-by: karthik-us <ksubrahm@redhat.com>
  • Loading branch information
karthik-us committed Jul 13, 2023
1 parent 4a263fc commit cad866f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions e2e/cephfs_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ func createCephfsStorageClass(
if err != nil {
return err
}
// TODO: remove this once the ceph-csi driver release-v3.9 is completed
// and upgrade tests are done from v3.9 to devel.
// The mountOptions from previous are not compatible with NodeStageVolume
// request.
sc.MountOptions = []string{}

sc.Parameters["fsName"] = fileSystemName
sc.Parameters["csi.storage.k8s.io/provisioner-secret-namespace"] = cephCSINamespace
Expand Down

0 comments on commit cad866f

Please sign in to comment.