Search results

  1. M

    OpenVZ Ploop support

    When/if ploop is supported in Proxmox will we be able to convert existing Proxmox containers too it? Really looking forward too ploop support. I imagine the hold up is waiting for Openvz to officially support EL7?
  2. M

    IPv6

    Is there a how too for using IPv6 on containers? It seems to work fine for bridged containers but would also like it on venet based containers.
  3. M

    Software RAID

    So I am assuming a better way to do this. In fstab I commented out #/dev/pve/data /var/lib/vz ext3 defaults 0 1 Added /dev/md0 /var/lib/vz ext4 defaults 0 0 Rebooted and now /var/lib/vz appears to be on > 5TB software raid 10 partition. This should all work fine not?
  4. M

    Software RAID

    I see what you are saying now. I cannot uncheck enabled or disable all the content options on local. Sure would be nice if I could. Is there a way to have all new containers default to vzmain rather then local for storage?
  5. M

    Software RAID

    When I click on storage - local there is an enable checkbox. If I just uncheck that wont proxmox just use the new vzmain(/vzmain) storage which I have "Disk Image, ISO Image, OpenVZ Template and OpenVZ container" all enabled on?
  6. M

    Software RAID

    Alright, I created /backups which is just a 4TB single drive formatted ext4 and I created /vzmain which is 4 3TB drives in software raid 10 formatted with ext4. Added settings to fstab and everything seems to hang in there on reboot. Now I should be able to disable the default 'local' under...
  7. M

    Software RAID

    Won't the mount happen at reboot if its in fstab?
  8. M

    Software RAID

    I was thinking of installing Proxmox on a 128GB SSD then after install mounting /vz/ on a software RAID 1 partition. Has anyone done anything like that?
  9. M

    Intel C602 RAID

    Does the "Intel C602" chipset work as a hardware RAID controller? http://www.tyan.com/zh/product_SKU_spec.aspx?ProductType=BB&pid=514&SKU=600000337
  10. M

    2 Port RAID Card

    Looking for an inexpensive RAID card to use with two drives in RAID 1 that I can monitor without adding special packages. My last hardware raid card I had to install special packages to monitor. When upgrading proxmox versions everything crashed.
  11. M

    Ibm x3650 raid

    Anyone know of a simple way to check RAID status on the command line? Would like to script this and email myself a daily status report on RAID. Would like to avoid custom repository since that caused trouble in past updating to Proxmox 3.x.
  12. M

    Ibm x3650 raid

    Does installing megacli require any special repositories? How do you install it? I simply want something I can write a script for and be sent a daily report on the RAID health.
  13. M

    Ibm x3650 raid

    Has anyone found out how to monitor the RAID array on a "IBM X3650"?
  14. M

    Proxmox on IBM X3650

    Currently my primary Proxmox box is a HP DL380G5. It seems to work fine except I had to add a 'custom repository' repository to monitor the RAID. Seems to have caused many issues when trying to upgrade in place from proxmox 2.x to 3.x. Even after removing custom packages and the repository...
  15. M

    Proxmox on IBM X3650

    Is anyone running Proxmox on the "IBM X3650"? How does it work? How do you monitor the RAID array remotely?
  16. M

    FATAL Error inserting dm_snapshot

    >>FATAL: Error inserting dm_snapshot Trying to backup an openVZ VM by using snapshot. Seems to fail everytime. INFO: starting new backup job: vzdump 100 --remove 0 --mode snapshot --compress lzo --storage backups --node pm1 INFO: Starting Backup of VM 100 (openvz) INFO: CTID 100 exist mounted...
  17. M

    32 vs 64 OpenVZ Template

    What is the difference between using one or the other? I imagine since this is shared kernel under the hood the 32 version is going to be running on a 64 bit kernel? Why would you choose a 64 bit version? Can I give a 32 bit VPS more then 4 GB of RAM and will is use it? Reason I ask is I...
  18. M

    Directadmin and UGID

    If running Directadmin in an OpenVZ what would you need to set UGID at? If there are thousands of email accounts does that mean it must be set at thousands?
  19. M

    Adding IP To OpenVZ Container

    Can I also add an ipv6 address the same way? Thanks.
  20. M

    Adding IP To OpenVZ Container

    I created a CentOS 6 container and selected vmbr0 for network. I want to assign multiple IP's to this container. How do I go about assigning IP's to it now?