it would be nice if I could lock hosts by groups, or by resources and/or properties...
the following examples assume that I have a hostGroup "all" defined...
# lock all hosts
qblock all
# lock all hosts that have the resource or property "xsi" defined
qblock -resource "xsi=1" all
qblock -property "xsi=1" all