Skip to content

Commit c2efd61

Browse files
Merge pull request #1042 from katarimanojk/fix_manila_adoption_for_cephnfs
Fix manila adoption for cephnfs
2 parents 920d741 + 203a658 commit c2efd61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/roles/manila_adoption/tasks/ceph.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
become: true
66
ansible.builtin.shell: |
77
{{ shell_header }}
8-
${CONTROLLER1_SSH} awk -F '[=;]' '/Bind_Addr/ {gsub(/ /, "", $2); print $2}' {{ ganesha_default_path }}
8+
CONTROLLER1_SSH="{{ controller1_ssh }}"
9+
${CONTROLLER1_SSH} "awk -F '[=;]' '/Bind_Addr/ {gsub(/ /, \"\", \$2); print \$2}' {{ ganesha_default_path }}"
910
register: cephnfs_vip
1011

1112
- name: Fail if the OLD Ganesha VIP is not a good input value

0 commit comments

Comments
 (0)