Created attachment 1016871[details]
deployment log
Description of problem:
Failed to deploy HE environment with next error:
[ INFO ] Waiting for VDSM hardware info
[ INFO ] Creating Storage Domain
[ INFO ] Creating Storage Pool
[ INFO ] Connecting Storage Pool
[ INFO ] Verifying sanlock lockspace initialization
[ ERROR ] Failed to execute stage 'Misc configuration': (19, 'Sanlock lockspace write failure', 'No such device')
[ INFO ] Stage: Clean up
[ INFO ] Generating answer file '/var/lib/ovirt-hosted-engine-setup/answers/answers-20150421162123.conf'
[ INFO ] Stage: Pre-termination
[ INFO ] Stage: Termination
Version-Release number of selected component (if applicable):
ovirt-hosted-engine-setup-1.3.0-0.0.master.20150401110307.git9665976.el7.noarch
How reproducible:
Always
Steps to Reproduce:
1. Run HE environment deployment on host with NFSv3 storage
2. Fill all details and contiue
3.
Actual results:
Deployment fail before vm creation with error above
Expected results:
Deployment success without any errors
Additional info:
Comment 1Simone Tiraboschi
2015-04-21 13:45:28 UTC
Artyom, could you please also attach Sanlock and SELinux logs too?
Thanks
Created attachment 1016909[details]
additional logs
Here sanlock and messages logs, I do not why but my /var/log/audit/ directory is empty(maybe it just no event, fresh OS)
Ala Hino, Artyom, are you able to reproduce with SELinux in Permissive mode?
If with Permissive mode it works, can you please check if it's similar to bug #1208458
I've been able to complete the deployment today using Permissive mode.
Yes, correct under selinux permissive mode deployment pass.
After I enabled auditd service(from some reason it was disable), I success to get selinux error:
time->Sun Apr 26 17:17:17 2015
type=AVC msg=audit(1430057837.335:322): avc: denied { read } for pid=644 comm="sanlock" name="f40ee661-692e-4f93-921a-7f7335be5b4d" dev="tmpfs" ino=53924 scontext=system_u:system_r:sanlock_t:s0-s0:c0.c1023 tcontext=system_u:object_r:virt_var_run_t:s0 tclass=lnk_file
So it the same bug.
*** This bug has been marked as a duplicate of bug 1208458 ***
Created attachment 1016871 [details] deployment log Description of problem: Failed to deploy HE environment with next error: [ INFO ] Waiting for VDSM hardware info [ INFO ] Creating Storage Domain [ INFO ] Creating Storage Pool [ INFO ] Connecting Storage Pool [ INFO ] Verifying sanlock lockspace initialization [ ERROR ] Failed to execute stage 'Misc configuration': (19, 'Sanlock lockspace write failure', 'No such device') [ INFO ] Stage: Clean up [ INFO ] Generating answer file '/var/lib/ovirt-hosted-engine-setup/answers/answers-20150421162123.conf' [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination Version-Release number of selected component (if applicable): ovirt-hosted-engine-setup-1.3.0-0.0.master.20150401110307.git9665976.el7.noarch How reproducible: Always Steps to Reproduce: 1. Run HE environment deployment on host with NFSv3 storage 2. Fill all details and contiue 3. Actual results: Deployment fail before vm creation with error above Expected results: Deployment success without any errors Additional info: