Skip to content

Commit

Permalink
e2e: log .nfs pool creation output
Browse files Browse the repository at this point in the history
in recent ceph version .nfs pool creation
is failing, instead of erroring out, logging
it as its not a problem.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Aug 7, 2023
1 parent 248fc24 commit 042d340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/nfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func deployNFSPlugin(f *framework.Framework) {
// from non-e2e related CephNFS objects
err = createPool(f, nfsPoolName)
if err != nil {
framework.Failf("failed to create pool for NFS config %q: %v", nfsPoolName, err)
framework.Logf("failed to create pool for NFS config %q: %v", nfsPoolName, err)
}

createORDeleteNFSResources(f, kubectlCreate)
Expand Down

0 comments on commit 042d340

Please sign in to comment.