Search results

  1. weehooey-bh

    DELL T160 server configuration advice

    The best place to look is in the documentation for the controller. If this is your controller: Technical specifications of BOSS-N1 Monolithic, BOSS-N1 Modular ET, and BOSS-N1 Modular controllers Then, it only supports RAID when two drives are used. ZFS should not be used with RAID controllers...
  2. weehooey-bh

    SDN VXLAN over IPv6

    From the bug report:
  3. weehooey-bh

    SDN VXLAN over IPv6

    Proxmox dev replied on Bug 5398 - SDN VXLAN unable to use IPv6 Peers: I checked one of our lab PVE hosts. It is running PVE 8.3.3 (no-sub) and has ifupdown2: 3.2.0-1+pmx11
  4. weehooey-bh

    SDN VXLAN over IPv6

    We submitted a bug report last year: Bug 5398 - SDN VXLAN unable to use IPv6 Peers I have asked how to see the patches and linked @apalrd 's patches.
  5. weehooey-bh

    corosync0 broken on Mellanox Connect-X5?

    Thanks for posting this. Please post the other two /etc/network/interfaces files (using the code formatting). I assume you changed the IP addresses for posting here, and you do not work for the Department of Defense in the US. 30.0.0.0/8 is owned by DoD Network Information Center (DNIC). You...
  6. weehooey-bh

    2FA authentication

    Using 2FA in the web GUI is not conditional or location-aware. It is either on or off for each user. You might want to create a feature request: https://bugzilla.proxmox.com/
  7. weehooey-bh

    Issue with 10/25Gb 2-port SFP28 BCM57414 OCP3 Adapter

    @systems.bbnl We have experience with the Dell BCM57404. Those cards must run both ports, either 10G or 25G and cannot run 10G on one port and 25G on the other. You might want to check your card to see if different speeds are supported.
  8. weehooey-bh

    corosync0 broken on Mellanox Connect-X5?

    Please post your /etc/network/interfaces files for all three nodes. You have not provided enough information for someone to help you.
  9. weehooey-bh

    Ceph x daemons have recently crashed

    interesting. It does not mention the WAL or DB but it would make sense. Are you running Bluestore? What version is your Ceph?
  10. weehooey-bh

    multiple subnets on one nic

    You can either set it up in each interfaces file on each node or you can use Proxmox VE SDN. PVE's SDN is pretty sweet. That would be my recommended approach as it managed from the web GUI at the datacenter level.
  11. weehooey-bh

    3 NICS 2 bonded with 802.3ad plus failover to second switch?

    Thanks for the additional information. Ceph is remarkably resilient. I have not seen it get corrupted. I am not saying it cannot; I have not seen it. If you can, get redundant switches for your high-speed links. There are two approaches you can take. #1 Best Two switches that support MLAG...
  12. weehooey-bh

    Ceph x daemons have recently crashed

    Are any of you still experiencing this issue? We recently investigated something that sounds very similar—a segmentation fault in the OSDs. It happens when: fast_shutdown is enabled (it is enabled by default) BlueStore is using non-rotational drives (i.e. flash storage) OSD is being...
  13. weehooey-bh

    permission smb

    You have posted in the wrong forum. This forum is the Proxmox Datacenter Manager (PDM). You want to post in the Proxmox VE (PVE) forum. You can do that here: https://forum.proxmox.com/forums/proxmox-ve-installation-and-configuration.16/ Also, your issue looks like SMB permissions on your...
  14. weehooey-bh

    Ubuntu VM has no network connectivity

    You have not provided enough information to assist you. Please post your PVE host network configuration and your VM's configuration. Please also include the network ranges you are using. To get your PVE network configuration: cat /etc/network/interfaces To get your VM configuration from the...
  15. weehooey-bh

    3 NICS 2 bonded with 802.3ad plus failover to second switch?

    What kind of failover are you looking for? PVE node management? Corosync? Guest traffic? There are several different scenarios for failover. More information about your current network configuration and the failure you are trying to mitigate would be helpful.
  16. weehooey-bh

    Does anyone have a good proxmox install script for an lxc webdav setup (or what server would make a good one) ?

    Not sure it meets your criteria but the Turnkey Linux file server has WebDAV built in. Super easy to set the LXC up.
  17. weehooey-bh

    VM unable to see secondary network

    Thank you for sharing the contents of those files. At first glance, it seems like it should be working. Please try changing: net1: virtio=BC:24:11:94:E2:F2,bridge=VLAN110,mtu=1 To the following. Bridge to vmbr1 and add the tag for VLAN 110: net1...
  18. weehooey-bh

    VM unable to see secondary network

    Please post the contents of the following files: /etc/pve/qemu-server/<VMID_of_VM_needing_second_NIC>.conf /etc/network/interfaces /etc/network/interfaces.d/sdn
  19. weehooey-bh

    OVS Configuration

    It looks good -- the best way to know is to implement it. :) Your VLAN102 would need to arrive at your PVE host tagged. Out of curiosity, why OVS? Unless you need very specific features, you are making your life more complicated. We always used to deploy Open vSwitch but have reverted since...
  20. weehooey-bh

    [SOLVED] Multi VDEV ZFS in the proxmox GUI.

    No. Yes. You create the ZFS pool and add it as a storage location in PVE. Then, you provision one or more disks to the guest (VM or LXC). The guest will use the provisioned disks very much like a physical disk on a physical server. The guest will not see ZFS; instead, it will see block...