Skip to content

Commit

Permalink
+ alias: pdshx: skip pdsh_all_skip group without specifying every time
Browse files Browse the repository at this point in the history
annoying to have to keep typing this, we use it often with nodes that
aren't always up.  when using '-a' it's not needed but other invocations
don't pick it up.  they probably should, maybe we should make a patch
upstream... TODO

oh and added a root variant also since that's another common thing
  • Loading branch information
smemsh committed Dec 6, 2024
1 parent 752f6ea commit 550d0c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.d/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ alias yamlref "elinks http://www.yaml.org/refcard.html"

alias coll "dshbak -c"
alias pdshr "pdsh -l root"
alias pdshx "pdsh -X pdsh_all_skip"
alias pdshrx "pdsh -X pdsh_all_skip -l root"

alias activate "source bin/activate"
alias py "python3 -q"
Expand Down

0 comments on commit 550d0c3

Please sign in to comment.