Glance - Client disconnected before sending all data to backend
I'm facing again the same issue as this post.
Here my glance api log,
I'm uploading a 30G vmdk disk image. I do not think it is a problem of space in nfs datastore (36% used, available space 370GB).
Here the output of df command:
root@havana-controller:/var/log/glance# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 59862140 40482468 16338856 72% /
udev 2016104 4 2016100 1% /dev
tmpfs 404984 252 404732 1% /run
none 5120 0 5120 0% /run/lock
none 2024920 0 2024920 0% /run/shm
x.x.x.x:/openstack/glance 597688320 209738624 387949696 36% /var/lib/glance/images
Any hint on possible solutions will be appreciated. Thanks in advance.
UPDATE
I tried copying the 30GB vmdk file on /var/lib/glance/images/ and it perfectly worked:
root@havana-controller:/var/lib/glance/images# ls -ltrh
total 224G
-rw-r----- 1 glance glance 4.9G Feb 11 09:46 0f312efb-d4cd-459c-b796-30a14df987c0
-rw-r----- 1 glance glance 2.0G Feb 11 09:48 2b478ffa-7457-4d4d-96fb-be55fa728364
-rw-r----- 1 glance glance 4.9G Feb 11 09:51 5432b526-4e01-41a0-92ca-e58a1b2450bf
-rw-r----- 1 glance glance 4.8G Feb 11 09:56 a3b4194d-181c-497c-bb32-df9afedc1fe9
-rw-r----- 1 glance glance 1.9G Feb 11 09:59 ac50769a-6df6-4883-818a-904392424a66
-rw-r----- 1 glance glance 13M Feb 11 09:59 b22e7d20-1c20-43a4-b403-357e95a0c9e8
-rw-r----- 1 glance glance 1.7G Feb 11 10:01 ef834389-ad08-47cd-865b-7c1951f29eea
-rw-r--r-- 1 glance glance 151 Feb 11 10:03 README.txt
-rw-r----- 1 glance glance 20G Feb 20 14:33 292efdf7-f244-4f5d-9e08-6c055c85465e
-rw-r----- 1 glance glance 40G Feb 27 19:14 6223273f-8768-4d93-860e-ea413e599ca6
-rw-r----- 1 glance glance 60G Mar 18 14:53 2432d887-ec79-49ca-b01f-3078f3875fcd
-rw-r----- 1 glance glance 20G Apr 4 12:07 125f6843-1852-4193-9868-a9e2de61b581
-rw-r----- 1 glance glance 30G Apr 16 11:47 c9a3b842-236a-4236-8742-1570abcc4453
-rw-r----- 1 glance glance 3.7G Apr 25 16:44 ecd0d909-92ca-4559-b5b9-937ec450997f
-rwxr-xr-x 1 root root 30G May 14 2014 infse-cygwin-flat.vmdk
So I could exclude any issue related on running out of space on the NFS share.
Thanks in advance for any suggestion, Antonio
Just so you are aware you posted your glance mysql public address and password, I have removed that conf file link from your post. Feel free to revert my edit if you so wish.
I see my answer was marked "Solved", was this by you? If you did solve the problem, can you give me an update on the solution? I am very intrested in how this turned out.