Call "diskimage f args ..." rather than "diskimage_f args ...".
authorMartin Schwenke <martin@meltin.net>
Mon, 2 May 2011 06:18:22 +0000 (16:18 +1000)
committerMartin Schwenke <martin@meltin.net>
Mon, 2 May 2011 06:18:22 +0000 (16:18 +1000)
commitefe42fb74e517ee6de753f1979f02fdc87b9c5a0
treeedd60894e955afb79277bbe867b09b197d01cc22
parent5cbbb7c556d600a967ceea885b93a149a48829d8
Call "diskimage f args ..." rather than "diskimage_f args ...".

This means that no changes are needed in the main autocluster script
if new functions are added.

Unfortunately, this is an API change, so any add-ons to autocluster
that use the previous mechanism will need to be updated.  This is
pretty easy - just do this to your external file:

  1,$s/diskimage_/diskimage /g

Signed-off-by: Martin Schwenke <martin@meltin.net>
autocluster
config.d/10shareddisk.defconf