Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket self hosted not showing repositories

Gian Kapoor February 5, 2019

Hi,

We configured Bitbucket datacenter using the AWS quickstart guide

 

https://aws.amazon.com/quickstart/architecture/bitbucket/

 

Everything was working fine and we added a few repositories without any issues. We rebooted (shutdown & start) the Node EC2 and due to the ASG, it launched another EC2 and now not mounting the NFS share

root@ip-10-3-137-8 ~]# cat /etc/fstab
LABEL=/ / ext4 defaults,noatime 1 1
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/xvdb /media/ephemeral0 auto defaults,nofail,comment=cloudconfig 0 2
10.3.137.17:/media/atl/bitbucket/shared /media/atl/bitbucket/shared nfs lookupcache=pos,noatime,intr,rsize=32768,wsize=32768 0 0

[root@ip-10-3-137-8 ~]# mount -a
mount.nfs: access denied by server while mounting 10.3.137.17:/media/atl/bitbucket/shared

 

and showing all repositories as blank. Please suggest how can I mount the share repository data

 

Regards,

-Gian

 

1 answer

0 votes
Shankar Asam {Appfire}
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 Leaders.
February 5, 2019

Hi Gian,

Pls try mounting with -vvvv and see if you get the detailed messages. Try checking the firewall rules so that newly created EC2 instance/instances were able to reach to NFS server on it's listening ports. Try showmount -e ipaddress command to see the exported shared available. You can also check on the NFS services on NFS server to see if they are running. Do exportfs -r to remount them.

-Shankar

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events