Search results

  1. J

    Cluster setup and HA configuration suggestions

    I've been migrating from VMware vSphere to Proxmox Ceph at work on 13th-gen Dells. Ceph really, really, really wants homogeneous hardware, ie, same CPU, RAM, NIC, storage, storage controller, firmware, etc, etc. I swapped out PERCs for Dell HBA330s since I won't want to deal with PERC HBA-mode...
  2. J

    How to Configure iSCSI shared storage for thin Snapshots properly

    Seeing that the MD3200i is a legacy SAN, maybe cheaper to migrate to Ceph. Been migrating VMware legacy SAN infrastructure to Proxmox Ceph. IMO, need a minimum of 5-nodes. So, can lose 2 nodes and still have quorum. Isolated switches for Corosync and Ceph. All hardware the same. No PERCs, using...
  3. J

    9.1.1 Installation issue with PERC H730 Mini

    A better option, IMO, is to use a pure IT-mode storage controller like a Dell HBA330. Extremely cheap to get. Uses the much simpler mtp3sas driver and don't have to deal with PERC storage drama. No issues in production.
  4. J

    Repurposing vxrails hardware with Ceph

    Been migrating 13th-gen Dells (R630s & R730s) from VMware to Proxmox Ceph. Clusters range from 3- to 9-nodes, all odd number for quorum. All hardware is the same (RAM, CPU, NIC, storage, storage controller, firmware). Swapped out PERCs for Dell HBA330s since I don't want to deal with PERC...
  5. J

    Cluster best practices

    Considered best practice that cluster traffic have it's own network/vlan. I just create a additional vmbr (ie, vmbr1 or whatever number you want [best to use a VLAN number, if used]) and when I create the cluster, make sure it uses that network. I also change the Datacenter migration to use...
  6. J

    Establishing Proxmox VE as a Cross-Platform Hypervisor with Full RHEL/EL9 Ecosystem Support

    Most large organizations treat Proxmox VE in terms of accrediation/ATO as an appliance. Since PVE is a hypervisor platform. It's NOT meant to directly run workloads. Workloads are done via VMs/LXCs. Same with PBS & PDM. It's treated as an appliance. Just like switches, routers, firewalls, etc...
  7. J

    Optimizing PERC Storage Configuration for Proxmox on the R640

    A better option is to avoid the PERC HBA-mode drama and get a Dell HBA330. It's a true IT-mode storage controller based on the LSI3008 chip. Real cheap to get. Just make sure to remove any existing virtual disks prior to use and flash to latest firmware. No issues in production.
  8. J

    Creating a set of Proxmox Servers for a class

    Currently using a full-mesh 3-node Proxmox Ceph cluster using Resource Pools. Created individual accounts and have them log in using the Proxmox VE authentication realm. Each VE account has PVEAdmin permissions to the Ceph pools and Networking to ensure they don't interfere with other. Works...
  9. J

    High latency on proxmox ceph cluster

    Use consumer SSDs at your peril. They fail and fail spectacularly. Only real solution is enterprise SSDs with PLP (power-loss protection) and for endurance.
  10. J

    best practices network for the PVE Cluster

    This. Since I follow the KISS principle, I use active/passive setup. I believe even VMware recommends this before I migrated to Proxmox.
  11. J

    Proxmox 6 mpt3sas Debian Bug ICO Report 926202 with Loaded Controller

    Don't know if matters but latest firmware for Dell HBA330 is 16.17.01.00 A08. May or may not help your issue. No issues on 16-drive bay R730s in production.
  12. J

    Dell R610’s good for PBS

    I use a Dell R200 to backup a Dell R320. Dell R200 has PERC flashed to IT-mode with 2 x 4TB SAS drives using ZFS RAID-1 with 8GB of RAM. No issues.
  13. J

    Gen1 VM migrate from Hyper-V 2019 to ProxmoxVE9

    Prior to migrating, may need to regenerate the kernel to include all the drivers. Had to do this when migrating to Hyper-V. So, run the following as root: dracut -fv -N --regenerate-all
  14. J

    Is it safe to use Proxmox VE (No-Subscription / Free) for small-scale production?

    Yes, the no-sub repos are fine as long as you have Linux SME skills. Always have a Plan B which is backups. I highly recommend you test updates on a separate server/cluster before pushing to production.
  15. J

    10G NIC HCL for Proxmox 9.0.3

    I haven't migrated to PVE 9 yet. I'm still on PVE 8 at home. I wonder if a ConnectX-4 LX works?
  16. J

    Proxmox Install Failing on R740xd - PERC H730P

    Ditch the PERC HBA-mode drama and swap it for a Dell HBA330 true IT/HBA-mode storage controller. Your future self will thank you. Plus, HBA330s are very cheap to get. Update to latest firmware from dell.com/support
  17. J

    [SOLVED] Proxmox VE namespaces?

    Just as Proxmox Backup Server supports namespaces to do hierarchical backups on the same backup pool, does Proxmox VE support namespaces for the creation of VMs/CTs as well on the same node/cluster? I really, really do NOT want to stand up an IaaS such as Apache Cloudstack. I want each local...
  18. J

    HW-based RAID corrupted something, VMs won't start anymore

    Hopefully you have backups. I strongly recommend using a pure IT/HBA-mode storage controller. Use software-defined storage (ZFS, LVM, Ceph) to handle your storage needs. I use a LSI3008 IT-mode storage controller (Dell HBA330) in production with no issues.
  19. J

    [SOLVED] Using RAID in HBA mode or remove RAID?

    Seriously, ditch the PERC HBA-mode drama and get a Dell HBA330 which is a true IT/HBA-mode controller. Uses the much simpler mpt3sas driver. Be sure to update to latest firmware at dell.com/support Super cheap to get and no more drama! LOL!
  20. J

    Is a 3-node Full Mesh Setup For Ceph and Corosync Good or Bad

    While it's true that 3-nodes is the bare minimum for Ceph, losing a node and depending on the other 2 to pick up the slack workload will make me nervous. For best practices, start with 5-nodes. With Ceph, more nodes/OSDs = more IOPS. As been said, better have good backup and restore procedures...