4.02_03 'use_all_a_records' option not working
Cluster administration tool
Brought to you by:
duncan_ferguson
the -A / use_all_a_records option is not functional in 4.02_03. Have not tested earlier versions.
I suspect this is because the code starting at ClusterSSH.pm line 402 does not repopulate @tag_list with the expanded results. Adding:
@tag_list = $self->cluster->get_tag($dirty);
as in the attached diff causes the feature to start working.
Fixed and released in 4.02_04
Thanks
Duncs