Skip to content

Commit 85fa5ea

Browse files
committed
HDFS transparency 33 support fix
Signed-off by: Dherendra Singh <dhersing@in.ibm.com>
1 parent bc393c7 commit 85fa5ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/scale_hdfs/cluster/tasks/configure.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@
129129
- name: configure | ha_enable_dir
130130
shell: "ls {{ scale_hdfs_mountpoint }}/HA-{{ scale_hdfs_cluster.name }}"
131131
register: ha_enable_dir
132+
failed_when: false
133+
ignore_errors: yes
132134
run_once: true
133135
delegate_to: "{{ scale_server }}"
134136

0 commit comments

Comments
 (0)