From: Patrick Donnelly Date: Wed, 1 Feb 2017 21:27:38 +0000 (-0500) Subject: qa: remove old comment X-Git-Tag: v12.0.1~155^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0098873fb7aea6fd2d0becc73201be387ad80e3c;p=ceph.git qa: remove old comment Filesystem is now cluster aware. Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 1665f1a02472..bcbacdc61d59 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -334,7 +334,7 @@ def cephfs_setup(ctx, config): if mdss.remotes: log.info('Setting up CephFS filesystem...') - Filesystem(ctx, create='cephfs') # TODO: make Filesystem cluster-aware + Filesystem(ctx, create='cephfs') is_active_mds = lambda role: 'mds.' in role and not role.endswith('-s') and '-s-' not in role all_roles = [item for remote_roles in mdss.remotes.values() for item in remote_roles]