Hi,
I have been working on a large mogilefs implementation using many
trackers groups with partitioned databases.
Wrapping the mogadm tool around all of these instances, I need to
execute mogadm as such:
mogadm -c /etc/mogilefs/mogadm_x.conf [...]
mogadm -c /etc/mogilefs/mogadm_y.conf [...]
... etc.
I found that the --config option of mogadm was broken in the way
config files, including $opt{config}, are checked and loaded before
GetOpts is processed. In this way $opt{config} is always undefined when
checked for existence.
A patch for mogadm, r1079, that has the --config option working as I
would expect, is attached.
Brad, et alii, -> Thanks for sharing !
mogadm-patch
Description: mogadm-patch
