ICode9

精准搜索请尝试: 精确搜索
  • Ceph inconsistent 错误修复脚本2022-02-10 14:32:05

    #!/bin/bash health_state=$(ceph -s | grep health | awk '{print $2}') inconsistent_state=$(ceph -s | grep inconsistent) damaged_pg=$(ceph health detail | grep -A1 PG_DAMAGED | tail -1 | awk '{print $2}') date >>ceph-pg-repair.lo

  • pycharm解决Inconsistent indentation:mix of tabs and spaces的问题2022-01-07 13:34:47

    原因是tabs and spaces混用了,解决办法:

  • Lab: Inconsistent security controls:不一致的安全控制2021-08-20 19:01:57

    靶场内容: 该实验室有缺陷的逻辑允许任意用户访问只应提供给公司员工的管理功能。要解决实验室问题,请访问管理面板并删除 Carlos 漏洞分析 打开靶场,然后转到 Burp 中的"Target" > "Site map" 选项卡。右键单击实验室域并选择"Engagement tools" > "Discover content"以打开内容扫

  • 103) ceph更换故障OSD/添加新OSD步骤2020-10-11 20:02:36

    1- 更换故障OSD 1.1- 故障现象 $ ceph health detail ...... OSD_SCRUB_ERRORS 31 scrub errors PG_DAMAGED Possible data damage: 5 pgs inconsistent pg 41.33 is active+clean+inconsistent, acting [35,33] pg 41.42 is active+clean+inconsistent, acting [29,35]

  • (7)ceph 2 pgs inconsistent故障2019-09-02 17:57:36

    [root@node141 ~]# ceph health detailHEALTH_ERR 2 scrub errors; Possible data damage: 2 pgs inconsistentOSD_SCRUB_ERRORS 2 scrub errorsPG_DAMAGED Possible data damage: 2 pgs inconsistentpg 3.3e is active+clean+inconsistent, acting [11,17,4]pg 3.42 is activ

  • Proxmox ceph故障处置备忘2019-07-11 18:55:05

    刚才查看proxmox集群运行状态,没想健康状态那里出个大红叉。虽然不影响业务,但有问题,还是得马上处理。鼠标点这个红叉,看看具体是什么报错!再点第二个小红叉后边的“i”图标,更详细的信息出来了,如下图所示:原来是一个pg故障,尝试用ceph进行修复,具体的操作如下: ü  登录系统(debian)确定问

  • data can be manipulated to tell many inconsistent stories2019-07-04 23:00:53

    https://www.stat.berkeley.edu/~stark/SticiGui/Text/preface.htm Know that data can be manipulated to tell many inconsistent stories, that data analysis is not clear cut, and that many subjective judgments are involved in analyzing real data.

  • SQL[Err]ORA-00932: inconsistent datatypes: expected NUMBER got CHAR:2019-02-22 18:39:13

    ORA-00932: inconsistent datatypes: expected NUMBER got CHAR: 获取的目标类型与源类型不一致,多出现在case when 语句中,when的结果类型与源类型不一致的情况,如: case u.user_type_id when '1' then '经理' else '普通职员' 此时,user_type_id是number类型的,就会报此错误,将when后的

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有