Search results

  1. D

    strange zfs list output

    Here's how my zfs list output looked yesterday: $ zfs list NAME USED AVAIL REFER MOUNTPOINT rpool 17.1G 843G 104K /rpool rpool/ROOT 16.6G 843G 96K /rpool/ROOT rpool/ROOT/pve-1 16.6G 843G...
  2. D

    Cannot start container with network interface

    I have installed Proxmox 8. I can successfully create and start a container from the command line but only without a network interface. If I create a container with a network interface I get the error: missing command at /usr/share/perl5/PVE/CLI/pct.pm line 189. When I try to use `pct exec...
  3. D

    Change default container path

    Proxmox defaults to creating new containers under /rpool/data. I would like to create a separate ZFS pool for my containers and VMs. How do I change the default path where new containers are created? Thanks
  4. D

    [TUTORIAL] Migrating a Linux install into a Proxmox VE LXC container

    The proxmox wiki has this page covering various migration scenarios but at the time of writing it doesn't cover migrating a physical Linux box (or a LXC/LXD container) into a PVE (LXC) container. I have opened a ticket requesting they update that page with instructions such as these, which I am...
  5. D

    Migrating 2008R2

    Hi PVE users and devs! I installed PVE 2.1 this morning and I'm impressed so far but I have a few questions before I'll be up and running properly: First, I've read that using raw VM disk images are slightly faster than qcow2 but what is the optimal cache setting for best disk IO performance -...