Skip to content

Commit

Permalink
qa: create_cache_pool no longer runs 'pool application enable'
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/21155

Signed-off-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
cbodley committed Aug 29, 2017
1 parent 0f5da4a commit 836e7ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions qa/tasks/util/rados.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ def create_cache_pool(remote, base_name, cache_name, pgnum, size, cluster_name="
'sudo', 'ceph', 'osd', 'tier', 'add-cache', base_name, cache_name,
str(size), '--cluster', cluster_name
])
if application:
remote.run(args=[
'sudo', 'ceph', 'osd', 'pool', 'application', 'enable', name, application, '--cluster', cluster_name
])

def cmd_erasure_code_profile(profile_name, profile):
"""
Expand Down

0 comments on commit 836e7ba

Please sign in to comment.