gluster / gluster-kubernetes

GlusterFS Native Storage Service for Kubernetes
Apache License 2.0
875 stars 389 forks source link

setup-openshift-heketi-storage command error #595

Open andriktr opened 5 years ago

andriktr commented 5 years ago

Hi, I'm trying to setup gluster with heketi on my bare metal cluster. I already loaded the topology and now trying to provision a volume for Heketi to store its database with command: heketi-cli setup-openshift-heketi-storage ~ after the 10 min when command is being started I'm getting an error: Error: Get http://10.36.0.5:8080/queue/e2aa72e4a5172c7042f1edb74dcd21a1: dial tcp 10.36.0.5:8080: socket: too many open files. If I'm trying to execute command again I'm getting this: Failed to allocate new volume: Volume name 'heketidbstorage' already in use.

Also heketi-storage.json is not being created.

How could I fix it ? Thanks in advance.