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
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.