<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techdoku.nogafam.es/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://techdoku.nogafam.es/feed.php">
        <title>NoBIGTech Wiki Técnico - docu:csheet:sysadm:venv:qemu</title>
        <description></description>
        <link>https://techdoku.nogafam.es/</link>
        <image rdf:resource="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-17T07:34:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:proxmox_add_uso&amp;rev=1606990693&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:proxmox_local_pool&amp;rev=1607025264&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:proxmox_nested_vm&amp;rev=1614435412&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:resize_qcow2_img&amp;rev=1601031527&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:shrink_qcow2_img&amp;rev=1598004207&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>NoBIGTech Wiki Técnico</title>
        <link>https://techdoku.nogafam.es/</link>
        <url>https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:proxmox_add_uso&amp;rev=1606990693&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-03T10:18:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>proxmox_add_uso</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:proxmox_add_uso&amp;rev=1606990693&amp;do=diff</link>
        <description>Add an ISO to your proxmox installation on the server via SSH



For example: if we have an ubuntu-20.04.1-desktop-amd64.iso image, we will scp the iso to the server and then:


cp ubuntu-20.04.1-desktop-amd64.iso /var/lib/vz/template/iso/


And now you can use this ISO to create virtual machines!</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:proxmox_local_pool&amp;rev=1607025264&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-03T19:54:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>proxmox_local_pool</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:proxmox_local_pool&amp;rev=1607025264&amp;do=diff</link>
        <description>Crear a local directory storage pool on Proxmox (ex: sshfs or other)



For example: if we have an sshfs storage mounted at /mnt/data, we can use that as a local storage this way:


pvesm add dir backup-sshfs --path /mnt/data</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:proxmox_nested_vm&amp;rev=1614435412&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-27T14:16:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>proxmox_nested_vm</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:proxmox_nested_vm&amp;rev=1614435412&amp;do=diff</link>
        <description>Nest virtual machines on Proxmox



&lt;https://pve.proxmox.com/wiki/Nested_Virtualization&gt;</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:resize_qcow2_img&amp;rev=1601031527&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-25T10:58:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>resize_qcow2_img</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:resize_qcow2_img&amp;rev=1601031527&amp;do=diff</link>
        <description>Resize (expand) partitions on a qcow2 image using qemu-img and virt-resize



In case you have no space left on the virtual machine, and you had specified a low maximum allocation for the qcow2 image... you can dump the partitions to a new qcow2 image with</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:shrink_qcow2_img&amp;rev=1598004207&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-21T10:03:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>shrink_qcow2_img</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:sysadm:venv:qemu:shrink_qcow2_img&amp;rev=1598004207&amp;do=diff</link>
        <description>Shrink a qcow2 image file using qemu-img tool



In case you did allocate more than you needed, and want to get some disk space back, you can use this command on a qcow2 image, to shrink it.


# using a low priority is recommended, otherwise your host machine becomes unusable
nice -n 19 qemu-img convert -O qcow2 ubuntu.qcow2 ubuntu.new.qcow2

# search the process on another terminal, 
# and also apply a low io priority using ionice
ionice -n 7 -p `pgrep qemu-img | head -n1`</description>
    </item>
</rdf:RDF>
