mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
e2e: start adopting to the new format of map/unmapOptions
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
parent
ec8397d8d9
commit
5472b66ccf
@ -61,7 +61,7 @@ var (
|
|||||||
snapshotPath = rbdExamplePath + "snapshot.yaml"
|
snapshotPath = rbdExamplePath + "snapshot.yaml"
|
||||||
defaultCloneCount = 10
|
defaultCloneCount = 10
|
||||||
|
|
||||||
nbdMapOptions = "debug-rbd=20"
|
nbdMapOptions = "nbd:debug-rbd=20"
|
||||||
e2eDefaultCephLogStrategy = "preserve"
|
e2eDefaultCephLogStrategy = "preserve"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -271,7 +271,7 @@ var _ = Describe("RBD", func() {
|
|||||||
}
|
}
|
||||||
// default io-timeout=0, needs kernel >= 5.4
|
// default io-timeout=0, needs kernel >= 5.4
|
||||||
if !util.CheckKernelSupport(kernelRelease, nbdZeroIOtimeoutSupport) {
|
if !util.CheckKernelSupport(kernelRelease, nbdZeroIOtimeoutSupport) {
|
||||||
nbdMapOptions = "debug-rbd=20,io-timeout=330"
|
nbdMapOptions = "nbd:debug-rbd=20,io-timeout=330"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user