<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Zfs on Вороний блог | Linux и IT</title><link>https://r4ven.me/tags/zfs/</link><description>Recent content in Zfs on Вороний блог | Linux и IT</description><generator>Hugo</generator><language>ru-RU</language><lastBuildDate>Wed, 01 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://r4ven.me/tags/zfs/index.xml" rel="self" type="application/rss+xml"/><item><title>Сборка шаблона cloud-init на ZFS</title><link>https://r4ven.me/virtualization/sborka-shablona-cloud-init-na-zfs/</link><pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate><guid>https://r4ven.me/virtualization/sborka-shablona-cloud-init-na-zfs/</guid><description>&lt;div
 class="alert alert-important my-6 overflow-hidden rounded-lg transition-all duration-200 ease-out hover:-translate-y-0.5 hover:shadow-md"
 style="background-color: color-mix(in srgb, var(--color-important) 10%, transparent);
 border-left-color: var(--color-important);
 --hover-bg: color-mix(in srgb, var(--color-important) 15%, transparent);"
 onmouseover="this.style.backgroundColor = this.style.getPropertyValue('--hover-bg')"
 onmouseout="this.style.backgroundColor = 'color-mix(in srgb, var(--color-important) 10%, transparent)'"
 role="alert"
 aria-labelledby="alert-important-1-title"&gt;

 
 

 
 &lt;div
 id="alert-important-1-content"
 class="alert-content
 
 px-6 pb-6
 pt-6 "&gt;
 &lt;div class="prose prose-sm text-foreground/90 max-w-none"&gt;
 &lt;p&gt;📝 Данный материал подготовлен &lt;a href="https://r4ven.me/co-authors/"&gt;соавтором&lt;/a&gt; Вороньего сообщества 👨‍💻🐧.&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;

&lt;script&gt;
function toggleAlert(alertId) {
 const content = document.getElementById(alertId + '-content');
 const chevron = document.getElementById(alertId + '-chevron');
 const header = document.querySelector(`[aria-controls="${alertId}-content"]`);
 
 if (!content) return;
 
 if (content.classList.contains('hidden')) {
 content.classList.remove('hidden');
 if (chevron) chevron.style.transform = 'rotate(0deg)';
 if (header) header.setAttribute('aria-expanded', 'true');
 } else {
 content.classList.add('hidden');
 if (chevron) chevron.style.transform = 'rotate(-90deg)';
 if (header) header.setAttribute('aria-expanded', 'false');
 }
}


if (document.readyState === 'loading') {
 document.addEventListener('DOMContentLoaded', function() {
 
 console.log('Alerts initialized');
 });
} else {
 
 console.log('Alerts ready');
}
&lt;/script&gt;



&lt;strong&gt;Приветствую! &lt;i class="fa-solid fa-crow"&gt;&lt;/i&gt;
&lt;/strong&gt;

&lt;p&gt;Разберём, как корректно собирать Cloud-Init шаблоны в Proxmox VE при использовании ZFS. Материал основан на практическом опыте и типичных проблемах при переходе с классических схем хранения (mdadm + LVM) на ZFS.&lt;/p&gt;</description></item></channel></rss>