Search results

  1. S

    Import from ESXi Extremely Slow

    From what I'm able to tell it doesn't seem that I'm hitting CPU limits. On the Proxmox side the import tool is using 11% of a CPU core and on the ESXi side I don't see anything using a full core.
  2. S

    Import from ESXi Extremely Slow

    I've recently been experimenting with the ESXi import process in preparation for a migration from VMware to Proxmox. I'm having an issue where the disk import process runs extremely slowly. I've got a 10 Gb link between the ESXi host and Proxmox (verified with `iperf3` tests between the boxes on...
  3. S

    Unattended install of Ceph using pveceph

    I am attempting to write an Ansible playbook that sets up my Proxmox cluster. One issue I'm running into is pveceph install doesn't have a non-interactive option. I've tried setting DEBIAN_FRONTEND=noninteractive on the task like this: - name: Install Ceph environment: DEBIAN_FRONTEND...
  4. S

    WAN NIC for pfSense VM keeps dropping connection

    Yeah the cable will be the next thing I'll be replacing. The router is being virtualized on the Proxmox instance; enp8s0 is the WAN interface of the virtualized pfSense instance. /etc/network/interfaces # network interface settings; autogenerated # Please do NOT modify this file directly...
  5. S

    WAN NIC for pfSense VM keeps dropping connection

    I have a Proxmox system running a pfSense VM that I use as my router. I have two Intel 82574L NICs, one for WAN, one for LAN. Seemingly at random, the NIC that's used as the WAN interface will drop and reacquire the link every few seconds for a few minutes. The NICs are setup as dedicated...