Search results

  1. J

    Proxmox 8.1 ESXi import storage error 500

    Hi Julien I believe I found the solution On your esxi hosts , ssh to them and edit this file /etc/vmware/hostd/config.xml search for ...... <soap> <sessionTimeout>0</sessionTimeout> </soap> ....... And change it to ........ <soap>...
  2. J

    Proxmox VE 6.0 released!

    hello thanks for the response Use case: I had to find a way to reduce cost and provide a relatively easy way to move from one provider to another. I managed to reduce cost by taking 200 ec2 instances costing just over $30 000 a month to a 3 node cluster with ceph enabled costing just over...
  3. J

    Proxmox VE 6.0 released!

    I have managed to get a fully functional proxmox working inside of AWS. only condition is that if you want to run KVM you will need a bare metal option. However for LXC it works just fine. I still Have to figure out the networking portion as AWS networking is very customized so still looking...