<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.itadmins.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.itadmins.net/feed.php">
        <title>Chucks notes and stuff - virtualization:proxmox</title>
        <description></description>
        <link>https://wiki.itadmins.net/</link>
        <image rdf:resource="https://wiki.itadmins.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-23T10:59:03+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:clustercorosynccleanup&amp;rev=1775670382&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:lvm-thin&amp;rev=1739881565&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:pvefind&amp;rev=1582539361&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:resizepvedata&amp;rev=1775659803&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:restart_services&amp;rev=1582539361&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.itadmins.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Chucks notes and stuff</title>
        <link>https://wiki.itadmins.net/</link>
        <url>https://wiki.itadmins.net/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:clustercorosynccleanup&amp;rev=1775670382&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-08T17:46:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clustercorosynccleanup</title>
        <link>https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:clustercorosynccleanup&amp;rev=1775670382&amp;do=diff</link>
        <description>Cleaning up PVE Corosync after removing from cluster
At times it will be needed to remove a server from a cluster or there has been problems connecting a new node to an existing ProxMox cluster. At such times it will be necessary to get to a point where pve-cluster/corosync can start fresh. For this to work you will also need to ensure that the server has been completely and cleanly removed from the ProxMox cluster as well. The steps to clean pve-cluster/corosync are as follows:

&lt;code&gt;systemctl…</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:lvm-thin&amp;rev=1739881565&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-18T12:26:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lvm-thin</title>
        <link>https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:lvm-thin&amp;rev=1739881565&amp;do=diff</link>
        <description>Create the initial PVE Data LVM-Thin pool

Sometimes you will need to use multiple drives for the LVM Thin pool.


pvcreate /dev/sdc /dev/sdd /dev/sde /dev/sdf
pvs
vgcreate pve /dev/sdc /dev/sdd /dev/sde /dev/sdf
vgs
lvcreate -T -l 100%FREE --poolmetadatasize 16G pve/data
lvs</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:pvefind&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pvefind</title>
        <link>https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:pvefind&amp;rev=1582539361&amp;do=diff</link>
        <description>PVEFIND

A search utility to find:
 1: which Host node contains a given OpenVZ or LXC container or Qemu VM.
 2: what container or VM ID a given hostname has.

#!/bin/sh
#
# Find Host node name for CT or VM ID (node)
# Find CT or VM ID for container hostname (id)
#set -x

PVESH=`which pvesh`

usage(){
        echo &quot;  USAGE: $0 CMD [OPTION]&quot;
        echo
        echo &quot;          node - Find Host node name for CT or VM ID&quot;
        echo &quot;          id - Find CT or VM ID for container hostname&quot;
       …</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:resizepvedata&amp;rev=1775659803&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-08T14:50:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>resizepvedata</title>
        <link>https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:resizepvedata&amp;rev=1775659803&amp;do=diff</link>
        <description>Resizing PVE Data

Whoever thought that 100 GB for pve/root would ever be enough, or not asking how large pve/root should be during the install, or not allowing for backups to be stored in local-lvm needs to be sent back to school.

Any of the above three solutions would make this entry obsolete for the most part. Alas that is not the reality that we suffer.</description>
    </item>
    <item rdf:about="https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:restart_services&amp;rev=1582539361&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-24T10:16:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>restart_services</title>
        <link>https://wiki.itadmins.net/doku.php?id=virtualization:proxmox:restart_services&amp;rev=1582539361&amp;do=diff</link>
        <description>Restarting the ProxMox services from CLI

Sometimes you may find it necessary to restart the stack on a server from the command line. Here is how I do it.</description>
    </item>
</rdf:RDF>
