Search results

  1. M

    PVE 4.0 beta - Ubuntu 14.04 container not 64-bit

    Hi, I've installed PVE 4.0 beta and I ran 'pveam update' to get the latest LXC templates. I then proceeded to download the 'Ubuntu Trusty (standard) template, which downloaded just fine, showing up as 'ubuntu-14.04-standard_14.04-1_amd64.tar.gz'. However, when I launch an image based on this...
  2. M

    virt-sparsify in Proxmox?

    I found that the libfsguest-tools had too many missing dependencies. Thanks for all the ideas. I'm going to automate the build by running a backup of the image and then restoring it to another VMID. Seems to be the simplest option at this point.
  3. M

    virt-sparsify in Proxmox?

    I think I found the answer to my own question. It looks like the 'virt-sparsify' is part of the 'libguestfs-tools' package. My only concern now is if it will conflict with any Proxmox package. Hopefully it won't. I'll try to install it on a PVE test host and report back here once I've got that...
  4. M

    virt-sparsify in Proxmox?

    I have a need to maintain a VM in Proxmox as a template that gets shipped as a .qcow2 or .vmdk disk. However, before shipping it, I'd like to make it as small as possible. During installation of software inside the VM I download fairly large files, which then add a lot of "used" space in the...
  5. M

    Renaming vmbr to easier determine NIC speeds

    Thanks. Yeah, I was thinking about that. The reason I shunned the idea was because if I later get machines with more than one 10G vmbr, it doesn't really work out quite so nicely. Or, if I for any reason decide to not bond the NICs, I'd end up with a not quite obvious situation. I wonder if...
  6. M

    Renaming vmbr to easier determine NIC speeds

    Hi, I've got a few servers with: vmbr0 - 2x 1G NICs bonded (OVS Bridge) vmbr1 - 2x 10G NICs bonded (OVS Bridge) In order to make it simpler for other people administrating and creating VMs I was looking for a way to indicate the vmbr/NIC speed in the name, like: vmbr0-1G vmbr1-10G If I...
  7. M

    Change domain name of PVE cluster

    Hi, I have a small cluster that I've had running for a while. Because I now have a wildcard cert for one of my domains, I'd like to use that cert for my PVE cluster. Of course, the cert is not for the domain name configured for my cluster. So, I want to change the domain name, but not the host...
  8. M

    [SOLVED] Setting up two subnets over dedicated Ethernet

    Re: Setting up two subnets over dedicated Ethernet Udo, First, I apologize -- I just solved this problem. It had nothing to do with Proxmox or my config, which was incidentally correct all the time. The issue was that the port on the switch was tagged for another VLAN/subnet. It had been...
  9. M

    Enable 2nd NIC with another subnet

    Udo & Chow, I've been trying to do exactly this, but it doesn't work for me for some reason. I just posted my setup in a new thread. If anyone of you can look at it and make any comments, that would be great. I'm running PVE 3.1. Thanks!
  10. M

    [SOLVED] Setting up two subnets over dedicated Ethernet

    Hi, I'm a bit confused by the bridging setup. Here's my setup and what I'm trying to achieve: Firewall with multiple WAN IPs, providing NAT to the VMs in the DMZ Two networks: DMZ (192.168.9.0/24) on eth0/vmbr0 connected to a dedicated switch directly off the firewall LAN...
  11. M

    how to connect remotely to home PC using proxmox

    Opening up direct or even proxied access to your Proxmox host doesn't seem like a good idea. Why don't you run a small OpenVPN server VM on your Proxmox host and port forward to that machine instead? That would allow you to access your Proxmox host securely without opening it up to the world.
  12. M

    Wrong IP of node in cluster

    So, how does one go about changing it? My .members file has the wrong IP (from a long time ago). I've looked in the Proxmox web UI, as well as in my /etc/hosts and /etc/hostname and it all looks correct. I can ping each host from other hosts in the cluster and it resolves correctly. I can also...
  13. M

    Hi Michael, I noticed on the pve-devel list that you've been developing several storage backend...

    Hi Michael, I noticed on the pve-devel list that you've been developing several storage backend plugins for Proxmox. Any chance you're looking at adding one for Swift? I'd be happy to assist in any way I can. Best /// Martin
  14. M

    Roadmap: More storage plugins on the GUI

    Got it. Will check out the article. Thanks.
  15. M

    Roadmap: More storage plugins on the GUI

    On the http://pve.proxmox.com/wiki/Roadmap#Roadmap it says that "More storage plugins on the GUI" will arrive or are being worked on. Can the Proxmox team share some more details of what is being considered? Thanks!
  16. M

    Start and stop KVM VM from command line

    Has the qm stopall command been deprecated?
  17. M

    iPhone App in progress !!

    Re: iPhone & Android App in progress !! I agree. A simple, smartphone/tablet UI in HTML5 would be very nice.
  18. M

    iPhone App in progress !!

    Re: iPhone & Android App in progress !! Hmm ... That still didn't work. I guess I'll have to stay with my Android app.
  19. M

    Swift for Proxmox backups

    Hi, I was wondering if anyone has tried to use Swift for Proxmox backups? I have a Swift cluster and a Proxmox cluster. If possible, I would like to run my backups to Swift's object storage instead of using more expensive block storage, which is better utilized for my VMs anyway. If anyone...
  20. M

    iPhone App in progress !!

    Re: iPhone & Android App in progress !! Thanks mir. Will try that out.