Skip to content

Commit

Permalink
e2e: start adopting to the new format of map/unmapOptions
Browse files Browse the repository at this point in the history
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
  • Loading branch information
Prasanna Kumar Kalever authored and mergify[bot] committed Nov 23, 2021
1 parent ec8397d commit 5472b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/rbd.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var (
snapshotPath = rbdExamplePath + "snapshot.yaml"
defaultCloneCount = 10

nbdMapOptions = "debug-rbd=20"
nbdMapOptions = "nbd:debug-rbd=20"
e2eDefaultCephLogStrategy = "preserve"
)

Expand Down Expand Up @@ -271,7 +271,7 @@ var _ = Describe("RBD", func() {
}
// default io-timeout=0, needs kernel >= 5.4
if !util.CheckKernelSupport(kernelRelease, nbdZeroIOtimeoutSupport) {
nbdMapOptions = "debug-rbd=20,io-timeout=330"
nbdMapOptions = "nbd:debug-rbd=20,io-timeout=330"
}
})

Expand Down

0 comments on commit 5472b66

Please sign in to comment.