Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What's the best/proper way to utilize an NFS (AWS EFS) with Jira?

MP32
Contributor
November 1, 2022

I tried deploying Jira to 2 EC2 instances and both of them shared the same user-data script (they get deployed via an auto-scaling group)- however, this was causing only one instance to path health-checks, essentially whatever instance ran Jira first would pass and the other would fail.

I figured out that the issue was EFS- I was mounting EFS to the home Directory I set for Jira in my user-data script at /var/atlassian/application-data/jira 

 

After removing the command to mount EFS from my user-data script, both instances were running fine and passing health-checks. Now I'm curious, am I utilizing an NFS (AWS EFS) incorrectly by mounting it to the Jira home directory? Is that not how it's used? Should I be creating a separate directory (if so, where should it be located) and copying over certain files to my NFS? What's the common use-case for an NFS with Jira?

1 answer

2 votes
Philip Armour
Contributor
July 8, 2016

Hi, after looking further at this it seems that the 'Developer' role I am seeing is not necessarily a pre-configured Service Desk role (as 'Service Desk Team' is) but a JIRA role which can be mapped to permissions via the permission scheme for the Service Desk project.

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 8, 2016

You are right!

Philip Armour
Contributor
July 11, 2016

Thanks for confirming, Jobin smile

Suggest an answer

Log in or Sign up to answer