Search results

  1. S

    LVM LUN on iscsi storage presented to a cluster, and compute-only migrations?

    Ok, I didn't understand the shared setting, that did the trick. I'll read into it; this is our lab environment as an eval, so I'll go through that article and see what we should do different architecting this for a move to prod.
  2. S

    LVM LUN on iscsi storage presented to a cluster, and compute-only migrations?

    I have a question about how storage works on Proxmox, and I'm not sure if I've set up my storage incorrectly. I am coming from an ESXi environment where there are compute-only migrations and am looking to emulate that behavior in Proxmox. I have 8 hosts, each with a fiber nic connected to a...
  3. S

    Issues with creating a cluster on PVE 7.0-11

    We solved our own issue! By doing ssh with the -v flag, we got a debug message: root@PROX-03:~# ssh -v 10.1.10.##2 OpenSSH_8.4p1 Debian-5, OpenSSL 1.1.1k 25 Mar 2021 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1...
  4. S

    Issues with creating a cluster on PVE 7.0-11

    We've created a cluster on PVE 7.0-11 and am attempting to join other nodes. The network is up and the hosts can ping each other by hostname. I can run "systemctl status corosync" and get the following output: root@PROX-02:~# systemctl status corosync ● corosync.service - Corosync Cluster...
  5. S

    Question about ISCSI storage, redundancy, and multipathing?

    Ok thank you for your help, I think it's working.
  6. S

    Question about ISCSI storage, redundancy, and multipathing?

    Ok, that's good, that is what I thought I just wanted to be sure. So, if I add the storage through 2 "storage devices" and I see the LUN through one of those targets, do I have to do anything in the case of failover? The lun will just show up under the other device for the other target, and...
  7. S

    Question about ISCSI storage, redundancy, and multipathing?

    We have Proxmox on our previous-generation hardware, as a secondary environment to our newer VMWare environment. Our production Compellent SAN has the following topology: 2 Controllers Each controller has 2 ports One port on each controller is going to a non-routable 10.1.19 subnet, the other...
  8. S

    Help configuring open-vswitch on Proxmox 6.1-3?

    We'll work on this more this week. I'm the sysadmin and my networking admin is the only one with access to the switch configuration, but she's quarantined due to the coronavirus so we're having trouble working on this straight through. If anything else looks wrong from the system side I'm...
  9. S

    Help configuring open-vswitch on Proxmox 6.1-3?

    I apologize for waking up an old thread; we got distracted on something else and are now revisiting this. The only real change we made is to disable ipv6. I am concerned by the output of ovs-vsctl show; from my reading of it, it's saying the bridge is its own port...
  10. S

    Help configuring open-vswitch on Proxmox 6.1-3?

    I'm seeing the declaration of the bridged nics which I don't have...I saw that in this example too: https://forum.proxmox.com/threads/openvswitch-lacp-failure.48402/ So for your configuration, the bridge holds the IP? What does "ovs-vsctl show" output?
  11. S

    Help configuring open-vswitch on Proxmox 6.1-3?

    Yes, all configured from the switch side.
  12. S

    Help configuring open-vswitch on Proxmox 6.1-3?

    We are trying to get open vswitch working on 10 hosts running Proxmox 6.1-3. We think we have a configuration that should work, but it doesn't and we can't ping the gateway. These are hosts with 4 nics, we want to bond them with LACP then establish a bridge where we can have virtual NICs on...