-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[]". HTTP response code is 400. #924
Comments
This issue still exists. It shows up when I'm pretty sure both DNS and NFS share work correctly. DNS is on the same private network with ovirt host and engine; NFS share is on another network specifically for storage. All the steps look fine until
But the deploy got stuck on the error BTW, I run deploy with root login. Yongsheng |
I got this issue too. hope it can be fixed soon or a workaround? |
One more detail of this issue. When So --nogpgcheck has to be appended. |
The GPG is a different unrelated issue IMO - it only applies to Centos 8 - I would suggest creating a new issues based on that. |
I was able to re-create this issue Http Resp Code 400 with my QNAP acting as a NAS. I got the same issue with a standalone engine trying to add the same NFS mount. but I was able to circumvent the issue by setting 'squash all users' on the QNAP side and making sure the user I was squashing to had access to the 'share' on the QNAP side. I still have this issue with the self-hosted engine and will explore when I get a chance. |
I have tried it and still keep getting the error even with Squash all user's set. Any fix? |
What does the vdsm.log say? My issue was definitely a problem with my NFS backend. The vdsm.log on your ovirt node will tell you what the problem is (in vague terms). I certainly agree that the error UX leads a lot to be desired. |
Hello,
I'm installing a self hosted engine on a ovirt node ng 4.5.5. I chose nfs when specify the storage:
Please specify the storage you would like to use (glusterfs, iscsi, fc, nfs)[nfs]:
However it reports an error and then shows up choosing storage again:
[ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Activate storage domain] [ ERROR ] ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[]". HTTP response code is 400. [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Fault reason is \"Operation Failed\". Fault detail is \"[]\". HTTP response code is 400."} Please specify the storage you would like to use (glusterfs, iscsi, fc, nfs)[nfs]:
Any idea please? Thanks.
Yongsheng
The text was updated successfully, but these errors were encountered: