Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 319439 - app-shells/pdsh: add --with-dshgroups configure option
Summary: app-shells/pdsh: add --with-dshgroups configure option
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-12 16:31 UTC by Wolfram Schlich (RETIRED)
Modified: 2019-09-04 14:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!