From 0098873fb7aea6fd2d0becc73201be387ad80e3c Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 1 Feb 2017 16:27:38 -0500 Subject: [PATCH] qa: remove old comment Filesystem is now cluster aware. Signed-off-by: Patrick Donnelly --- qa/tasks/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.47.3