The process for this is to add a new ceph-fs unit with juju add-unit ceph-fs --to lxd:3. This will add an lxd container to machine 3.
However, the process is not working because the container never becomes ready. I found it is due to a bug in Netplan 106 where the container never obtains IP addresses. I can resolve this within the container by downgrading neplan, but afterward I'm not able to restart the add-unit process.
I'm currently waiting to hear back from vendor support.
Clyde Allan McClungchanged title from Tune cephfs mds performance to Tune CephFS MDS Performance
changed title from Tune cephfs mds performance to Tune CephFS MDS Performance
I'm currently waiting to hear back from vendor support on the LXD container deploy issue. This is a blocker to adding new ceph-fs units, which will add new MDS daemons.
Once this is complete, I plan to use a new MDS to add a rank to a filesystem, test perf, and then add more MDS in order to achieve an active-active config.