Bug 1827607 - tasks/create_mds_filesystems: don't enable application 'cephfs' on the filesystem's pools
Summary: tasks/create_mds_filesystems: don't enable application 'cephfs' on the filesy...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Ceph-Ansible
Version: 4.1
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: z1
: 4.1
Assignee: Guillaume Abrioux
QA Contact: Vasishta
URL:
Whiteboard:
Depends On:
Blocks: 1845898
TreeView+ depends on / blocked
 
Reported: 2020-04-24 10:26 UTC by Ram Raja
Modified: 2020-07-20 14:21 UTC (History)
10 users (show)

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:
Clone Of:
Environment:
Last Closed: 2020-07-20 14:21:03 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github ceph ceph-ansible issues 5278 0 None closed tasks/create_mds_filesystems: don't enable application 'cephfs' on the filesystem's pools 2021-02-08 23:28:59 UTC
Red Hat Product Errata RHSA-2020:3003 0 None None None 2020-07-20 14:21:27 UTC

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


Note You need to log in before you can comment on or make changes to this bug.