pcs crm corosync + pacemaker + crmsh 配置文件及常用指令介绍
http://blog.51cto.com/1072878/1944951
http://blog.51cto.com/1072878/1944951
https://www.typesafe.cn/archives/6/ http://www.rendoumi.com/page/13/ OVS简介 Open vSwitch 是什么? Open vSwitch(以下简称OVS)是一个用C语言开发的多层虚拟交换机,使用Apcahe 2开源许可证,现如今基本上已经成为了开源SDN(软件定义网络)基础设施层的事实标准。 OVS...
本文档介绍 Ceph 架构及性能优化的各个方面。 硬件层面 CPU ceph-osd进程在运行过程中会消耗CPU资源,所以一般会为每一个ceph-osd进程绑定一个CPU核上。 ceph-mon进程并不十分消耗CPU资源,所以不必为ceph-mon进程预留过多的CPU资源。 ceph-msd也是非常消耗CPU资源的,所以需要提供更多的CPU资源。 内存 ceph-m...
随手记 用于整理当前目录下的文档或记录一些链接,方便后续进行文档更新 Typora 转word: pandoc -s 输入文件名.md -o 输出文件名.docx https://toutyrater.github.io/ https://kb.parallels.com/125039 pd 网络初始化失败 https://github.com/ohmy...
https://blog.csdn.net/zxycyj1989/article/details/103995482 https://docs.openstack.org/neutron/latest/admin/config-sriov.html#configure-nova-scheduler-controller https://docs.openstack.org...
https://openwrt.io/docs/miwifi/ https://www.right.com.cn/forum/thread-307721-1-1.html https://gist.github.com/willwhui/983ec159d0a44fc2beaa0c667e33f038 https://post.smzdm.com/p/a4w0omdk/ https://m...
https://www.hi-linux.com/posts/45920.html https://www.affdalao.com/118.html nginx cdn
本文档介绍 ovs 使用 的相关内容。 创建vlan网卡并配置ip地址 # 创建一个vlan8的网卡 ip link add link eth0 name eth0.8 type vlan id 8 # 查看vlan8的网卡 ip -d link show eth0.8 # 删除vlan8的网卡 ip link delete eth0.8 # 配置vlan8网卡的ip地址 ...
> 参考链接 https://harttle.land/2015/11/06/tmux-startup.html http://www.ruanyifeng.com/blog/2019/10/tmux.html tmux 安装 # Ubuntu 或 Debian $ sudo apt-get install tmux # CentOS 或 Fe...
本文档介绍 qemu-kvm磁盘读写的缓存(cache)的五种模式 的相关内容。 qemu-kvm磁盘读写的缓冲(cache)模式一共有五种,分别是 writethrough, wirteback, none, unsafe, directsync 当你对VM读写磁盘的性能有不同的要求的时候,你可以在其启动的参数(cache=xxxx) 里面进行一个合理的选择. 现在来简单说一说这五种模式...