Comment 1 for bug 1614090

Revision history for this message
Igor Zinovik (izinovik) wrote :

Diagnostic snapshot analysis revealed that there is an infrastructure problem:
NFS datastore is not available that is used by Glance backed (vmware_datastore).

Things goes this way:
openstack client tries to upload Cirros image into Glance.
Glance is configured with vmware_datastore (uses remote that is
available via vCenter server) as backend, but it cannot use it because
it is unavalable. Here is a snippet from glance-api.log

<147>Dec 27 23:16:47 node-1 glance-glare: 2016-12-27 23:16:47.309 23878 ERROR glance_store._drivers.vmware_datastore [-] Could not find datastore nfs in datacenter Datacenter
 <148>Dec 27 23:16:47 node-1 glance-glare: 2016-12-27 23:16:47.310 23878 WARNING glance_store.driver [-] Failed to configure store correctly: Store vmware_datastore could not be configured correctly. Reason: Could not find datastore nfs in

Possible hypothesises are network connectivity problems or NFS host is down.

Marking as invalid.