成功解决Problem while trying to mount target]\“. HTTP response code is 400

简介: 成功解决Problem while trying to mount target]\“. HTTP response code is 400

问题描述

安装hosted engine的时候,在最后一步出现下图所示的错误:


[ ERROR ] Error: Fault reason is "Operation Failed". Fault detail is "[Problem while trying to mount target]". HTTP response code is 400.

[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Fault reason is \"Operation Failed\". Fault detail is \"[Problem while trying to mount target]\". HTTP response code is 400."}


问题解决

检查nfs的地址,然后重启


mkdir /nfs


chown vdsm:kvm /nfs


vi /etc/exports


增加如下内容:


/nfs  *(rw,sync,no_root_squash)


启动nfs


systemctl restart nfs


systemctl enable nfs


返回到上一步,把Storage Type填写正确


相关文章
POST 请求出现异常!java.io.IOException: Server returned HTTP response code: 400 for URL
POST 请求出现异常!java.io.IOException: Server returned HTTP response code: 400 for URL
4254 0
|
4月前
|
数据采集 缓存 IDE
Go中遇到http code 206和302的获取数据的解决方案
文章提供了解决Go语言中处理HTTP状态码206(部分内容)和302(重定向)的方案,包括如何获取部分数据和真实请求地址的方法,以便程序员能快速完成工作,享受七夕时光。
212 0
Go中遇到http code 206和302的获取数据的解决方案
|
Web App开发 JavaScript 前端开发
解决DevTools failed to load SourceMap Could not load content for .js.map HTTP error code 404 问题
解决DevTools failed to load SourceMap Could not load content for .js.map HTTP error code 404 问题
904 0
如何使用mitmproxy 修改http code
如何使用mitmproxy 修改http code
Please enter your authorization code to login. More information in http://service.mail.qq.com/
Please enter your authorization code to login. More information in http://service.mail.qq.com/
176 0
|
网络安全
如何使用Charles 修改http code
如何使用Charles 修改http code
|
前端开发 JavaScript 应用服务中间件
js/css文件加载失败 HTTP code状态码返回206 Partial Content
js/css文件加载失败 HTTP code状态码返回206 Partial Content
840 0
|
运维 PHP
php curl Received HTTP code 403 from proxy after CONNECT
php curl Received HTTP code 403 from proxy after CONNECT
1103 0
成功解决 SyntaxError: Non-UTF-8 code starting with \xc0 in file but no encoding declared; see http://p
成功解决 SyntaxError: Non-UTF-8 code starting with \xc0 in file but no encoding declared; see http://p
成功解决 SyntaxError: Non-UTF-8 code starting with \xc0 in file but no encoding declared; see http://p
下一篇
DataWorks