Search results

  1. C

    Conversion Issue

    This is happenning to every single Centos machine we convert. Is there another way to migrate from backup? Thinking something is not getting converted, as other services as Mysql are not creating the socks correctly. These pbx's were working correctly. I'm thinking something in the...
  2. C

    Conversion Issue

    Hi, I moved several machines from our Proxmox 3.x cluster to our new 4.1. Most of our containers are having odd issues related to databases. It appears that during the conversion, the /usr/sbin and /usr/local/bin paths are not available any more. The /etc/profile has the correct settings, and...
  3. C

    Issue with pct after exiting lxc

    Hi, I seem to be having an issue when we exit a container (lxc). when returning to the nodes cli, it almost appears as if the echo was turned off, and no output is seen on the screen... [root@ns3 network-scripts]# root@pve151201:/usr/share/lxc/templates#...
  4. C

    Ceph with NFS Export

    Since I posted the other day that we were going to attempt to setup the ceph/proxmox cluster and attempt to use NFS with ceph...has anyone tried this and succeeded/failed? I don't want to waste days/weeks trying to get this going if it's a fool's adventure and can avoid it. TIA, Carlos.
  5. C

    Suggestions on migration

    Yes, we're going to try to see if we can use the NFS export with ceph for the containers...will be interesting. It will slow the speed down a bit, but realistically, disk IO is not a concern with our environment. If this fails, we'll just setup the 3 ceph nodes as ceph only, and then setup...
  6. C

    Suggestions on migration

    Hi, We currently have a 2 node proxmox without HA. We just got some newer servers in, and want to migrate from the current 2 node setup and end up with a 3 node with all the bells and whistles including ceph. I'm trying to think through the process and see if this makes sense, or if I should...
  7. C

    Ceph with 1 server, then adding a second and third

    What server/chassis is it? There's plenty of dual 2.5 adapters for 3.5" bays out there. We did this with several of our older supermicro servers wth 8 3.5" and two non hotswap bays, where we loaded up 4 SSD drives for a zil/l2arc for another project. These are some of the better ones that...
  8. C

    iSCSI storage for containers

    After having way too many issues with NFS permissions on various storage devices(OmniOS, OpenFiler, FreeNAS), FreeNAS performance is abysmal, OpenFiler seems to have permissions issues causing improper storage calculations, and OmniOS adds ACL issues, which prevent other stuff from happening...
  9. C

    NFS from OmniOS permission errors

    That works for a while, until I get kernel-devel, which is 8.2M and says it needs another 3578MB on the / filesystem. Resorted to increasing the partition to 16GB to let that last package work, then we can shrink it . Definitely something strange between proxmox and the NFS system. openfiler...
  10. C

    NFS from OmniOS permission errors

    Been doing some testing and roll outs, and having a few issues with the NFS side. I've got 3 different NFS systems. OmniOS, OpenFiler, and FreeNAS. The FreeNAS system appears to be working correctly. The other two systems are not. The symptoms we're seeing are: - on container creation...
  11. C

    Yum on container reporting insufficient free space

    Hi, We recently started having some issues when creating new templates and attempting to yum update. We normally take a clean template from http://openvz.org/Download/template/precreated and setup a lamp stack with some custom stuff. Yum appears to work correctly and gets everything we need...
  12. C

    NFS from OmniOS permission errors

    That was it... zfs set aclmode=passthrough zfs set aclinherit=passthrough-x Thanks for the pointer. I had been searching around, and most of the stuff started to look the same...
  13. C

    NFS from OmniOS permission errors

    Hi, I found a few articles specific to OmniOS, specifically this one - http://forum.proxmox.com/threads/15446-OpenVZ-Container-in-Napp-IT-OmniOS-NFS, but I am still unable to restore to the NFS storage devices. Quick checklist: - options vers=3,tcp in /etc/pve/storage.conf for my nfs volumes...
  14. C

    Odd Performance issues

    I've installed Proxmox 2.3 on a pair of nodes on a Dell C6100. Each node is a dual L5520, with 48GB RAM, and 2x500GB RE3 drives RAID1 (mdadm) (just to boot - it's what i had lying around unused), and using a FreeNAS server for storage of images, private, templates, etc. It seems that...
  15. C

    All guests have no network

    Dietmar, Yes, found that setting, but it's only on KVMs; I was hoping it was for Containers. Most of our machines are containers. I was hoping to avoid backup/restore each one of the lower numbered machines just to make space for a restore at a lower number. Thanks
  16. C

    All guests have no network

    Boot order is for KVMs, with respect to CD, disk, etc (machine level), not a system boot order for KVMs/CTs.
  17. C

    All guests have no network

    Seems that this was mostly related to DNS. One of the virtual machines was the primary/secondary DNS. I brought that machine up, and manually enabled the networking/named, and then the subsequent machines came up correctly. I was unaware of the potentially disastrous effects of virtualizing...
  18. C

    All guests have no network

    Having a really strange issue. I just upgraded to the latest 2.3, and have been using 2.2 previously. Today, it appears that none of the CT's will have any network interfaces when the vm is booted. I have almost 20 nodes, and they all exhibit the same exact behavior. If I enter a node, I can...
  19. C

    Issue with hostname

    I'm a bit leery of doing that right now, especially with production servers. We also have several asterisk based guests and I need to do some testing before we greenlight 2.x. We had a bit of fun getting asterisk/dahdi working in 1.9 so I rather not have to tackle that as an emergency...
  20. C

    ipsets support in 2.x

    Hi, I was looking into testing with ipsets since i have some fairly large sets of IPs and was wondering if the proxmox 2.x versions supported the ipsets. On our existing 1.9 boxes it isn't and I haven't found anything either way. TIA, Carlos.