<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《使用Ceph RBD为Kubernetes集群提供存储卷》的评论</title>
	<atom:link href="http://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Wed, 25 Mar 2026 09:21:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/#comment-7109</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Thu, 25 Jan 2018 10:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2047#comment-7109</guid>
		<description>你的rbd是不是已经被其他pod挂载了，或是因为异常原因rbd依旧处于use的状态，导致新pod挂载rbd时阻塞了。你看看这篇文章：http://tonybai.com/2017/02/17/temp-fix-for-pod-unable-mount-cephrbd-volume/  用ceph的命令行查查rbd当前的状态，是否lock住了。</description>
		<content:encoded><![CDATA[<p>你的rbd是不是已经被其他pod挂载了，或是因为异常原因rbd依旧处于use的状态，导致新pod挂载rbd时阻塞了。你看看这篇文章：http://tonybai.com/2017/02/17/temp-fix-for-pod-unable-mount-cephrbd-volume/  用ceph的命令行查查rbd当前的状态，是否lock住了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：tanzhixu</title>
		<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/#comment-7108</link>
		<dc:creator>tanzhixu</dc:creator>
		<pubDate>Thu, 25 Jan 2018 09:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2047#comment-7108</guid>
		<description>启动pod时，总是提示以下错误，导致pod一直ContainerCreating状态。
Error: &quot;MountVolume.WaitForAttach failed for volume \&quot;rbdpd\&quot; (UniqueName: \&quot;kubernetes.io/rbd/[10.10.35.17:6789]:foo\&quot;) pod \&quot;rbd2\&quot; (UID: \&quot;fcfa39ea-01ad-11e8-962d-0050568221b5\&quot;) : rbd image rbd/foo is still being used. rbd output: 2018-01-25 17:09:22.168567 7f734e766d80 -1 did not load config file, using default settings.\nWatchers:\n\twatcher=10.10.35.17:0/2078843828 client.4129 cookie=1\n&quot;</description>
		<content:encoded><![CDATA[<p>启动pod时，总是提示以下错误，导致pod一直ContainerCreating状态。<br />
Error: “MountVolume.WaitForAttach failed for volume \”rbdpd\” (UniqueName: \”kubernetes.io/rbd/[10.10.35.17:6789]:foo\”) pod \”rbd2\” (UID: \”fcfa39ea-01ad-11e8-962d-0050568221b5\”) : rbd image rbd/foo is still being used. rbd output: 2018-01-25 17:09:22.168567 7f734e766d80 -1 did not load config file, using default settings.\nWatchers:\n\twatcher=10.10.35.17:0/2078843828 client.4129 cookie=1\n”</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Jin</title>
		<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/#comment-7048</link>
		<dc:creator>Jin</dc:creator>
		<pubDate>Mon, 18 Dec 2017 12:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2047#comment-7048</guid>
		<description>解决了，我在创建pod之前把mysql的安装目录(/var/lib/mysql) mount到本地目录。这样mysql容器的历史数据就不会被删了 。谢谢博主</description>
		<content:encoded><![CDATA[<p>解决了，我在创建pod之前把mysql的安装目录(/var/lib/mysql) mount到本地目录。这样mysql容器的历史数据就不会被删了 。谢谢博主</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/#comment-7047</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Mon, 18 Dec 2017 10:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2047#comment-7047</guid>
		<description>不应该啊。如果你没有删除pvc，只是删除了挂载pvc的pod的话，volume上的数据不会因pod被删除而被删除啊。除非你删了pvc，重新reclaim了pv，这时就要看使用的reclaim policy以及具体使用的storage类型了。</description>
		<content:encoded><![CDATA[<p>不应该啊。如果你没有删除pvc，只是删除了挂载pvc的pod的话，volume上的数据不会因pod被删除而被删除啊。除非你删了pvc，重新reclaim了pv，这时就要看使用的reclaim policy以及具体使用的storage类型了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Jin</title>
		<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/#comment-7046</link>
		<dc:creator>Jin</dc:creator>
		<pubDate>Mon, 18 Dec 2017 09:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2047#comment-7046</guid>
		<description>感谢博主的分享，非常详细。同时有一个问题向您请教一下，我在利用pv pvc创建的mysql容器在pod删除后 数据库中的表及数据将会被删除，但是如果在pod中创建文件的话还会存在，这一点我有点疑惑，希望能得到您的帮忙，不胜感激</description>
		<content:encoded><![CDATA[<p>感谢博主的分享，非常详细。同时有一个问题向您请教一下，我在利用pv pvc创建的mysql容器在pod删除后 数据库中的表及数据将会被删除，但是如果在pod中创建文件的话还会存在，这一点我有点疑惑，希望能得到您的帮忙，不胜感激</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/#comment-7021</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Mon, 11 Dec 2017 09:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2047#comment-7021</guid>
		<description>没啥思路，也没用过aliyun的nas。这个专有场景，建议提交一个阿里云的工单，让阿里云的技术支持人员去看一下。</description>
		<content:encoded><![CDATA[<p>没啥思路，也没用过aliyun的nas。这个专有场景，建议提交一个阿里云的工单，让阿里云的技术支持人员去看一下。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：noprom</title>
		<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/#comment-7020</link>
		<dc:creator>noprom</dc:creator>
		<pubDate>Sun, 10 Dec 2017 13:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2047#comment-7020</guid>
		<description>您好，再使用阿里云的nas作为存储的时候遇到一个问题，pod mount nas timeout，这是我的问题，nas可以挂载到服务器，但是pod 挂载超时了，希望您能来回答一下:
https://github.com/kubernetes/kubernetes/issues/56735</description>
		<content:encoded><![CDATA[<p>您好，再使用阿里云的nas作为存储的时候遇到一个问题，pod mount nas timeout，这是我的问题，nas可以挂载到服务器，但是pod 挂载超时了，希望您能来回答一下:<br />
<a href="https://github.com/kubernetes/kubernetes/issues/56735" rel="nofollow">https://github.com/kubernetes/kubernetes/issues/56735</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/#comment-6949</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Fri, 13 Oct 2017 13:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2047#comment-6949</guid>
		<description>目前没有以ceph object storage为backend的plugin实现。</description>
		<content:encoded><![CDATA[<p>目前没有以ceph object storage为backend的plugin实现。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：study</title>
		<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/#comment-6948</link>
		<dc:creator>study</dc:creator>
		<pubDate>Fri, 13 Oct 2017 09:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2047#comment-6948</guid>
		<description>k8s可以使用ceph的对象存储吗？我看官网之类的，都是rbd和cephfs，没有看到ceph的对象存储。</description>
		<content:encoded><![CDATA[<p>k8s可以使用ceph的对象存储吗？我看官网之类的，都是rbd和cephfs，没有看到ceph的对象存储。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bigwhite</title>
		<link>https://tonybai.com/2016/11/07/integrate-kubernetes-with-ceph-rbd/#comment-6934</link>
		<dc:creator>bigwhite</dc:creator>
		<pubDate>Fri, 29 Sep 2017 03:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/?p=2047#comment-6934</guid>
		<description>你不需要ceph.conf。让你的同事在ceph集群上用rbd lock 相关命令查一下你要挂载的rbd的情况呗。是否被lock了，如果lock了，让他试试remove lock呗。</description>
		<content:encoded><![CDATA[<p>你不需要ceph.conf。让你的同事在ceph集群上用rbd lock 相关命令查一下你要挂载的rbd的情况呗。是否被lock了，如果lock了，让他试试remove lock呗。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
