We use the Jira Data center in a configuration of two nodes with a shared directory located on one of them. On the second node, the directory is mounted via NFS. For better fault tolerance, can we copy the shared directory to the second node and use rsync to synchronize between them? Will this work correctly or can there be other solutions besides placing this directory on the external storage?
Thanks
No. The shared directory needs to be updatable immediately. I would suggest put it on a nas or something and then mounting it on both nodes. Otherwise you’ll get some interesting errors from your users that are on one node versus another.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.