Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 319439

Summary: app-shells/pdsh: add --with-dshgroups configure option
Product: Gentoo Linux Reporter: Wolfram Schlich (RETIRED) <wschlich>
Component: Current packagesAssignee: Gentoo Cluster Team <cluster>
Status: CONFIRMED ---    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Wolfram Schlich (RETIRED) gentoo-dev 2010-05-12 16:31:45 UTC
Please add --with-dshgroups to the configure options used.
Otherwise "pdsh -g" does not work (see pdsh manpage).
Thanks!
Comment 1 Justin Bronder (RETIRED) gentoo-dev 2010-05-12 19:01:48 UTC
Is this a feature you think should be enabled on everyone's machine?  I'm hesitant to start adding in all of the pdsh modules by default.

You can use PDSH_MODULE_LIST="blah:blah2:dshgroups" currently.
Comment 2 Wolfram Schlich (RETIRED) gentoo-dev 2010-05-13 08:53:33 UTC
(In reply to comment #1)
> Is this a feature you think should be enabled on everyone's machine?  I'm
> hesitant to start adding in all of the pdsh modules by default.

It won't hurt in any way, it has no external dependencies or anything.
And since it's in fact documented in the man page, it would be best
to simply adjust the reality to the documentation :)

> You can use PDSH_MODULE_LIST="blah:blah2:dshgroups" currently.

Uhh :/
Comment 3 Wolfram Schlich (RETIRED) gentoo-dev 2010-05-13 09:00:43 UTC
pdsh-2.18 seems to have a bug regarding dshgroups though:

data ~ # pdsh -g fds
failed to install module options for "misc/dshgroup"
failed to install module options for "misc/dshgroup"
pdsh@data: no remote hosts specified
data ~ #

:-/

this also happens when _not_ using -g (just with compiled-in
dshgroups support). d'oh!