AdityaSarang / pdsh

Automatically exported from code.google.com/p/pdsh
GNU General Public License v2.0
0 stars 0 forks source link

List conflicting modules in -V and -L output #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently pdsh loads all modules found in pkglibdir,
but unloads modules that fail to initialize, typically
due to conflicting module options. Therefore, present
but conflicting modules do not appear in the output of
-L and -V.

At least one user has noted that it will be less confusing to
list conflicting modules in -L and -V, but somehow denote the
inactive modules.

Original issue reported on code.google.com by mark.gro...@gmail.com on 13 Sep 2010 at 9:18

GoogleCodeExporter commented 8 years ago

Original comment by mark.gro...@gmail.com on 13 Sep 2010 at 9:19

GoogleCodeExporter commented 8 years ago

Original comment by mark.gro...@gmail.com on 13 Sep 2010 at 9:19

GoogleCodeExporter commented 8 years ago
This is the proposed output

> ./pdsh -M genders -V
pdsh-2.22 (+debug)
rcmd modules: ssh,exec (default: ssh)
misc modules: genders (*conflicting: netgroup,dshgroup)
[* To force-load a conflicting module, use the -M <name> option]

Original comment by mark.gro...@gmail.com on 13 Sep 2010 at 9:22

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1238.

Original comment by mark.gro...@gmail.com on 22 Oct 2010 at 12:11