diff --git a/e2e/rbd.go b/e2e/rbd.go index 478467432..1492b7e34 100644 --- a/e2e/rbd.go +++ b/e2e/rbd.go @@ -165,9 +165,11 @@ func validateRBDImageCount(f *framework.Framework, count int, pool string) { } if len(imageList) != count { e2elog.Failf( - "backend images not matching kubernetes resource count,image count %d kubernetes resource count %d", + "backend images not matching kubernetes resource count,image count %d kubernetes resource count %d"+ + "\nbackend image Info:\n %v", len(imageList), - count) + count, + imageList) } }