Recent content by sgtfoo

  1. S

    OpenShift installer kills all VMs

    I've had trouble tracking down the cause, but at the point in the 3.11 OpenShift installer, the task called `TASK [Initialize openshift.node.sdn_mtu]` is the last one before suddently all my Proxmox VMs shutdown. I can't think of what this could possibly be aside from an excess of network...
  2. S

    How to clean out old ovz container entries

    rm -f /etc/pve/openvz/<ct-id>.conf was all I needed. Thanks!
  3. S

    How to clean out old ovz container entries

    I recently upgraded from 3.4 to 4.2 and I have 4 leftover openvz container entries in my server list... Can't seem to find them on the host, and I want them gone from the server list. Anyone have any idea how to be rid of those?
  4. S

    Simpler Bond + bridge, with 3 nics

    OK, really delayed reply, but I'm reviving this thread with success. I took another look at the changes to do and the following setup is working.. /etc/network# cat interfaces # network interface settings auto lo iface lo inet loopback iface eth0 inet manual iface eth1 inet manual iface...
  5. S

    transition to ZFS

    Hello all, I've a single-node home-based Proxmox machine with 3 active always-on VMs in it and I'm at the point where I'd like to transition the "local" storage volume to ZFS underneath, instead of LVM. the root and swap can exist on a single drive. I have 3 other storage drives in the LVM at...
  6. S

    2 network interfaces in one VM doesn't work

    VMs don't automatically use both bridge interfaces (vmbr#). In the web GUI, manually add the second network interface to the VM (while it's down) and be sure to specify which vmbr# you wish to use. Then boot the VM and it should see the new interface.
  7. S

    Proxmox / ZFS / Single-box solution

    Interested in using ZFS myself, just to get this right.. If I wanted to start using ZFS on my current single Proxmox node for all of my local storage, I would have to clear all of my storage drives and then setup ZFS and then point the Proxmox /var/lib/vz at the ZFS volume? Or would it entail...
  8. S

    Flashcache on Proxmox 3.x

    I imagine there's a good reason why Linus put bcache into the latest 3.10 kernels ;) Here's another vote for soft cache support without RAID controllers.
  9. S

    Network lag

    I have noticed the first pings always have more latency. I haven't yet had a chance to examine the packets with wireshark yet, but I intend to look into it. Is there something in the virtio abstraction of the NICs that is adding the latency?
  10. S

    Proxmox installation on primary HDD & Using Additional 3tb drive

    You can do this, but you must unplug the 3tb drive before/during install so as to not allow the installer to use the drive. When you're done with installation, connect the 3tb drive and then you will be able to add it using command line ... see...
  11. S

    Here are some improvements ideas

    great news! update happening tonight!
  12. S

    Here are some improvements ideas

    DHCPD would be great, but I wonder if it would conflict with one of my VMs that already acts as DHCP and DNS for my network. I'm no expert in such a thing tho. While on the topic of suggested improvements, could we add: - some kind of hard drive temperature reading pass-thru from the host to...
  13. S

    CentOS 6.3 - why not?

    Why not show some bleeding edge CentOS 6.3 love?
  14. S

    Simpler Bond + bridge, with 3 nics

    OK so I had some issues trying to get this to work. I made a few attempts with settings, while always keeping a working backup of the interfaces file. Noteworthy: - Using consumer-grade networking gear. - using a dual-NIC card on my proxmox server as well as the mobo NIC - all 3 cables from the...