mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
Revert "Temperory workaround for the regression to pass"
The rook commit e52efdb8d4ed98129708d49cbbbbbcb083b02d6c fixes the issue. Hence reverting this patch.
This commit is contained in:
parent
e3a064827b
commit
da111de65d
@ -39,7 +39,6 @@ var _ = Describe("cephfs", func() {
|
|||||||
deployCephfsPlugin()
|
deployCephfsPlugin()
|
||||||
createCephfsStorageClass(f.ClientSet, f)
|
createCephfsStorageClass(f.ClientSet, f)
|
||||||
createCephfsSecret(f.ClientSet, f)
|
createCephfsSecret(f.ClientSet, f)
|
||||||
GivePermToCephfsRoot(f)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
AfterEach(func() {
|
AfterEach(func() {
|
||||||
|
14
e2e/utils.go
14
e2e/utils.go
@ -746,20 +746,6 @@ func listSnapshots(f *framework.Framework, pool, imageName string) ([]snapInfo,
|
|||||||
return snapInfos, err
|
return snapInfos, err
|
||||||
}
|
}
|
||||||
|
|
||||||
func GivePermToCephfsRoot(f *framework.Framework) {
|
|
||||||
opt := metav1.ListOptions{
|
|
||||||
LabelSelector: "app=rook-ceph-tools",
|
|
||||||
}
|
|
||||||
out := execCommandInPod(f, "mkdir /mnt/cephfs", rookNS, &opt)
|
|
||||||
e2elog.Logf("Creating temperory mount point in tools pod %s", out)
|
|
||||||
|
|
||||||
out = execCommandInPod(f, "ceph-fuse /mnt/cephfs >/dev/null 2>&1", rookNS, &opt)
|
|
||||||
e2elog.Logf("Mounting ceph file system at /mnt/cephfs %s", out)
|
|
||||||
|
|
||||||
out = execCommandInPod(f, "chmod 777 /mnt/cephfs/", rookNS, &opt)
|
|
||||||
e2elog.Logf("Setting chmod 777 on the cepfs root %s", out)
|
|
||||||
}
|
|
||||||
|
|
||||||
func checkDataPersist(pvcPath, appPath string, f *framework.Framework) error {
|
func checkDataPersist(pvcPath, appPath string, f *framework.Framework) error {
|
||||||
data := "checking data persist"
|
data := "checking data persist"
|
||||||
pvc, err := loadPVC(pvcPath)
|
pvc, err := loadPVC(pvcPath)
|
||||||
|
Loading…
Reference in New Issue
Block a user