Search results

  1. L

    Assigning secondary IP address using Cloud-Init

    Hi, I would like to assign secondary IP addresses to a single network device using the cloud-init configuration. I can read from the specification that this is possible to do. However, the Proxmox API and frontend does not allow to enter more than a single IP address. It would be great to allow...
  2. L

    [SOLVED] Cloud-init IP config with IPv6=auto

    Hi, it seems that the generated cloud-init.yaml file has an incorrect format for the network configuration if you set IPv6 to SLAAC for an interface. The resulting file will have "auto/24" as an address which is an incorrect format I believe (a mix of IPv6 "auto" for the address and an IPv4...
  3. L

    Wiki improvement: Web Interface via Nginx Proxy

    Hi, I propose that these lines are added to the article here in order to fix the boot order of the services. Otherwise nginx won't come up correctly after reboot because the certificate files are not available before pve-cluster service was started. sed -i...
  4. L

    PVE4 install: hdsize ignored

    Hi,I am currently installing first 4.0 nodes and it seems the hdsize setting during partitioning is ignored.My disk has 465 available storage so this is the default value for hdsize. Changing it and the other settings as followed:hdsize=350.0maxroot=10swapsize=16minfree=32maxvz=292However, after...
  5. L

    [Proxmox 3.4] Start KVM guest qcow2 image from ZFS store

    Hi,I just setup a brand new install of the new Proxmox 3.4 version and of course I wanted to use ZFS for everything.However, after creating my first KVM machine it seems one can't start any virtual machine storing it's files on a ZFS volume :-(This is the error I got: I was wondering weather...
  6. L

    Fairly high CPU load after passing through USB serial device

    Hi folks, I'm running Proxmox VE 3.3 on my home server (Intel NUC i5) with very high satisfaction :D I had to connect a USB serial dongle device to one of my virtual KVM hosts so I added "usb0: host=2-4" to it's configuration file as stated in the Wiki. It's working fine in general. However...
  7. L

    Enhanced entropy availability in containers / RNGd

    Hi, I would need better random numbers available in one container as it is too low to setup needed software: cat /proc/sys/kernel/random/entropy_avail 138 I installed rngd daemon on the host to improve entropy availability which basically works for the host itself (I know using urandom is not...
  8. L

    Testing KVM appliances in an already virtualized environment

    Hi all, I have a running installation of Proxmox VE 2 beta which is working like a charm! I'm really happy with it :D For testing purposes and to avoid crashing my host during extensively testing new appliances I took another installation of PVE right into an KVM virtual machine on my PVE...