<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style:
normal; font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: normal; orphans: 2; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; font-size: medium;">
<pre>Hi Marc,
Sorry, I posted my solution before I checked again and saw your post.
Thanks a lot for your suggestion. When I tried it I got this error:
cl = get_cluster('testcluster',cfg)
NameError: name 'get_cluster' is not defined
.. but the use of 'cfg' would have gotten me on the right track! My
final solution requires 'cfg' as an argument to instantiate ClusterManager:
clus = cluster.ClusterManager(cfg)
cluster.ClusterManager.run_plugin(clus, 'automount', 'smallcluster')
Cheers,
Stuart
PS: Hi Justin - sorry about the multiple misposts - I've fixed my 'Reply to all' in Thunderbird now.
</pre>
</span>
</body>
</html>