码迷,mamicode.com
首页 >  
搜索关键字:50 heartbeat fatal    ( 2643个结果
ansible生产环境使用场景(四):encrypt_string加密和ansible-lint调试
有时需要对yaml文件中的某些敏感字段进行加密,这时就需要‘ansible-vault encrypt_string ’加密字符串,在使用过程中发现报错:Vault format unhexlify error: Odd-length string fatal,使用ansible-lint工具进行调试排查错误,本文记录了在使用过程中报错及解决的详细过程。
分类:其他好文   时间:2020-08-19 20:00:36    阅读次数:66
Linux 生成 core dump的方法及设置
A core dump is the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally ...
分类:系统相关   时间:2020-08-01 21:26:59    阅读次数:103
删除git子模块的.git目录文件导致的问题
删除子目录下.git后,依然无法提交子目录下的文件 git rm --cached <目录/子目录> 执行完,不报错然后提交即可, 如果报错那就还得另想辙了 如果执行git rm --cached directory 提示fatal: Unable to create ‘xx/.git/index. ...
分类:其他好文   时间:2020-07-26 23:04:09    阅读次数:90
docker日常管理
Linux版本下载地址:https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ Windows版本下载地址:https://download.docker.com/win/static/stable/x86_64/ 容器可 ...
分类:其他好文   时间:2020-07-25 23:25:06    阅读次数:87
trove代码的主从切换源代码分析
本篇文章旨在介绍openstack trove对数据库提升一个从库为主库的源码分析,解决大家在使用过程中的遇到不清楚的问题和疑惑。
分类:其他好文   时间:2020-07-21 22:04:50    阅读次数:75
MySQL高可用之MHA(二)
**vip配置可以采用两种方式:**1、通过keepalived的方式管理虚拟ip的浮动;2、通过脚本方式启动虚拟ip的方式(即不需要keepalived或者heartbeat类似的软件)1、keepalived方式管理虚拟ip#在编译安装Keepalived之前,必须先安装内核开发包kernel-devel以及openssl-devel、popt-devel等支持库[root@master~]#
分类:数据库   时间:2020-07-19 11:25:11    阅读次数:70
git 服务器同步代码错误 error: insufficient permission for adding an object to repository database .git/objects
* branch master -> FETCH_HEAD error: insufficient permission for adding an object to repository database .git/objects fatal: failed to write object fa ...
分类:数据库   时间:2020-07-18 22:35:47    阅读次数:88
解决git 出现 Your account has been blocked问题
使用git 出现 Your account has been blocked 无法将本地仓库代码push到远程仓库 GitLab: Your account has been blocked. fatal: Could not read from remote repository. 解决方案如下: ...
分类:其他好文   时间:2020-07-18 11:22:31    阅读次数:313
LVS+keepalive
LVS+keepalive 什么是keepalive Keepalived是Linux下一个轻量级别的高可用解决方案。高可用(High Avalilability,HA),其实两种不同的含义:广义来讲,是指整个系统的高可用行;狭义的来讲就是指主机的冗余和接管。它与HeartBeat、RoseHA实现 ...
分类:其他好文   时间:2020-07-14 13:40:40    阅读次数:59
github网络错误处理
github网络错误处理 [root@node10 kodoe]# git pull origin:dev ssh: Could not resolve hostname origin: Name or service not known fatal: Could not read from rem ...
分类:其他好文   时间:2020-07-14 13:37:21    阅读次数:72
2643条   上一页 1 ... 4 5 6 7 8 ... 265 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!