scroogie / pdsh

Automatically exported from code.google.com/p/pdsh
0 stars 0 forks source link

genders: pdsh -X excludes more hosts than expected #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The final command below should not exclude prefix-suffix1, since it
does not have the skip_me attribute:

$ printf "prefix1 skip_me\nprefix-suffix1 no_skip\n" > gend
$ cat gend
prefix1 skip_me
prefix-suffix1 no_skip

$ pdsh -F ./gend -Aq | tail -1
prefix1,prefix-suffix1

$ pdsh -F ./gend -Aq -X skip_me | tail -1
pdsh@hype356: no remote hosts specified

Original issue reported on code.google.com by mark.gro...@gmail.com on 27 Feb 2013 at 5:09

GoogleCodeExporter commented 8 years ago
This issue was updated by revision df08c26b5f55.

Add test for genders -X option excluding hosts unexpectedly.

Original comment by mark.gro...@gmail.com on 27 Feb 2013 at 5:26

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

Original comment by mark.gro...@gmail.com on 27 Feb 2013 at 5:26