Azure / Azure/azure-quickstart-templates

nfs-ha-cluster-ubuntu does nto work on Ubuntu 18.04

Open
#5,373 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

### Issue Details
* deploying nfs-ha-cluster-ubuntu using ubuntu 18.04 does not work, the storage is created and mirrord, but running ``showmount -e {node balancer ip}`` fails.

If I deploy a cluster with ubuntu 16.04 it works fine.

### Repro steps (*if necessary, delete otherwise*)
1. Use "deploy to azure" button [here](https://azure.microsoft.com/en-us/resources/templates/nfs-ha-cluster-ubuntu/)
2. change in settings os type from ``{"offer":"UbuntuServer","publisher":"Canonical","sku":"16.04-LTS","version":"latest"}`` to ``{"offer":"UbuntuServer","publisher":"Canonical","sku":"18.04-LTS","version":"latest"}``
3. deploy

expected:
nfs mount should work

result:
nfs server is not available and hags

Attaching storage configuration (removed public key, I can ssh to the machines without problem).
![screenshot_20181107_140505](https://user-images.githubusercontent.com/325670/48130700-28116300-e296-11e8-9b56-42e375c66946.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the nfs-ha-cluster-ubuntu template linked in the issue and reproduce the deployment using the Azure Deploy button with Ubuntu 18.04, then compare it with Ubuntu 16.04. Run `showmount -e {node balancer ip}` and verify that the NFS export is available and can be mounted on the 18.04 cluster.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, ubuntu
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.