glusterd2 icon indicating copy to clipboard operation
glusterd2 copied to clipboard

All PVC going in pending state during peer add operations

Open ksandha opened this issue 6 years ago • 5 comments

Cloning the issue in GD2 as per the dev's comment. Refer issue https://github.com/gluster/gluster-csi-driver/issues/101

ksandha avatar Nov 28 '18 10:11 ksandha

@ksandha The failure is because there is not enough space to create the volume. Can you provide the list of devices your nodes have and also the space available on them?

rishubhjain avatar Dec 13 '18 14:12 rishubhjain

I don't think so i have less space . As creating 1 gb wouldn't take space. I have a plenty of space there in my machine. I have the setup in the same state rhsqa-virt05.lab.eng.blr.redhat.com:/root/GCS-karan/deploy . I have added the peer kube3 and tried creating a pvc and its in pending state.

ksandha avatar Dec 20 '18 11:12 ksandha

Providing the detail that @rishubhjain asks might be a good thing to have on this issue.

sankarshanmukhopadhyay avatar Dec 20 '18 12:12 sankarshanmukhopadhyay

[root@gluster-kube1-0 /]# curl -X GET http://10.233.65.5:24007/v1/devices
[{"device":"/dev/vdc","state":"enabled","free-size":1099373215744,"total-size":1099373215744,"used-size":0,"extent-size":4194304,"device-used":false,"peer-id":"75813145-bbe3-4761-929d-0ab7b096ef08"},{"device":"/dev/vdd","state":"enabled","free-size":1099373215744,"total-size":1099373215744,"used-size":0,"extent-size":4194304,"device-used":false,"peer-id":"75813145-bbe3-4761-929d-0ab7b096ef08"},{"device":"/dev/vde","state":"enabled","free-size":1099373215744,"total-size":1099373215744,"used-size":0,"extent-size":4194304,"device-used":false,"peer-id":"75813145-bbe3-4761-929d-0ab7b096ef08"},{"device":"/dev/vdc","state":"enabled","free-size":1099373215744,"total-size":1099373215744,"used-size":0,"extent-size":4194304,"device-used":false,"peer-id":"c6bbc9f0-008d-4dc0-8859-d554fa2f3fa7"},{"device":"/dev/vdd","state":"enabled","free-size":1099373215744,"total-size":1099373215744,"used-size":0,"extent-size":4194304,"device-used":false,"peer-id":"c6bbc9f0-008d-4dc0-8859-d554fa2f3fa7"},{"device":"/dev/vde","state":"enabled","free-size":1099373215744,"total-size":1099373215744,"used-size":0,"extent-size":4194304,"device-used":false,"peer-id":"c6bbc9f0-008d-4dc0-8859-d554fa2f3fa7"},{"device":"/dev/vdc","state":"enabled","free-size":1099373215744,"total-size":1099373215744,"used-size":0,"extent-size":4194304,"device-used":false,"peer-id":"d34f9e43-e21c-4544-b5ea-7fce001b9fbd"},{"device":"/dev/vdd","state":"enabled","free-size":1099373215744,"total-size":1099373215744,"used-size":0,"extent-size":4194304,"device-used":false,"peer-id":"d34f9e43-e21c-4544-b5ea-7fce001b9fbd"},{"device":"/dev/vde","state":"enabled","free-size":1099373215744,"total-size":1099373215744,"used-size":0,"extent-size":4194304,"device-used":false,"peer-id":"d34f9e43-e21c-4544-b5ea-7fce001b9fbd"}]

ksandha avatar Dec 20 '18 12:12 ksandha

Descoped for GCS/1.0.

atinmu avatar Jan 17 '19 10:01 atinmu