Recent content by KuJoe

  1. K

    "unknown" OpenVZ Template

    How would I use them in Proxmox then? When I try to select a template it only shows the templates that are not "unknown".
  2. K

    "unknown" OpenVZ Template

    I'm at a loss. I found all of the threads regarding the same issue and everyone says it's a naming error, I tried dozens of different filenames and none of them have worked. What am I doing wrong? Doesn't work: centos-5-standard_5.8_i386.tar.gz centos-5-standard_5.8-1_i386.tar.gz...
  3. K

    How to display combined disk size in Proxmox for KVM?

    I see. I added the 2nd disk to expand the LVM which is why I was asking. I will be converting the KVM to an OpenVZ container shortly anyways. Thanks!
  4. K

    How to display combined disk size in Proxmox for KVM?

    I added a 2nd storage drive to one of my KVMs but it still only shows the original storage size under the VM list. Anyway to show the combined storage?
  5. K

    Placing OpenVZ container on 2nd storage device.

    Tried that. The container wouldn't start.
  6. K

    YASQ: Is raw format considered "thin" storage?

    Thanks for the link! Awesome information indeed. So how does VZDump handle .raw files? Does it backup the whole file or just the non-metadata?
  7. K

    YASQ: Is raw format considered "thin" storage?

    In my many hours of researching the various KVM image formats, I've finally decided on which to use but after implementing my choice I'm a bit confused. I was planning on using VMDK (VIRTIO) because it performed better under my local tests and because I was told it was considered "thin storage"...
  8. K

    Placing OpenVZ container on 2nd storage device.

    LoL, figures I would miss something like that. Oh well, the bind mount option actually works better for me because I can use the RAID1 disk space for OpenVZ and for scheduled backups in Proxmox. :)
  9. K

    Placing OpenVZ container on 2nd storage device.

    Wow, this actually works out much better. For others who are interested, here's how I did it (since the script provided in OpenVZ's wiki does NOT work): Instructions are abbreviated, I can provide step-by-step if needed but I figured most people on these boards know how to create and mount a new...
  10. K

    Placing OpenVZ container on 2nd storage device.

    Well I feel a bit foolish. It appears this is a limitation of OpenVZ and cannot be done at this time. Oh well, time to play with bind mounts...