<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ceph相关文章列表 &#8211; AndyX.Net &#8211; 安迪克斯</title>
	<atom:link href="https://andyx.net/tag/ceph/feed/" rel="self" type="application/rss+xml" />
	<link>https://andyx.net</link>
	<description></description>
	<lastBuildDate>Fri, 04 Oct 2019 08:27:05 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://andyx.net/storage/2019/08/cropped-02-3-32x32.jpg</url>
	<title>ceph相关文章列表 &#8211; AndyX.Net &#8211; 安迪克斯</title>
	<link>https://andyx.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ceph分布式储存系统之 常见PG状态States中文详解</title>
		<link>https://andyx.net/chinese_explanation_of_common_pg_status_in_ceph/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Fri, 04 Oct 2019 08:24:49 +0000</pubDate>
				<category><![CDATA[Ceph]]></category>
		<category><![CDATA[云计算]]></category>
		<category><![CDATA[ceph]]></category>
		<category><![CDATA[Degraded]]></category>
		<category><![CDATA[Misplaced]]></category>
		<category><![CDATA[pg]]></category>
		<category><![CDATA[Remapped]]></category>
		<category><![CDATA[Stale]]></category>
		<category><![CDATA[states]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=2962</guid>

					<description><![CDATA[Creating(创建) 当创建一个池的时候，Ceph会创建一些PG(通俗点说就是在OSD上建目录)，处于创建 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Ceph分布式储存系统之横向扩展简单实例(增加新节点实现容量)</title>
		<link>https://andyx.net/ceph_distributed_storage_system_increases_the_capacity_of_new_nodes/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Fri, 04 Oct 2019 07:18:43 +0000</pubDate>
				<category><![CDATA[Ceph]]></category>
		<category><![CDATA[云计算]]></category>
		<category><![CDATA[ceph]]></category>
		<category><![CDATA[分布式存储]]></category>
		<category><![CDATA[横向扩展]]></category>
		<category><![CDATA[节点扩容]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=2960</guid>

					<description><![CDATA[Ceph支持在一个已有的集群中增加一个带有一组磁盘的新节点来扩展其容量，而且在服务部宕机的情况下进行扩展。 C [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>使用基于Docker镜像快速部署ceph分布式文件系统 图文实战教程(Luminous版本)</title>
		<link>https://andyx.net/fast_deployment_of_ceph_storage_cluster_based_on_docker_container/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Sat, 28 Sep 2019 15:13:31 +0000</pubDate>
				<category><![CDATA[Ceph]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[云计算]]></category>
		<category><![CDATA[经验]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[ceph]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[分布式]]></category>
		<category><![CDATA[分布式存储]]></category>
		<category><![CDATA[分布式文件系统]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=2827</guid>

					<description><![CDATA[最近正在学习Kubernetes，其中会用到Ceph分布式文件存储系统，因此着手搭建测试了一把。为了简单方便， [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>在CentOS 7上部署Ceph块存储 的详细教程：Ceph-Deploy/Ceph-MON/Ceph-OSD</title>
		<link>https://andyx.net/deploying_ceph_storage_system_on_centos_7_ceph-osd_ceph-deploy_ceph-mon/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Tue, 24 Sep 2019 07:48:41 +0000</pubDate>
				<category><![CDATA[Ceph]]></category>
		<category><![CDATA[云计算]]></category>
		<category><![CDATA[笔记]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[ceph]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[OSD]]></category>
		<category><![CDATA[分布式存储]]></category>
		<category><![CDATA[块存储]]></category>
		<category><![CDATA[存储系统]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=2674</guid>

					<description><![CDATA[关于 Ceph 的介绍网上一大堆，这里就不重复了。Sage Weil 读博士的时候开发了这套牛逼的分布式存储系 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>浅谈分布式存储中HDFS与Ceph两者的区别以及优缺点</title>
		<link>https://andyx.net/differences_hdfs_ceph_distributed_storage/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 17:08:43 +0000</pubDate>
				<category><![CDATA[Ceph]]></category>
		<category><![CDATA[云计算]]></category>
		<category><![CDATA[经验]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[ceph]]></category>
		<category><![CDATA[HDFS]]></category>
		<category><![CDATA[优缺点]]></category>
		<category><![CDATA[分布式存储]]></category>
		<category><![CDATA[区别]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=878</guid>

					<description><![CDATA[在前些年，我的工作经历主要都在Hadoop这个技术栈中，而最近有幸接触到了Ceph分布式储存系统。我认为这是一 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>超详尽的Ceph分布式文件系统介绍及架构原理解说</title>
		<link>https://andyx.net/architecture_introduction_of_ceph_distributed_file_system/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 15:58:20 +0000</pubDate>
				<category><![CDATA[Ceph]]></category>
		<category><![CDATA[云计算]]></category>
		<category><![CDATA[笔记]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[ceph]]></category>
		<category><![CDATA[分布式文件系统]]></category>
		<category><![CDATA[原理]]></category>
		<category><![CDATA[架构]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=783</guid>

					<description><![CDATA[1. Ceph架构简介及使用场景介绍 1.1 Ceph简介 Ceph是一个统一的分布式存储系统，设计初衷是提供 [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
