// 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))