Descriptionmindenamiszemet
2018-04-16 08:44:06 UTC
Description of problem: I can't Deploy hosted engine to shared storage.
Version-Release number of selected component (if applicable):
Ovirt Node 4.2.2
How reproducible:
Start Deploying Hosted engine (with shared storage, not Gluster)
Steps to Reproduce:
1. Start Deploy
2. Add shared storage address
Actual results:
[ INFO ] TASK [Wait for local VM shutdown]
[ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 120, "changed": true, "cmd": "virsh -r dominfo \"HostedEngineLocal\" | grep State", "delta": "0:00:00.120296", "end": "2018-04-16 08:36:34.956060", "msg": "non-zero return code", "rc": 1, "start": "2018-04-16 08:36:34.835764", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
Expected results:
Deploy successfull.
Additional info:
I try to a lot of one, but get a same error every time.
I use NFS storage. (the files are crated on storage, i checked it)
I attach all logs that i found, the engine.log is missing.
Comment 4Simone Tiraboschi
2018-04-20 15:55:52 UTC
(In reply to mindenamiszemet from comment #0)
> [ INFO ] TASK [Wait for local VM shutdown]
> [ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 120, "changed": true,
> "cmd": "virsh -r dominfo \"HostedEngineLocal\" | grep State", "delta":
> "0:00:00.120296", "end": "2018-04-16 08:36:34.956060", "msg": "non-zero
> return code", "rc": 1, "start": "2018-04-16 08:36:34.835764", "stderr": "",
> "stderr_lines": [], "stdout": "", "stdout_lines": []}
rc=1 comes from grep that doesn't match State.
*** This bug has been marked as a duplicate of bug 1565730 ***
Description of problem: I can't Deploy hosted engine to shared storage. Version-Release number of selected component (if applicable): Ovirt Node 4.2.2 How reproducible: Start Deploying Hosted engine (with shared storage, not Gluster) Steps to Reproduce: 1. Start Deploy 2. Add shared storage address Actual results: [ INFO ] TASK [Wait for local VM shutdown] [ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 120, "changed": true, "cmd": "virsh -r dominfo \"HostedEngineLocal\" | grep State", "delta": "0:00:00.120296", "end": "2018-04-16 08:36:34.956060", "msg": "non-zero return code", "rc": 1, "start": "2018-04-16 08:36:34.835764", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} Expected results: Deploy successfull. Additional info: I try to a lot of one, but get a same error every time.