]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove old comment
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 1 Feb 2017 21:27:38 +0000 (16:27 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 6 Feb 2017 19:07:13 +0000 (14:07 -0500)
Filesystem is now cluster aware.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/ceph.py

index 1665f1a02472a6141defe4272cb07cea8a495eaa..bcbacdc61d5966cdc61e68c435273f8f19028959 100644 (file)
@@ -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]