To add a data pool to an existing cephfs ceph osd pool set fs_data.ec21 allow_ec_overwrites true ceph osd pool application enable fs_data.ec21 cephfs ceph fs add_data_pool cephfs fs_data.ec21 Then link the pool to the directory (ec21) setfattr -n ceph.dir.layout.pool -v fs_data.ec21 ec21 -----Original Message----- From: Vladimir Brik [mailto:vladimir.brik@xxxxxxxxxxxxxxxx] Sent: donderdag 6 september 2018 19:01 To: ceph-users@xxxxxxxxxxxxxx Subject: CephFS on a mixture of SSDs and HDDs Hello I am setting up a new ceph cluster (probably Mimic) made up of servers that have a mixture of solid state and spinning disks. I'd like CephFS to store data of some of our applications only on SSDs, and store data of other applications only on HDDs. Is there a way of doing this without running multiple filesystems within the same cluster? (E.g. something like configuring CephFS to store data of some directory trees in an SSD pool, and storing others in an HDD pool) If not, can anybody comment on their experience running multiple file systems in a single cluster? Are there any known issues (I am only aware of some issues related to security)? Does anybody know if support/testing of multiple filesystems in a cluster is something actively being worked on and if it might stop being "experimental" in near future? Thanks very much, Vlad _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com