上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
摘要: @echo off set P=%cd% #获取脚本当前文件路径 del /f /s /q %P%\tmp.txt set Y=%DATE:~0,4% #获取年 set M=%DATE:~5,2% #获取月 set D=%DATE:~8,2% #获取日 echo open 10.101.0.42>>%P%... 阅读全文
posted @ 2018-07-13 23:19 划得戳 阅读(177) 评论(0) 推荐(0)
摘要: https://docs.locust.io/en/latest/quickstart.html 阅读全文
posted @ 2018-07-12 17:53 划得戳 阅读(136) 评论(0) 推荐(0)
摘要: 由于kubelet本身并不支持rbd的命令,所以需要添加一个kube系统插件: 下载插件 quay.io/external_storage/rbd-provisioner 下载地址: https://quay.io/repository/external_storage/rbd-provisione 阅读全文
posted @ 2018-07-12 10:34 划得戳 阅读(1777) 评论(0) 推荐(0)
摘要: systemctl restart ceph-mon@mon-node3 systemctl stop ceph-mon@mon-node3 systemctl start ceph-mon@mon-node3 阅读全文
posted @ 2018-07-10 10:17 划得戳 阅读(1007) 评论(0) 推荐(0)
摘要: 1、configure: error: No curses/termcap library found 网上有的说法是:–with-named-curses-libs=/usr/lib/libncursesw.so.5其实是不对的,虽然能解决configure的错误,但是make的时候会提示错误,正 阅读全文
posted @ 2018-07-09 17:50 划得戳 阅读(117) 评论(0) 推荐(0)
摘要: 新浪的镜像站 http://mirrors.sohu.com/mysql yum安装: 首先要到MySQL yum库的下载页面http://dev.mysql.com/downloads/repo/yum/ 下载:mysql57-community-release-el7-11.noarch.rpm 阅读全文
posted @ 2018-07-09 15:51 划得戳 阅读(203) 评论(0) 推荐(0)
摘要: 常用yum命令: Yum安装时需要安装到指定的文件夹,则需要 --installrootyum install --installroot=/usr/src/ vim 常用rpm命令: 常用yum仓库: 常用fpm的参数: 阅读全文
posted @ 2018-07-06 15:08 划得戳 阅读(399) 评论(0) 推荐(0)
摘要: https://github.com/jordansissel/fpm 官方git gem sources-a http://mirrors.aliyun.com/rubygems/ gem sources -a http://mirrors.aliyun.com/rubygems/ gem sou 阅读全文
posted @ 2018-07-06 11:10 划得戳 阅读(399) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/aixiaoyang168/article/details/79120095 阅读全文
posted @ 2018-07-04 18:10 划得戳 阅读(602) 评论(0) 推荐(0)
摘要: k8s集群每一台上面都要安装客户端: ceph-deploy install k8s的ip地址 创建一个k8s操作用户: ceph auth add client.k8s mon 'allow rwx' osd 'allow rwx' ceph auth get client.k8s -o /etc 阅读全文
posted @ 2018-06-26 14:56 划得戳 阅读(420) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页