Unable to create manila share, turn to error state
Hi All
currently i am using openstack mitaka with packstack, I enabled manila in packstack answer-file with CONFIG_MANILA_BACKEND=generic, Once installation is done, I performed the following steps to create manila share
Manila service-list: +----+------------------+--------------------+------+---------+-------+----------------------------+ | Id | Binary | Host | Zone | Status | State | Updated_at | +----+------------------+--------------------+------+---------+-------+----------------------------+ | 1 | manila-scheduler | controller | nova | enabled | up | 2016-05-09T15:00:00.000000 | | 2 | manila-share | controller@generic | nova | enabled | up | 2016-05-09T15:00:00.000000 | +----+------------------+--------------------+------+---------+-------+----------------------------+
I created a share network
+--------------------------------------+---------------+ | id | name | +--------------------------------------+---------------+ | 566ec8ab-4824-47af-b70c-0a659b6c5925 | share_network |
Manila type create
manila type-create default_share_type True
Manila share creation
manila create --name myshare --share-network a61e7d07-c534-494e-8cc3-8afbaa9da4d2 NFS 1
share has an error state, in share.log below file
http://pastebin.com/7cmJhFTc
DriverNotInitialized: Share driver 'GenericShareDriver' not initialized.
Manila.conf is in below link
http://pastebin.com/9HMRwPTn
Thanks