240 发简信
IP属地:上海
  • MySQL 连接数too many 无法连接

    查看最大连接数上限,默认的是151mysql> show variables like 'max_connections'``; +``----...

  • rancher 会用storageclass动态创建ceph pv 卷

    1 新建 ceph-secret 秘钥,要 64位加密的

  • Resize,w 360,h 240
    rancher 使用教程1

    启动centos 7.3 虚机,安装docker 1.13 启动rancher sudo docker run -d --restart=unl...

  • Resize,w 360,h 240
    rancher 创建pv/pvc 卷

    1 添加ceph-secret 2 添加卷ceph PV 卷 3 添加ceph PVC 卷,绑定原来ceph pv 4 deploy POD 使...

  • docker volume源码解析

    深入学习docker,还是要自己研读源码

  • Git 使用教程

    Git config错误会导致无法使用git合入代码, cd /root ls -al cat .gitconfig vi .gitconfig...

  • Cephbroker的使用教程

    在hypertable/cephbroker.cc

  • Go与c++混合编程

    利用cgo实现go调用c/c++的接口

  • Go调用ceph原生接口实现目录的递归清空

    RemoveDir Harmer版本的ceph_readplusdir()不好用,五个参数,最新的版本里面的7个参数的才好用