Description of problem:
During ovirt cluster installtion with hosted-engine --deploy, the connection to storage domain will fail. From the log it shows storage domain data can not be connected.
Version-Release number of selected component (if applicable):
How reproducible:
Always.
Steps to Reproduce:
1. Install three ovirt nodes as the guide of
http://community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/http://community.redhat.com/blog/2014/11/up-and-running-with-ovirt-3-5-part-two/
2. But the Storage is just one NFS share in host 1 instead of Gluster storage
3. From second host, it shows storage domain data can not connect.
Actual results:
Fail to connect to storage domain data.
Expected results:
Succeed to connect to storage domain data.
Additional info:
I tried with the following workaround, and it works well. So it shows it is some bug for the connection between host and storage domain.
I connected the host(for the second and third host), and then everything works well.
mount -t nfs nfs2-3:/data /rhev/data-center/mnt/nfs2-3:_data
Sometimes, the nfs2-3:_data folder is there, sometimes it is not created yet and need to create it manually.