glance-cache-prefetcher displays errors related to storage backends not configured
Hi, I am seeing unwanted errors/warnings displayed when I am using glance cache management and executing glance-cache-prefetcher command. Here I have only local disk (file) as my datastore, but it gives me warnings about setting other backends and errors about sheepdog setups. The command eventually work though, I just don't want unwanted errors and warnings when I have configured everything right.
My setup is in Icehouse in Ubuntu 14.04. When I configured it in Havana no error/warnings appeared.
Can anyone advise me what I can do to make these messages disappear?
sudo glance-cache-prefetcher
2014-05-13 11:59:41.815 4965 ERROR glance.store.sheepdog [-] Error in store configuration: [Errno 2] No such file or directory
2014-05-13 11:59:41.818 4965 WARNING glance.store.base [-] Failed to configure store correctly: Store sheepdog could not be configured correctly. Reason: Error in store configuration: [Errno 2] No such file or directory Disabling add method.
2014-05-13 11:59:41.819 4965 WARNING glance.store [-] Deprecated: glance.store.sheepdog.Store not found in `known_store`. Stores need to be explicitly enabled in the configuration file.
2014-05-13 11:59:41.821 4965 WARNING glance.store [-] Deprecated: glance.store.http.Store not found in `known_store`. Stores need to be explicitly enabled in the configuration file.
2014-05-13 11:59:41.849 4965 WARNING glance.store [-] Deprecated: glance.store.rbd.Store not found in `known_store`. Stores need to be explicitly enabled in the configuration file.
2014-05-13 11:59:41.852 4965 WARNING glance.store.base [-] Failed to configure store correctly: Store gridfs could not be configured correctly. Reason: Missing dependencies: pymongo Disabling add method.
2014-05-13 11:59:41.853 4965 WARNING glance.store [-] Deprecated: glance.store.gridfs.Store not found in `known_store`. Stores need to be explicitly enabled in the configuration file.
2014-05-13 11:59:41.976 4965 WARNING glance.store.base [-] Failed to configure store correctly: Store cinder could not be configured correctly. Reason: Cinder storage requires a context. Disabling add method.
2014-05-13 11:59:41.977 4965 WARNING glance.store [-] Deprecated: glance.store.cinder.Store not found in `known_store`. Stores need to be explicitly enabled in the configuration file.
2014-05-13 11:59:41.989 4965 WARNING glance.store [-] Deprecated: glance.store.swift.Store not found in `known_store`. Stores need to be explicitly enabled in the configuration file.
2014-05-13 11:59:42.089 4965 WARNING glance.store [-] Deprecated: glance.store.vmware_datastore.Store not found in `known_store`. Stores need to be explicitly enabled in the configuration file.
2014-05-13 11:59:42.092 4965 WARNING glance.store [-] Deprecated: glance.store.s3.Store not found in `known_store`. Stores need to be explicitly enabled in the configuration file.
I have the same errors and warnings with you. Have you already solved it?