mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
Remove unused import
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
parent
b638dc410c
commit
b92578e507
@ -202,7 +202,7 @@ def connect(ctx, config):
|
||||
Open a connection to a remote host.
|
||||
"""
|
||||
log.info('Opening connections...')
|
||||
from ..orchestra import connection, remote
|
||||
from ..orchestra import remote
|
||||
from ..orchestra import cluster
|
||||
remotes = []
|
||||
machs = []
|
||||
@ -233,7 +233,7 @@ def connect(ctx, config):
|
||||
|
||||
def check_ceph_data(ctx, config):
|
||||
"""
|
||||
Check for old /var/lib/ceph directories and detect staleness.
|
||||
Check for old /var/lib/ceph directories and detect staleness.
|
||||
"""
|
||||
log.info('Checking for old /var/lib/ceph...')
|
||||
processes = ctx.cluster.run(
|
||||
|
Loading…
Reference in New Issue
Block a user