mirror of
https://github.com/ceph/ceph
synced 2025-02-11 12:59:04 +00:00
qa: remove unused values in deduplication.py
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
This commit is contained in:
parent
f81b1b61c9
commit
537462a102
@ -9,9 +9,6 @@ import json
|
||||
import time
|
||||
from io import StringIO
|
||||
|
||||
|
||||
from teuthology.orchestra import run
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
@contextlib.contextmanager
|
||||
@ -52,8 +49,6 @@ def task(ctx, config):
|
||||
assert isinstance(config, dict), \
|
||||
"please list clients to run on"
|
||||
|
||||
#assert hasattr(ctx, 'rgw')
|
||||
testdir = teuthology.get_testdir(ctx)
|
||||
args = [
|
||||
'ceph-dedup-tool']
|
||||
if config.get('op', None):
|
||||
|
Loading…
Reference in New Issue
Block a user