Unable to start a VM on a fresh RHEV 3.6 installation
Hello there,
I have a fresh install for RHEV 3.6 on RHEL 7.2 (2 hypervisor named Chablis and Menetou in the logs)
I m using local storage on each hypervisor, the permission are right set on /rhev/* and my local storage /KVM_Chablis
but I get the same error on both hypervisor on permission to start the VM
in the vdsm log i have the following error
VDSM LOG "
Thread-47064::INFO::2016-05-19 07:33:35,506::vm::1330::virt.vm::(setDownStatus) vmId=69e7e044-4fae-482a-9b30-4b316d4b29c3
::Changed state to Down: internal error: process exited while connecting to monitor: 2016-05-19T11:33:35.326578Z qemu-kvm: -drive file=/rhev/data-center/df25f7 28-d9e8-4237-b844-335328137366/777f1e84-03f7-4bb4-a176-c8e18690b371/images/eff1f09b-f28d-4e10-b067-65ee95f936d0/c692c008-d52a-44e6-816b-94aa1 dc8d637,if=none,id=drive-virtio-disk0,format=raw,serial=eff1f09b-f28d-4e10-b067-65ee95f936d0,cache=none,werror=stop,rerror=stop,aio=threads: Could not open '/rhev/data-center/df25f728-d9e8-4237-b844-335328137366/777f1e84-03f7-4bb4-a176-c8e18690b371/images/eff1f09b-f28d-4e10-b067-65 ee95f936d0/c692c008-d52a-44e6-816b-94aa1dc8d637': Permission denied
Thread-47064::DEBUG::2016-05-19 07:33:35,507::init::206::jsonrpc.Notification::(emit) Sending event {"params": {"notify_time": 4911867930 , "69e7e044-4fae-482a-9b30-4b316d4b29c3": {"status": "Down", "timeOffset": "0", "exitReason": 1, "exitMessage": "internal error: process exit ed while connecting to monitor: 2016-05-19T11:33:35.326578Z qemu-kvm: -drive file=/rhev/data-center/df25f728-d9e8-4237-b844-335328137366/777f 1e84-03f7-4bb4-a176-c8e18690b371/images/eff1f09b-f28d-4e10-b067-65ee95f936d0/c692c008-d52a-44e6-816b-94aa1dc8d637,if=none,id=drive-virtio-dis k0,format=raw,serial=eff1f09b-f28d-4e10-b067-65ee95f936d0,cache=none,werror=stop,rerror=stop,aio=threads: Could not open '/rhev/data-center/d f25f728-d9e8-4237-b844-335328137366/777f1e84-03f7-4bb4-a176-c8e18690b371/images/eff1f09b-f28d-4e10-b067-65ee95f936d0/c692c008-d52a-44e6-816b- 94aa1dc8d637': Permission denied\n", "exitCode": 1}}, "jsonrpc": "2.0", "method": "|virt|VM_status|69e7e044-4fae-482a-9b30-4b316d4b29c3"}
"
I have verify the permission on both node
@chablis.patator.net(AGILEIO-KVM):/var/log/vdsm# ls -als /rhev
total 4
0 drwxr-xr-x. 3 root root 24 Apr 22 12:27 .
4 dr-xr-xr-x. 22 root root 4096 May 12 09:24 ..
0 drwxr-xr-x. 4 vdsm kvm 59 May 19 07:36 data-center
@chablis.patator.net(AGILEIO-KVM):/var/log/vdsm# cd /KVM_Chablis/
@chablis.patator.net(AGILEIO-KVM):/KVM_Chablis# ls -als
total 8
4 drwxr-xr-x. 4 vdsm kvm 4096 May 12 10:21 .
4 dr-xr-xr-x. 22 root root 4096 May 12 09:24 ..
0 drwxr-xr-x. 5 vdsm kvm 96 May 12 10:21 777f1e84-03f7-4bb4-a176-c8e18690b371
0 -rwxr-xr-x. 1 vdsm kvm 0 May 19 07:41 DIRECT_IO_TEST
0 drwxr-xr-x. 2 root root 96 May 12 10:12 lost+found
Is someone have an idea ?