Operation inconsistent with current state异常解决 找到以下进程,并杀死,便可解决 ...
分类:
其他好文 时间:
2020-07-26 01:21:44
阅读次数:
195
安装Docker过程参考:https://www.cnblogs.com/hackyo/p/9280042.html 1. 创建Ceph专用网络 sudo docker network create --driver bridge --subnet 172.20.0.0/16 ceph-networ ...
分类:
其他好文 时间:
2020-07-24 18:57:18
阅读次数:
210
def get(self, request, *args, **kwargs): # 获取当前页码 pg = int(request.GET.get('page', 1)) obj = Student.objects.all().order_by("id") # 创建分页器对象 page_obj = ...
分类:
其他好文 时间:
2020-07-22 20:58:35
阅读次数:
93
本章节主要介绍pg创建的流程,主要包括两部分,第一部分是创建pg在mon上跳转的流程。第二部分是osd端的pg创建流程。
分类:
其他好文 时间:
2020-07-22 02:20:49
阅读次数:
151
设置字段的数据类型为serial create table test_searial(id serial,id2 serial2); -- 查看自增的设置: SELECT c.relname FROM pg_class c WHERE c.relkind = 'S'; `` ...
分类:
其他好文 时间:
2020-07-20 22:39:46
阅读次数:
106
goreplay v1.1.0 将pro 的代码合并到了社区版本中(使用了不同的许可协议) 以下是修改配置,进行pg 数据协议的捕捉 编译pro 特性的代码 clone 代码 git clone https://github.com/buger/goreplay.git 修改代码支持pro 特性 修 ...
分类:
其他好文 时间:
2020-07-19 15:55:24
阅读次数:
49
本文主要介绍on_applied、on_commit、on_applied_sync、on_all_commit、on_all_applied在数据IO处理流程中的回调代码梳理
分类:
其他好文 时间:
2020-07-17 01:16:02
阅读次数:
74
pg shell启动时,输入的相关参数如下图所示。 ...
分类:
其他好文 时间:
2020-07-15 15:06:19
阅读次数:
54
img: code: <template> <view> <view class="uni-padding-wrap uni-common-mt"> <view class="progress-box"> <!-- show-info 显示百分比 --> <progress :percent="pg ...
分类:
其他好文 时间:
2020-07-14 00:49:20
阅读次数:
95
Ceph 学习目录: CEPH 部署完整版(CentOS 7 + luminous) Ceph - RBD 操作 Ceph - Dashboard 环境: IP地址 主机名 192.168.118.14 ceph-node1 192.168.118.15 ceph-node2 192.168.118 ...
分类:
其他好文 时间:
2020-07-12 16:58:42
阅读次数:
95