]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: log-to-stderr is now a binary flag
authorYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Thu, 27 Oct 2011 18:32:12 +0000 (11:32 -0700)
committerYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Thu, 27 Oct 2011 18:32:12 +0000 (11:32 -0700)
teuthology/task/radosgw-admin.py

index ddcf7553489cfc00e243e79f4eabeb1c2ce2cb5d..8bbea061d5fdb8f1490eb9ba62dbc62a939efbf2 100644 (file)
@@ -26,7 +26,7 @@ def rgwadmin(ctx, client, cmd):
         '/tmp/cephtest/archive/coverage',
         '/tmp/cephtest/binary/usr/local/bin/radosgw-admin',
         '-c', '/tmp/cephtest/ceph.conf',
-        '--log-to-stderr', '0',
+        '--log-to-stderr',
         '--format', 'json',
         ]
     pre.extend(cmd)