Bug 1827607

Summary: tasks/create_mds_filesystems: don't enable application 'cephfs' on the filesystem's pools
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Ram Raja <rraja>
Component: Ceph-AnsibleAssignee: Guillaume Abrioux <gabrioux>
Status: CLOSED ERRATA QA Contact: Vasishta <vashastr>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.1CC: aschoen, ceph-eng-bugs, dsavinea, gmeno, hyelloji, nthomas, shan, sunnagar, tserlin, ykaul
Target Milestone: z1   
Target Release: 4.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ceph-ansible-4.0.24-1.el8cp, ceph-ansible-4.0.24-1.el7cp Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-07-20 14:21:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1845898    

Description Ram Raja 2020-04-24 10:26:44 UTC
Description of problem:
Don't enable application "cephfs" on pools used to create a filesystem.


Version-Release number of selected component (if applicable):


How reproducible: Always

Steps to Reproduce:
1. Create a fileystem using ceph-ansible
2. Check the pool application 'cephfs' of the data and metadata pools of the filesystem. It shouldn't be empty. 

Actual results:
# ceph osd pool application get <name of filesystem's data pool> cephfs
{}

# ceph osd pool application get <name of filesystem's meta data pool> cephfs 
{}

Expected results:
# ceph osd pool application get <name of filesystem's data pool> cephfs
{
     'data': <name of filesystem>
}

# ceph osd pool application get <name of filesystem's meta data pool> cephfs 
{
     'metadata': <name of filesystem>
}

Comment 8 errata-xmlrpc 2020-07-20 14:21:03 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:3003