// Verify volume count specified by the user can be satisfied
// Verify volume count specified by the user can be satisfied
ifvolumeCount>volumesPerNode*len(nodes.Items){
ifvolumeCount>volumesPerNode*len(nodes.Items){
framework.Skipf("Cannot attach %d volumes to %d nodes. Maximum volumes that can be attached on %d nodes is %d",volumeCount,len(nodes.Items),len(nodes.Items),volumesPerNode*len(nodes.Items))
framework.Skipf("Cannot attach %d volumes to %d nodes. Maximum volumes that can be attached on %d nodes is %d",volumeCount,len(nodes.Items),len(nodes.Items),volumesPerNode*len(nodes.Items))
...
@@ -111,7 +111,7 @@ var _ = utils.SIGDescribe("vcp at scale [Feature:vsphere] ", func() {
...
@@ -111,7 +111,7 @@ var _ = utils.SIGDescribe("vcp at scale [Feature:vsphere] ", func() {
By(fmt.Sprintf("%v Verifing the volume: %v is attached to the node VM: %v",logPrefix,persistentvolumes[0].Spec.VsphereVolume.VolumePath,pod.Spec.NodeName))
By(fmt.Sprintf("%v Verifing the volume: %v is attached to the node VM: %v",logPrefix,persistentvolumes[0].Spec.VsphereVolume.VolumePath,pod.Spec.NodeName))
By(fmt.Sprintf("%v Waiting for volume: %v to be detached from the node: %v",logPrefix,persistentvolumes[0].Spec.VsphereVolume.VolumePath,pod.Spec.NodeName))
By(fmt.Sprintf("%v Waiting for volume: %v to be detached from the node: %v",logPrefix,persistentvolumes[0].Spec.VsphereVolume.VolumePath,pod.Spec.NodeName))