HI team,
I am trying to setup bitbucket data center ( on 1st linux system )and bitbucket server ( on 2nd linux system).
I wan to add 2nd server into data-center as a cluster. For that I followed below document :
https://confluence.atlassian.com/bitbucketserver/install-bitbucket-data-center-872139817.html
So as per step 6( 4 shared home ). Provision application cluster nodes I tried to mount shared folder.
After mounting /var/atlassian/application-data/bitbucket/shared folder from data-center server to the node server ( bitbucket server ) at location /var/atlassian/application-data/bitbucket/shared
After server restart getting below error on bitbucket server( 2nd system ) :
The following problem occurred, which prevents Atlassian Bitbucket from starting:
- Unable to create and acquire shared lock file '/var/atlassian/application-data/bitbucket/shared/.lock' for Bitbucket shared home directory '/var/atlassian/application-data/bitbucket/shared'.
Please ensure that the user running Bitbucket has permission to write to this directory and that file locking is enabled for your network file system.
If this is already the case, please check the logs for more information.
Can you please help me If I am missing something.