I have an application which is clustered, currently it writes a log to the hardware that is the active host, if the cluster fails over then the log is created and updated on the new host.
Can I use a scale out cluster to host the log file?
Im concerned about the comments of not changing file metadata rapidly. The log will write several times a second.
Thanks