e2e: set rbd-nbd mounter tests cephLogStrategy to preserve

This is to preserve the rbd-nbd logs post unmap, so that the CI can dump
the available logs from logdir.

Fixes: #2451
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
Prasanna Kumar Kalever 2021-09-30 12:41:57 +05:30 committed by mergify[bot]
parent 90ecd2d7e8
commit a01b9821ee

View File

@ -61,6 +61,7 @@ var (
defaultCloneCount = 10
nbdMapOptions = "debug-rbd=20"
e2eDefaultCephLogStrategy = "preserve"
)
func deployRBDPlugin() {
@ -479,6 +480,7 @@ var _ = Describe("RBD", func() {
map[string]string{
"mounter": "rbd-nbd",
"mapOptions": nbdMapOptions,
"cephLogStrategy": e2eDefaultCephLogStrategy,
},
deletePolicy)
if err != nil {
@ -515,6 +517,7 @@ var _ = Describe("RBD", func() {
map[string]string{
"mounter": "rbd-nbd",
"mapOptions": nbdMapOptions,
"cephLogStrategy": e2eDefaultCephLogStrategy,
},
deletePolicy)
if err != nil {
@ -560,6 +563,7 @@ var _ = Describe("RBD", func() {
map[string]string{
"mounter": "rbd-nbd",
"mapOptions": nbdMapOptions,
"cephLogStrategy": e2eDefaultCephLogStrategy,
},
deletePolicy)
if err != nil {
@ -714,6 +718,7 @@ var _ = Describe("RBD", func() {
map[string]string{
"mounter": "rbd-nbd",
"mapOptions": nbdMapOptions,
"cephLogStrategy": e2eDefaultCephLogStrategy,
"encrypted": "true",
},
deletePolicy)
@ -1072,6 +1077,7 @@ var _ = Describe("RBD", func() {
"imageFeatures": "layering,journaling,exclusive-lock",
"mounter": "rbd-nbd",
"mapOptions": nbdMapOptions,
"cephLogStrategy": e2eDefaultCephLogStrategy,
},
deletePolicy)
if err != nil {