logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

部署 Ceph 集群详解

推荐配置一、部署方式ceph-ansible:https://github.com/ceph/ceph-ansible #pythonceph-salt:https://github.com/ceph/ceph-salt #pythonceph-container:https://github.com/ceph/ceph-container #shellceph-chef:https://gith

#ceph#运维#运维开发
Redis 主从配置

主备模式,可以实现Redis数据的跨主机备份。程序端连接到高可用负载的VIP,然后连接到负载服务器设置的Redis后端real server,此模式不需要在程序里面配置Redis服务器的真实IP地址,当后期Redis服务器IP地址发生变更只需要更改redis 相应的后端real server即可,可避免更改程序中的IP地址设置。拓扑:配置环境:master IP 10.0.0.31 slave I

#redis#数据库#linux +2
到底了