<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Аспро: ЛайтШоп [тема: [РЕШЕНО]Настроил HA на VM]</title>
		<link>http://proxmox.su</link>
		<description>Новое в теме [РЕШЕНО]Настроил HA на VM форума Proxmox Виртуальная Среда на сайте Аспро: ЛайтШоп [proxmox.su]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Tue, 05 May 2026 17:52:50 +0300</pubDate>
		<item>
			<title>[РЕШЕНО]Настроил HA на VM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message329277/78395-resheno_nastroil-ha-na-vm">[РЕШЕНО]Настроил HA на VM</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Отлично! Спасибо, что поделился кодом. Ты можешь отметить тему как РЕШЕНО, отредактировав исходный пост и выбрав префикс рядом с заголовком из выпадающего меню. Blockbridge: Ультра низкая задержка, все NVMe-хранилище для Proxmox - <noindex><a href="https://www.blockbridge.com/proxmox" target="_blank" rel="nofollow" >https://www.blockbridge.com/proxmox</a></noindex> <br />
			<i>03.07.2025 18:53:00, bbgeek17.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message329277/78395-resheno_nastroil-ha-na-vm</link>
			<guid>http://proxmox.su/forum/messages/forum63/message329277/78395-resheno_nastroil-ha-na-vm</guid>
			<pubDate>Thu, 03 Jul 2025 18:53:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>[РЕШЕНО]Настроил HA на VM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message329276/78395-resheno_nastroil-ha-na-vm">[РЕШЕНО]Настроил HA на VM</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Спасибо большое! Работает! Вот мой powershell код:<br /><br />Код:<br />$endpoint = "cluster/ha/resources"<br /> &nbsp; &nbsp; &nbsp; &nbsp;$apiUrl = "https://$pxhost/api2/json/$endpoint"<br /> &nbsp; &nbsp; &nbsp; &nbsp;Invoke-RestMethod -Uri $apiUrl -Headers $pHeaders<br /> &nbsp; &nbsp; &nbsp; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;$body = @{<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sid = $nextVmid<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;type = "vm"<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;max_restart = "3"<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;max_relocate = "3"<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;group= $haGroup<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;state= "started"<br /> &nbsp; &nbsp; &nbsp; &nbsp;} | ConvertTo-Json<br /> &nbsp; &nbsp; &nbsp; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;try {<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Invoke-RestMethod -Uri $apiUrl -Headers $pHeaders -Body $body -Method POST -ContentType "application/json"<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;write-host " Успешно настроена отказоустойчивость на $vmname &nbsp;- " (get-date)<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br /> &nbsp; &nbsp; &nbsp; &nbsp;catch {write-host " ВНИМАНИЕ: Не удалось настроить отказоустойчивость на $vmname &nbsp;- " (get-date)} <br />
			<i>03.07.2025 18:52:00, spacemancw.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message329276/78395-resheno_nastroil-ha-na-vm</link>
			<guid>http://proxmox.su/forum/messages/forum63/message329276/78395-resheno_nastroil-ha-na-vm</guid>
			<pubDate>Thu, 03 Jul 2025 18:52:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>[РЕШЕНО]Настроил HA на VM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message329275/78395-resheno_nastroil-ha-na-vm">[РЕШЕНО]Настроил HA на VM</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Похоже, вы ищете POST здесь: <noindex><a href="https://pve.proxmox.com/pve-docs/api-viewer/#/cluster/ha/resources" target="_blank" rel="nofollow" >https://pve.proxmox.com/pve-docs/api-viewer/#/cluster/ha/resources</a></noindex>. Не забывайте, что вы всегда можете воспользоваться инструментами браузера, чтобы посмотреть API-запрос, который использует PVE UI. <br /><br />Blockbridge: ультра-низкая задержка, shared storage на базе NVMe для Proxmox - <noindex><a href="https://www.blockbridge.com/proxmox" target="_blank" rel="nofollow" >https://www.blockbridge.com/proxmox</a></noindex> <br />
			<i>02.07.2025 19:45:00, bbgeek17.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message329275/78395-resheno_nastroil-ha-na-vm</link>
			<guid>http://proxmox.su/forum/messages/forum63/message329275/78395-resheno_nastroil-ha-na-vm</guid>
			<pubDate>Wed, 02 Jul 2025 19:45:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>[РЕШЕНО]Настроил HA на VM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message329274/78395-resheno_nastroil-ha-na-vm">[РЕШЕНО]Настроил HA на VM</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Ищу вызов API или команду qm для настройки HA на новом VM в Proxmox. Я просмотрел qm man page и API guide. AI сайты советуют следующее:<br /><br />Код:<br />$body = 'ha=started,group=PXGroup,max_restarts=3,max_relocate=1'<br /><br />$apiUrl = "https://$pxhost/api2/json/nodes/$node/qemu/$vmid/config"<br /><br />Invoke-RestMethod -Uri $apiUrl -Headers $headers -Body $body -Method POST -ContentType 'application/x-www-form-urlencoded'<br /><br />Но это не работает, получаю ошибку: " "ha": "property is not defined in schema and the schema does not allow additional properties"" <br />
			<i>02.07.2025 19:39:00, spacemancw.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message329274/78395-resheno_nastroil-ha-na-vm</link>
			<guid>http://proxmox.su/forum/messages/forum63/message329274/78395-resheno_nastroil-ha-na-vm</guid>
			<pubDate>Wed, 02 Jul 2025 19:39:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
	</channel>
</rss>
