Creating a new MDS for a cephfs automatically creates a pool and storage class, but here it selects the wrong class.
We have two CRUSH rules:
ssd_rule, id 0
hdd_rule, id 1
CephFS gets created with id 0, but I want to have it use id 1. We can't create the cephfs_metadate and cephfs_data pool in advance, since
How can the pool be select for CephFS?
We have two CRUSH rules:
ssd_rule, id 0
hdd_rule, id 1
CephFS gets created with id 0, but I want to have it use id 1. We can't create the cephfs_metadate and cephfs_data pool in advance, since
ceph fs new cephfs metadata data
then complains that pool 'cephfs_data' (id '5') has a non-CephFS application enabled.
How can the pool be select for CephFS?