ScatterHQ / flocker

Container data volume manager for your Dockerized application
Apache License 2.0
69 stars 9 forks source link

volume state : always pending #4

Closed Coyzz closed 7 years ago

Coyzz commented 7 years ago

I Use a P.O.C for planning this in production purpose.

All is working good but since few days, when i try to create a new volume, the state is always pending.

Strange thing, after some times (15-30min) the volume is intermittently created a plugged to the instance. But the state with flockerctl --certs-path=/etc/flocker --user=client --control-service=192.168.12.10 list indicate that the volume is still pending and the volume is not usable.

ubuntu@manager01:~$ sudo flockerctl --certs-path=/etc/flocker --user=client --control-service=192.168.12.10 list DATASET SIZE METADATA STATUS SERVER 5ab72fdd-73a2-435b-ab1e-7ed826c017b7 10.00G maximum_size=10737418240,name=grafana pending ⌛ f390bb6a (192.168.12.10) 1249b1f4-6c00-4eac-9d82-b615d854a82b 10.00G maximum_size=10737418240,name=yeahBro pending ⌛ f390bb6a (192.168.12.10) e2d0f9f6-9288-4404-951b-3711c79eb209 10.00G maximum_size=10737418240,name=test pending ⌛ 86a18183 (192.168.12.12) 59ce4f40-cde3-420e-8594-f6f128d21b0e 10.00G maximum_size=10737418240,name=bdd pending ⌛ f390bb6a (192.168.12.10) 24f869eb-99f0-440c-8187-c2bfb992b91e 10.00G maximum_size=10737418240,name=noGood pending ⌛ f390bb6a (192.168.12.10)

My cloud provider is OVH.

All node is up a running, all agent is in active state whithout errors.

see the flocker-diagnotics attach file clusterhq_flocker_logs_fdbd42c4-e23b-11e6-b564-fa163ebcb6e9.zip

thx