From 8ea57e55d735bb1a2ddb48f8f21c81ac8a98bc30 Mon Sep 17 00:00:00 2001 From: Matthew Cary Date: Mon, 17 Aug 2020 13:51:03 -0700 Subject: [PATCH] fix misleading comment in expand_volume.go --- test/e2e/storage/testsuites/volume_expand.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/storage/testsuites/volume_expand.go b/test/e2e/storage/testsuites/volume_expand.go index 42e5253aa75..a1d980abd48 100644 --- a/test/e2e/storage/testsuites/volume_expand.go +++ b/test/e2e/storage/testsuites/volume_expand.go @@ -248,7 +248,7 @@ func (v *volumeExpandTestSuite) DefineTests(driver TestDriver, pattern testpatte }() framework.ExpectNoError(err, "While creating pods for resizing") - // We expand the PVC while no pod is using it to ensure offline expansion + // We expand the PVC while l.pod is using it for online expansion. ginkgo.By("Expanding current pvc") currentPvcSize := l.resource.Pvc.Spec.Resources.Requests[v1.ResourceStorage] newSize := currentPvcSize.DeepCopy()