摘要:
chapter 1 moosefs 3.1 storage class 功能的介绍 1.1 什么是storage class 在moosefs中,storage class允许指定文件的chunks存放在哪些chunkservers上。 storage class使用label进行表达。 为了与早起 阅读全文
摘要:
channel 底层原理 https://www.youtube.com/watch?v=KBZlN0izeiY go concurrency https://www.youtube.com/watch?v=cN_DpYBzKso https://talks.golang.org/2012/waza 阅读全文
摘要:
今天在工作中发现了一个有趣的现象。 在一个select中设定了两个定时器,本来预计哪个定时器到达就运行相应指令的,但是发现最终只有时间最短的定时器一直得到执行,其它定时器完全没有得到执行。 服务器输出是: 阅读全文
摘要:
谷歌大神详解 Kubernetes 配置管理最佳方法 https://www.kubernetes.org.cn/3031.html all in on kubernetes https://github.com/metral/nanokube 阅读全文
摘要:
以下是rook为一个pod准备可用块存储的过程: 1. rook operator运行,并且在k8s每台机器上运行一个rook agent的pod; 2. 用户创建一个pvc,并指定storageclass使用rook.io/block provisionor; 3. operator provis 阅读全文
摘要:
0. install golang 1.9.1 https://golang.org/doc/install 1. development.md https://github.com/kubernetes/community/blob/master/contributors/devel/develo 阅读全文
摘要:
一、基本概念 1、query时,如何指定返回哪些字段 希望返回name和date字段 希望返回以location.*为前缀的字段以及date字段;不希望返回location.geolocation字段。 2、如何对检索到的结果进行排序 3、同时使用多种限制进行查询 4、response中各个字段分别 阅读全文
摘要:
step1: https://help.github.com/articles/configuring-a-remote-for-a-fork/ step2: https://help.github.com/articles/syncing-a-fork/ fork and PR https://g 阅读全文
摘要:
使用阿里云源安装ceph Luminous https://liuxu.co/2017/09/19/install-ceph-Luminous-on-centos7-with-ceph-deploy/ 0、如果曾经在节点上安装过ceph,那么需要先清理一下环境 ceph-deploy uninsta 阅读全文