]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
lock: allow -a with --brief
authorSage Weil <sage@inktank.com>
Wed, 12 Mar 2014 15:57:23 +0000 (08:57 -0700)
committerSage Weil <sage@inktank.com>
Wed, 12 Mar 2014 15:57:23 +0000 (08:57 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/lock.py

index b493d93fb49bdbad2b42db15a4af68af69bf6bcf..be7ca51fce3a75039046dc02ad6b2bf956ffa678 100644 (file)
@@ -160,8 +160,8 @@ def main(ctx):
             ctx.summary or ctx.brief, \
             'machines must be specified for that operation'
     if ctx.all:
-        assert ctx.list or ctx.list_targets, \
-            '--all can only be used with --list and --list-targets'
+        assert ctx.list or ctx.list_targets or ctx.brief, \
+            '--all can only be used with --list, --list-targets, and --brief'
         assert ctx.owner is None, \
             '--all and --owner are mutually exclusive'
         assert not machines, \