I have a big XFS filesystem containing about 3TB of data. This runs on some network device at our virtual server provider. We created it with the default settings, thus using an internal journal.
Because of the slow response of this device, I would like to try how it runs when the file system does not use the network device for the journal, but the faster connected ssd device.
Is there a way to "move" the XFS journal from internal to external without loosing the data?