Re: [openstack-dev] [Nova][Glance_store][VMware] Different glance store for Nova snapshot in VMware

2016-03-21 Thread Sabari Murugesan
Hi Dongcan It looks like you may have multiple glance-api services configured with different glance_store backends i.e one with filesystem and the other with vsphere. Or it could be that you changed the glance_store backend configuration between the two snapshot operations. Can you check again ?

Re: [openstack-dev] [Nova][Glance_store][VMware] Different glance store for Nova snapshot in VMware

2016-03-14 Thread Sabari Murugesan
Hi Dongcan Regardless of when you snapshot, the image should be uploaded to the default glance store. Is it possible that you had enabled the FileSystem store earlier and recently changed to the vsphere store ? To further debug, can you add the following to the default section of glance-api.conf

[openstack-dev] [Nova][Glance_store][VMware] Different glance store for Nova snapshot in VMware

2016-03-13 Thread dongcan ye
Hi all, In our production environment, we enables glance_store for VMware datastore. Configuration in glance-api.conf: [DEFAULT] show_image_direct_url = True [glance_store] stores= glance.store.vmware_datastore.Store default_store = vsphere vmware_server_host= 172.18.6.22 vmware_server_username