Recent content by kkjensen

  1. K

    10Gbe ring configuration

    Thanks for your reply and sorry for the late response. After digging more (and screwing up a few things while trying to move the cluster's ip subnets to something that is compatible with the office, should I ever need to move the machines there) I've restarted the project with fresh proxmox...
  2. K

    linux bridge vs ovs Bridge

    I'm just in the middle of trying to implement OVS after reinstalling my 4 node test cluster. The production cluster will be for a small ISP that has a bunch of vlans. I'm used to working with Cisco switches and was hoping to create a 10G trunk through all the nodes and starting/finishing on...
  3. K

    10Gbe ring configuration

    Hi there everyone I'm still pretty new to proxmox and debian but do come from a background where I've used a lot of cisco switches and dabbled in linux. I have a 4 node hypervirtualized cluster running 3 separate networks for corosync and ceph with the 'outside' access happening on bridged...
  4. K

    CEPH network configuration (3 servers without switch)

    How did this go? I have the same sort of setup but with 4 machines and am hoping I can bridge the interfaces to form a 10Gbe ring. I know it would be better with a switch in this case but I don't have enought 10Gbe SFP ports to available at the moment.
  5. K

    Proxmox VE and VLAN tag stacking

    I'm having a bit of trouble following this. I speak cisco...any chance someone has done a writeup comparing these configs to what it would look like in a managed switch? I checked the 'vlan aware' box hoping it would be treated as a trunk and I would be able to pass tagged data from the...
  6. K

    Removing a deleted LVM/LG from proxmox webgui

    So while messing around trying to figure out which drive was really dead (I might have a bad backplane) my node decided to flip out and wouldn't take any drives in any bays and I had to reinstall everything. Any tips on dumping an entire node? I reinstalled and have the drives all going...
  7. K

    [SOLVED] /lib/modules filling up hard drive

    @tburger Thanks! That worked quite well! I have a proxmox node running off a 4G memory stick. ESXI was on it previously and I was curious to see how it would go but it almost immediately got very full after running some updates.
  8. K

    Removing a deleted LVM/LG from proxmox webgui

    That makes a lot of sense now that I'm seeing it all laid out like that. lvdisplay shows nothing vgdisplay shows the drive I'm trying to dispose of pvdisplay also shows the drive I ran: vgremove <name> which said it it was successful. pvremove <name> which said it wasn't found (I'm guessing...
  9. K

    New Install, Doing Storage Right (I hope?)

    Old thread but relevant for old hardware. Can you provide any more info about flashing a m1015?
  10. K

    Raid replacements

    I'm mucking around in the home lab testing stuff with ceph/proxmox and was wondering if there are any recommendations for raid replacement cards to just access drives directly. I'm pretty new to the server hardware scene so this probably sound a pretty elementary to most. I grabbed a m1015...
  11. K

    [SOLVED] Will it Proxmox?

    I think your findings would make a great wiki write-up!
  12. K

    Access VM on private net via public ip?

    I've only ever set one up that needed to externally available and just used a dedicated Nic. If you only have one physical port, have you looked at using a vlan? Upstream you'll need to use a managed switch or a router capable of routing that vlan to your gateway.
  13. K

    [SOLVED] Will it Proxmox?

    I may have to shut down and dd my install to a bigger drive or find a way to move some stuff off of it. I used a 8GB drive and by the time all was partitioned (using default settings) I only have 24% space left which makes some parts of the setup complain (like ceph throwing an error about a...
  14. K

    Removing a deleted LVM/LG from proxmox webgui

    Nope. I've never worked with vg or lvm before so this has all been new to me. I'll give that a shot. Thanks
  15. K

    [SOLVED] Will it Proxmox?

    Nothing in particular. It's a little 32GB ultra which has exsi on it previously. I'm not in a production environment and since it's all about training I actually don't mind things going wrong from time to time so I can experience how HA failover etc happens and what it takes to recover...