Search results

  1. R

    Multiple people create their own vms, but shouldn't see each other. Can we use one lvm-thin?

    I'd like to be able to give access to two-three people so they can install stuff on my proxmox. In order for these guys to be able to create a vm/lxc, they have to have the Datastore.AllocateTemplate on the storage which is only found in PVEDatastoreAdmin. So in order for two people to create...
  2. R

    Proxmox cluster on geographically distributed machines and slow connections

    We have a setup of three geographically distributed proxmox machines. The hardware is cheap: celeron cpus, single 5400rpm drive, 8/16gb memory. Each node runs a single vm with our service. The three servers run a copy of the service. We're satisfied with the speed of the service. One server is...
  3. R

    noVNC and copy/paste (2016)

    Spice requires a desktop client, while noVNC requires only a browser. That's why we're interested.
  4. R

    Updating templates

    The scripts that create the clones are separate from the ones that update the templates. We update the clones only when we change something.
  5. R

    Updating templates

    We use scripts to create linked clones and most of the times they depend on the template id. Often we have to make minor changes to a template. In order to update a template: Option1 (the id of the template changes) - full clone of template - update clone (add our changes) - create a template -...
  6. R

    noVNC and copy/paste (2016)

    AFAIK noVNC supports copy/paste. source: https://github.com/novnc/noVNC/blob/master/README.md Will this functionality be a part of proxmox? If not, is there an easy way to add that functionality manually?
  7. R

    proxmox unable to find free port 5900 6000

    Today we had 15 novnc connections to our proxmox gui from a location with an intermittent internet. At some point I saw that we had ~100 vncproxy processes even though the users were still 15. When I did `ps aux | grep vncproxy` I saw that for each connection there are three processes: `task...
  8. R

    Why is the directory storage so bad?

    You're absolutely right. I thought there'd be an option, but if dd can copy it, then sending directly to lvm should also work. Tested it - worked fine.
  9. R

    Why is the directory storage so bad?

    I checked `qemu-img`'s help page, but couldn't figure it out - doesn't say anything about lvm partitions. Can you show an example command?
  10. R

    Why is the directory storage so bad?

    I got it thanks. But there are too many steps `qemu-img convert` and `dd` is faster
  11. R

    Why is the directory storage so bad?

    I've heard about that, but I can't seem to find it. I found this: https://pve.proxmox.com/wiki/File:Screen-move-disk.png Are these the steps: I add the vmdk to vm101 for example, create a second disk in the lvm thin and then move it? What are the steps to move the disk. Where do I put the vmdk?
  12. R

    Why is the directory storage so bad?

    I've been using the LVM thin storage so far and every time I have to import a VM i have to convert the vmdk to qcow and then `dd` to the lvm volume. If I use a directory, I can directly run a vmdk and this saves me a lot of converting. Scratch that. Windows vmdks don't work, because of this...
  13. R

    'dd' raw drives to lvm is slow. Is there a better way?

    The problem is not the blocksize, I actually do bs=1M. I'll update the question. The problem is that it's copying 127GB instead of 8.8GB
  14. R

    'dd' raw drives to lvm is slow. Is there a better way?

    I have a proxmox installation. I'd like to import a vmdk to a lvm and the procedure is: $ qemu-img convert -p -f vmdk "IE11 - Win7-disk1.vmdk" -O raw "IE11 - Win7-disk1.raw" and then: $ dd if="IE11 - Win7-disk1.raw" bs=1M|pv| dd of=/dev/mapper/pve-vm--103--disk--1 And that works fine. But there...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!