On 5-1-2015 9:09, Jiri Moskovcak wrote:
On 01/02/2015 11:27 PM, Mikola Rose wrote:
> Hi Didi,
>
> Thank you for the response.
>
> I have tried to do a fresh install (RH 6.6) and still ran into the same
> problem.
>
> [root@pws-hv15 rhiso]# hosted-engine --deploy
> [ INFO ] Stage: Initializing
>
> Please specify the storage you would like to use (nfs3,
> nfs4)[nfs3]:
> Please specify the full shared storage connection path to use
> (example: host:/path): 192.168.1.32:/Volumes/Raid1
Are you deploying
hosted-engine on a Synology NAS?
If so what is your /etc/exports looking because if you got the wrong
options it won't work.
This one is from my test setup at home using a Synology NAS with
hosted-engine on it and as you can see also the data/export and iso domains.
/volume1/nfs/data
x.y.z.0/24(rw,async,no_wdelay,root_squash,insecure_locks,sec=sys,anonuid=36,anongid=36)
/volume1/nfs/export
x.y.z.0/24(rw,async,no_wdelay,root_squash,insecure_locks,sec=sys,anonuid=36,anongid=36)
/volume1/nfs/iso
x.y.z./0/24(rw,async,no_wdelay,root_squash,insecure_locks,sec=sys,anonuid=36,anongid=36)
/volume1/nfs_he
x.y.z.0/24(rw,async,no_wdelay,no_root_squash,insecure_locks,sec=sys,anonuid=1025,anongid=100)
Permissions on dirs/files on those shares are all 36:36, set from the
NAS side.
Joop