在部署完 Ceph 集群后, Ceph 会默认建有一个存储池 Pool
. Pool
能够为我们提供一些需要的功能.
Ceph 提供了很好的接口可以让 OpenStack 使用来作为其 Glance
, Cinder
, Cinder Backup
和 nova
服务的后端. 本篇主要介绍如何配置 Ceph
和 OpenStack
让两者协同工作, 主要内容搬运自 RedHat
Python 中有一个非常有意思的包 sh
, 它是一个将系统程序动态映射到Python函数的一个wrapper. 得益于Python的强大和灵活, 它可以让你在Python中方便地运行shell命令.
Json 是一种非常通用的数据格式, 在Python中使用也非常方便. Python中有内置的 json
模块, 用来编码和解码 json 数据, 其使用也很简单, 在日常运维工作中非常实用.
Redis 是一个开源的、轻量级的、高性能的、基于 键-值
对的缓存与存储系统,非常适合用来缓存和存储服务和消息队列、任务队列等。 本文主要介绍一下 Redis
的基本使用方法, 是 《Redis 入门指南 第2版》的读书笔记。 .to.be.continued.
uTorrent 是广泛流行的非常好用的 BT 下载工具。我们可以设置 uTorrent 使其屏蔽某些 IP。 默认的 uTorrent 会有广告和升级提示。目前(v.3.5.4
)还可以通过设置去掉。
Ceph是一个统一的分布式存储系统,设计初衷是提供较好的性能、可靠性和可扩展性。 Ceph项目最早起源于Sage就读博士期间的工作(2004年),并随后贡献给开源社区。在经过了数年的发展之后,目前已得到众多云计算厂商的支持并被广泛应用。RedHat及OpenStack都可与Ceph整合以支持虚拟机镜像的后端存储。 --from <<Ceph 介绍及原理架构分享>>
Continue readingNSF (Network-base File System) can allow computers (clients) to access files on another computer(server) over the network even the clients have different operating systems from the server. And this article will guide you exstablishing your own NFS service on CentOS 7, which is generally used as server os.
Continue readingThe system will check the disk before booting, and you can check mannually in case any errors occurs. The post will show you how to check hard disk consistence and repair the disk errors
Continue readingThis post will help you change your server ssh port with selinux enabled on Centos 7 or Fedora 28 or other distros.
Continue reading