Search results

  1. E

    Network Sensor (monitor session - promiscuous)

    Apologies for the 2-year necro on this, but according to the manpage for ifupdown-addons-interfaces, it seems that bridge-ageing is a hyphen not an underscore. I have not tried it with the underscore (it may work), but hopefully this helps save some time for anyone who may stumble on this...
  2. E

    ZFS over iSCSI Question

    Hmm, maybe I found the answer to my question with dcsapak's reply here: https://forum.proxmox.com/threads/zfs-over-iscsi-uses-iscsiadm.58719/ Can anyone point me to documentation or more information on this? I feel like I'm still not understanding this properly. :)
  3. E

    ZFS over iSCSI Question

    Should iscsiadm -m session always show an active session when utilizing ZFS over iSCSI (to a FreeNAS server in this case)? The following is after a fresh reboot of the entire environment... One of my Proxmox hosts, this is host 172.20.___.__2: iscsiadm -m session tcp: [1] 172.20.___.__1:3260,1...
  4. E

    [SOLVED]: ZFS over iSCSI Connectivity Weirdness

    Rebooting the environment, including the FreeNAS machine has brought everything back to "relatively normal". I'm still digging for a root cause, will be posting a thread here with another simple question.
  5. E

    [SOLVED]: ZFS over iSCSI Connectivity Weirdness

    Hi all, Running into a strange issue with Proxmox VMs that connect to a FreeNAS device via ZFS over iSCSI. It seems that my FreeNAS box had some issues early this morning, posted a thread in the FreeNAS forum to check out those issues. I noticed some odd behavior on one of the Proxmox hosted...
  6. E

    ZFS Snapshot Deletion Question

    Ahh, disregard. I just located this: https://github.com/TheGrandWazoo/freenas-proxmox/issues/57 Thanks again!
  7. E

    ZFS Snapshot Deletion Question

    Hi all, I've got a VM running on Proxmox which is connected to a FreeNAS instance. Full disclosure, I'm using GrandWazoo's plug-in (and realize that is not supported in this forum), but am unsure if it related to the issue. Hence, my question is specific to a ZFS state dataset that I am unable...
  8. E

    HA Networking, LACP, and Clustering

    All of the above still applies, but for anyone finding this, any remaining remnant of concern was allayed upon realizing that the Proxmox UI allows for configuration of failover interfaces for the Corosync traffic. I was able to not only utilize the 10Gbe LACP trunk (interface / link 0) but also...
  9. E

    ZFS on iSCSI with HA/Redundancy via LACP

    Hi LnxBil, Yes, I have seen some of that discussion as well so I'm looking for what work-arounds others have implemented to achieve some level of HA for their iSCSI connections. I will research guletz' recommendation of OSPF in addition to testing LACP. Thanks!
  10. E

    ZFS on iSCSI with HA/Redundancy via LACP

    Hi all, This is sort of a follow-up from my post regarding Corosync, but different enough that I thought I'd post a new thread, and bring it to the Configuration forum. I'm familiar with the VMware-style of configuration of iSCSI in an HA scenario utilizing MPIO/multipathing and am interested...
  11. E

    HA Networking, LACP, and Clustering

    Thanks @spirit. That is similar to common builds for VMware, and what my initial intent was with ProxMox. Some of the warnings in the documentation were "cause for pause" though. In VMware, I always configure 2 x 10 GBe LACP Trunks with multiple VLANs that include iSCSI, vMotion, VM and other...
  12. E

    HA Networking, LACP, and Clustering

    Hi all, I am interested in setting up a ProxMox cluster with network connections that are fully redundant. As I'm researching and planning the deployment, I am interested in hearing opinions on how others have set up their environments. The first part of my question relates to the following...