Description of problem:
When trying to create a manila share and at the same time restart
manila share service share got stuck on "creating" status.
Version-Release number of selected component (if applicable):
puppet-manila-15.4.1-0.20200403160104.e41b1b6.el8ost.noarch
python3-manilaclient-1.29.0-0.20200310223441.1b2cafb.el8ost.noarch
How reproducible:
100%
Steps to Reproduce:
[root@controller-0 ~]# docker restart openstack-manila-share-podman-0
(overcloud) [stack@undercloud-0 ~]$ manila create NFS 1
---------------------------------------------------------------------------+
---------------------------------------------------------------------------+
id |
d0d5ee80-bd11-4b79-924b-bde6e716017e |
created_at |
2020-07-28T10:43:50.000000 |
project_id |
d9e8ef09dd08433691c1c5779c31f2ac |
share_type |
fe0ffc38-845a-4f20-8a78-2bc17702632f |
access_rules_status |
active |
user_id |
ea081d71289f40d5a79177fb2e2c2f26 |
create_share_from_snapshot_support |
False |
revert_to_snapshot_support |
False |
source_share_group_snapshot_member_id |
None |
mount_snapshot_support |
False |
---------------------------------------------------------------------------+
(overcloud) [stack@undercloud-0 ~]$ manila list --all
-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
ID |
Name |
Size |
Share Proto |
Status |
Is Public |
Share Type Name |
Host |
Availability Zone |
Project ID |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
d0d5ee80-bd11-4b79-924b-bde6e716017e |
None |
1 |
NFS |
creating |
False |
default |
hostgroup@cephfs#cephfs |
None |
d9e8ef09dd08433691c1c5779c31f2ac |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------+
Actual results:
Share got stuck on "creating" status
Expected results:
After share service is up share should be on "available" status