上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 151 下一页
  2024年3月20日
摘要: 安装 本质上就是熟悉ceph-ansible工具的各种配置关系:哪些时必须的?默认值来自哪里?各种配置分散在哪些配置文件内?.... ./site.yml ./group_vars/all.yml ./group_vars/其他各种组件特定的.yml 注意:all.yml 里的配置很大部分时依赖于s 阅读全文
posted @ 2024-03-20 15:13 jinzhenshui 阅读(73) 评论(3) 推荐(0)
  2024年3月1日
摘要: 文本: [root@centos792009 ~]# yum install epel-release yum install centos-release-ceph-nautilus.noarch yum install ceph ceph-mgr-dashboard ceph-radosgw c 阅读全文
posted @ 2024-03-01 11:33 jinzhenshui 阅读(104) 评论(0) 推荐(0)
  2024年2月21日
摘要: 命令: fdfs_monitor /etc/fdfs/client.conf 2>/dev/null |grep -vE 'succ|out_' |grep -E 'tracker|Stora|Group|heart|sync|time|id|ip|upload' 结果: 说明: last_hear 阅读全文
posted @ 2024-02-21 09:14 jinzhenshui 阅读(56) 评论(0) 推荐(0)
  2024年2月20日
摘要: 【storage.conf】配置文件 # connect timeout in seconds# default value is 30# Note: in the intranet network (LAN), 2 seconds is enough.connect_timeout = 2 # n 阅读全文
posted @ 2024-02-20 15:19 jinzhenshui 阅读(243) 评论(0) 推荐(0)
  2023年12月20日
摘要: 进制转换: 使用linux的 coreutils 的 printf 函数 : printf "%d" 0xf23b9 printf "%x" 12345 date timestamp 转换: date +"%F_%T" -d @时间戳的长整型值 date +"%s" [now] tail\head 阅读全文
posted @ 2023-12-20 10:46 jinzhenshui 阅读(94) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 151 下一页