Add MongoDB Replica Set Nodes with XFS Filesystem Alongside ext4?

Hi everyone,

I have a MongoDB replica set with nodes using ext4, and I’m planning to add new nodes with an XFS filesystem. Will this affect replication or performance in any way? Any advice would be appreciated! (Mongo 6.0)

Hi @Mohammadreza_Vashian

Yes that is fine. Ideally, eventually move all the data directories to XFS.

1 Like