<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Proxmox on Aatish Neupane</title><link>https://librenepal.com/blog/proxmox/</link><description>Recent content in Proxmox on Aatish Neupane</description><generator>Hugo</generator><language>en-US</language><copyright>Copyright © 2025, Aatish Neupane.</copyright><lastBuildDate>Wed, 05 Aug 2026 20:17:07 -0500</lastBuildDate><atom:link href="https://librenepal.com/blog/proxmox/index.xml" rel="self" type="application/rss+xml"/><item><title>Reduce SSD wear with Proxmox</title><link>https://librenepal.com/reduce-ssd-wear-with-proxmox/</link><pubDate>Wed, 05 Aug 2026 20:17:07 -0500</pubDate><guid>https://librenepal.com/reduce-ssd-wear-with-proxmox/</guid><description>&lt;p&gt;This one is a work in progress. As my mini PC died with SSD wear, I am becoming more mindful of disk reads/writes. This blog post will be a collection of things that I am doing to get more out of my drives.&lt;/p&gt;
&lt;h2 id="disable-the-ha-services-on-a-single-node"&gt;Disable the HA services on a single node&lt;/h2&gt;
&lt;p&gt;Since I&amp;rsquo;m running a single node, no cluster, no high availability, turns out I can disable these services&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;1&lt;/span&gt;&lt;span&gt;systemctl disable --now pve-ha-lrm.service pve-ha-crm.service
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;code&gt;pve-ha-lrm&lt;/code&gt; is the local resource manager and &lt;code&gt;pve-ha-crm&lt;/code&gt; is the cluster resource manager. On a single node with no HA configured they&amp;rsquo;re doing nothing useful, just generating writes.&lt;/p&gt;</description></item></channel></rss>