Merge "Fix failure to mount cephfs" into stable/rocky

This commit is contained in:
Zuul 2019-04-03 09:42:31 +00:00 committed by Gerrit Code Review
commit c54b0c20d5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
# use 10.66.1.5:6789
regex: "[^/]*"
set_fact:
cephfs_addr: "{{ ceph_monitor_dump.stdout | from_json | json_query(query) | map('regex_search', regex) | join(',') }}"
cephfs_addr: "{{ ceph_monitor_dump.stdout | from_json | json_query(query) | map('regex_search', regex) | join(',') }}:/"
run_once: true
- name: Get cephfs secret