gluster / gluster-csi-driver

DEPRECATED: Gluster Container Storage Interface (CSI) driver
GNU Lesser General Public License v3.0
57 stars 30 forks source link

Few PVCs are are failed to create while creating 100 pvcs using script #92

Open rmadaka opened 6 years ago

rmadaka commented 6 years ago

Describe the bug Creating 100 pvcs using script with 30 secs gap , few pvcs are failed to create.

Steps to reproduce -> Create 100 pvcs uisng script then observe the behavior Actual results

Error from server (InternalError): error when creating "pvc.yaml": Internal error occurred: resource quota evaluates timeout
persistentvolumeclaim/gcs-pvc44 created
persistentvolumeclaim/gcs-pvc45 created
persistentvolumeclaim/gcs-pvc46 created
Error from server (InternalError): error when creating "pvc.yaml": Internal error occurred: resource quota evaluates timeout
Unable to connect to the server: context deadline exceeded (Client.Timeout exceeded while awaiting headers)
persistentvolumeclaim/gcs-pvc49 created
persistentvolumeclaim/gcs-pvc50 created
persistentvolumeclaim/gcs-pvc51 created
persistentvolumeclaim/gcs-pvc52 created
Error from server (Timeout): error when creating "pvc.yaml": the server was unable to return a response in the time allotted, but may still be processing the request (post persistentvolumeclaims)
persistentvolumeclaim/gcs-pvc54 created

Expected behavior All pvcs should be created successfully, all pvcs should be bounded successfully

Madhu-1 commented 6 years ago

need logs from the CSI provisioner pod

Madhu-1 commented 6 years ago

@rmadaka ping any update on this?

amarts commented 6 years ago

Also please see that for dealing with 100 PVC, the memory requirements should be more than the default vm created

humblec commented 6 years ago

@rmadaka if this is still an issue, please give us the logs.

Madhu-1 commented 6 years ago

@rmadaka any update here?