Skip to content

Commit b1b77f3

Browse files
author
Bharat Kunwar
committed
Reintroduce deleted line from manila-client.yml
It seems that without this line, we get the following error: Error mounting /alaska: mount error 1 = Operation not permitted
1 parent 8fe0191 commit b1b77f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/manila-client.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
# Query OpenStack Manila for details aob
66
- hosts: openstack
7+
pre_tasks:
8+
- debug: var=ceph_mount_share_name
9+
- debug: var=ceph_mount_share_user
710
roles:
811
- role: stackhpc.os-manila-mount
912
os_manila_mount_action: "lookup"
@@ -21,6 +24,7 @@
2124
os_manila_mount_host: "{{ hostvars['localhost']['os_manila_mount_host'] }}"
2225
os_manila_mount_access_key: "{{ hostvars['localhost']['os_manila_mount_access_key'] }}"
2326
os_manila_mount_export: "{{ hostvars['localhost']['os_manila_mount_export'] }}"
27+
os_manila_mount_share_user: "{{ ceph_mount_share_user }}"
2428
os_manila_mount_pkgs_install: True
2529
os_manila_mount_path: "{{ alaska_homedir }}"
2630
os_manila_mount_user: "root"

0 commit comments

Comments
 (0)