Skip to content

Commit 8ea57e5

Browse files
committed
fix misleading comment in expand_volume.go
1 parent 0d1d656 commit 8ea57e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/storage/testsuites/volume_expand.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func (v *volumeExpandTestSuite) DefineTests(driver TestDriver, pattern testpatte
248248
}()
249249
framework.ExpectNoError(err, "While creating pods for resizing")
250250

251-
// We expand the PVC while no pod is using it to ensure offline expansion
251+
// We expand the PVC while l.pod is using it for online expansion.
252252
ginkgo.By("Expanding current pvc")
253253
currentPvcSize := l.resource.Pvc.Spec.Resources.Requests[v1.ResourceStorage]
254254
newSize := currentPvcSize.DeepCopy()

0 commit comments

Comments
 (0)