<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="https://v1sta.xyz/wp-content/plugins/pretty-rss-feeds/xslt/pretty-feed.xsl" type="text/xsl" media="screen" ?><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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>2023年6月19日 &#8211; 景の域</title>
	<atom:link href="https://v1sta.xyz/2023/06/19/feed/" rel="self" type="application/rss+xml" />
	<link>https://v1sta.xyz</link>
	<description>远景的幻想空间</description>
	<lastBuildDate>Mon, 19 Jun 2023 15:49:16 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2-60x60.png</url>
	<title>2023年6月19日 &#8211; 景の域</title>
	<link>https://v1sta.xyz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Proxmox VE 退出集群指令记录</title>
		<link>https://v1sta.xyz/tech/pve-exit-cluster/</link>
					<comments>https://v1sta.xyz/tech/pve-exit-cluster/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Mon, 19 Jun 2023 15:49:15 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PVE]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=1411</guid>

					<description><![CDATA[由于PVE的集群机制需要两台宿主机在线运行，才可以启动虚拟机。 我的两台机器只是由于要迁移虚拟机才组成了集群。 &#8230; <a href="https://v1sta.xyz/tech/pve-exit-cluster/" class="more-link">继续阅读<span class="screen-reader-text">Proxmox VE 退出集群指令记录</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">由于PVE的集群机制需要两台宿主机在线运行，才可以启动虚拟机。</p>



<p class="wp-block-paragraph">我的两台机器只是由于要迁移虚拟机才组成了集群。<br>两台PVE运行的服务彼此没有关联性，因此，集群也就没有保留的必要性，逐使其两者各自退出。</p>



<span id="more-1411"></span>



<pre class="wp-block-preformatted">systemctl stop pve-cluster.service
systemctl stop corosync.service
pmxcfs -l
rm /etc/pve/corosync.conf
rm -rf /etc/corosync/*
killall pmxcfs
systemctl start pve-cluster.service</pre>



<p class="wp-block-paragraph">以上的命令请在shell中使用root执行。</p>



<p class="wp-block-paragraph">原理为：停止PVE和集群的服务，并设置本机操作的宿主为「本地模式」，删除之前的集群配置文件和进程，再次启动单独的PVE服务。</p>



<p class="wp-block-paragraph">另外，还需要删除本机以外的其他集群节点（Node），以便从Web UI中移除：</p>



<pre class="wp-block-preformatted">cd /etc/pve/nodes
rm -rf [本机之外的其他节点]</pre>

<p><a href="https://v1sta.xyz/tech/pve-exit-cluster/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/pve-exit-cluster/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" length="199214" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" width="512" height="512" medium="image" type="image/png"/>	</item>
	</channel>
</rss>
