Bug 1413556

Summary: NFS warnings present when using Gluster storage
Product: Red Hat Quickstart Cloud Installer Reporter: Antonin Pagac <apagac>
Component: WebUIAssignee: John Matthews <jmatthew>
Status: NEW --- QA Contact: Sudhir Mallamprabhakara <smallamp>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.1CC: qci-bugzillas
Target Milestone: ---Keywords: Triaged
Target Release: 1.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Antonin Pagac 2017-01-16 11:58:00 UTC
Description of problem:
When using badly configured Gluster storage for the deployment (wrong uid/gid), in step Installation Review there is a warning message:

"NFS share has an invalid UID. The expected UID is '36'. Please check NFS share permissions."

It would be better if the warning message said "Gluster" instead of "NFS".

Version-Release number of selected component (if applicable):
QCI-1.1-RHEL-7-20170112.t.0/

How reproducible:
Always

Steps to Reproduce:
1. Do a deployment of RHV
2. In Storage step, choose Gluster
3. Use Gluster storage with wrong uid/gid configured
4. Proceed to Installation Review step
5. There is warning about NFS displayed

Actual results:
Warning about NFS displayed

Expected results:
Warning about Gluster displayed

Additional info:
This applies also to another errors you might possibly get with Gluster, for example badly configured firewall on Gluster server. The error message will be about NFS permissions.

To change uid/gid of gluster volumes:
gluster volume set gv0 storage.owner-uid 36
gluster volume set gv0 storage.owner-gid 36
service glusterd restart