Skip to content

Commit eb78025

Browse files
committed
HDFS transparency 33 fixes
1 parent a560f29 commit eb78025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/scale_hdfs/cluster/tasks/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
- name: configure | InitializeSharedEdits for Namenodes HA
252252
command: /usr/lpp/mmfs/hadoop/bin/hdfs namenode -initializeSharedEdits -force
253253
register: initializedSharedEdits
254-
when: ha_enabled|bool and ces_hdfs_enabled|bool and ha_enable_dir.rc|length != 0
254+
when: ha_enabled|bool and ces_hdfs_enabled|bool and ha_enable_dir.rc != 0
255255

256256
- name: configure | suspend CES nodes
257257
command: "/usr/lpp/mmfs/bin/mmces node suspend --stop -N {{ scale_hdfs_cluster.namenodes|join(',') }}"

0 commit comments

Comments
 (0)