Search results

  1. A

    Virtual Proxmox VE Node

    - Odd number of votes: I have kept only 7 votes in the cluster and only physical nodes are given a vote. - no more than 1 vote per physical machine: Each physical node has 1 vote, the virtual node does not have a vote. - all cluster members provide exactly 1 node: This is the only thing that is...
  2. A

    Virtual Proxmox VE Node

    While i totally agree this is not in anyway a support or a production setup, and to never have any single node produce more than 1 vote. I am not sure i understand this part of your reply: My understanding is that you need a minimum of 3 nodes for a stable cluster and that you should always...
  3. A

    Virtual Proxmox VE Node

    While i fully agree that using a VM as a node either within the cluster or hosted in or on another machine or cluster of any kind is not following any sort of "best practices" and should not be blindly deployed in any production environment, i think I have come to a solution that I can work...
  4. A

    [Storage] Root FS on consumer hardware

    Here is how my workstation system is setup, I have 2 smaller SSDs (500 GB) that I use for booting Proxmox VE and also storing the few ISO images that I need and the VM disks for the few VMs that run on the system (Firewall [], TrueNAS, Windows [Workstation with PCIe pass-through for a graphics...
  5. A

    Virtual Proxmox VE Node

    I'm just walking through the logic of not messing with the votes within Proxmox VE to see if this works.... Currently the cluster can loose any 3 nodes and everything keeps trucking along. Moving to an 8 node cluster would mean needing 5 nodes online for quorum, still allows for 3 nodes to...
  6. A

    [TUTORIAL] What are the steps to create and mount CephFS on a Linux VM?

    Any VM that is going to use the CephFS storage location would need to have these commands run. I use it for storing Docker volumes in a shared space as I have had issues using NFS or CIFS with some services that I run (SQL lite DBs). What I did was installed my distro of choice and then...
  7. A

    Virtual Proxmox VE Node

    I know asking or implementing a Proxmox VE node as a VM either within or outside of a Proxmox VE cluster can be a danger zone and also a disputed topic. I am considering deploying a single Proxmox VE node into my 7 node cluster for the following reasons: It would provide a "Floating" or...
  8. A

    SDN and Native VLANs or Untagged

    I was experimenting with SDN today to see if it would improve managing the various networks using VLANs that are present on my network. I have 7 nodes and each of the nodes have 5 x 1GB RJ45 interfaces. Two of those interfaces are bonded together and are configured for use by Proxmox VE and...
  9. A

    [TUTORIAL] What are the steps to create and mount CephFS on a Linux VM?

    I didn't specify a mount size on mine and when I created the CephFS share there was no way to specify the size under Proxmox VE. I currently have 2 Ceph clusters one that is hyper-converged within my Proxmox VE cluster of 7 nodes and another that is a cluster of 3 nodes that is only used for...
  10. A

    [TUTORIAL] What are the steps to create and mount CephFS on a Linux VM?

    This might not be the best way but it is they way I have been doing it to mount my CephFS storage into some VMs: * I will reference Debian/Ubuntu commands as that is the distribution I use. 1) On your VM install ceph-common package: {sudo} apt install ceph-common 2) On your VM execute: echo...
  11. A

    Possible Use-case for Proxmox SDN

    This might be a silly thought/question about the SDN features that are more generally available and that are now installed by default on PVE 8.1. Would it be possible/feasible to setup the SDN to take advantage of the wireless NIC in my workstation? The SDN has the ability with a simple zone...
  12. A

    Ceph performance with Proxmox on external drives! (EDIT 3 nodes)

    I wanted to experiment with Ceph before moving to a bunch of new hardware later and also allow me to plan what i wanted/needed for new hardware. I have setup 2 separate clusters using Proxmox and Ceph and while it is not perfect or even close to what you would do in a "real production"...
  13. A

    [SOLVED] Ceph error while adding OSD

    Trying an different approach to solve this issue I tried taking the OSDs from node 2 and DOWNED and OUT them 4 and moved the disks to node 3. I then was able to bring them IN but could not bring them UP. Node 2 was able to bring the now blank disks from the node 3 UP and IN after being able to...
  14. A

    [SOLVED] Ceph error while adding OSD

    I have created a new 3 Node Ceph cluster. Each node has 4 HDDs for OSDs and on the first 2 nodes I was able to create the managers, monitors and also all of the disks were able to be added as OSDs. However on the 3rd node I get this error when I try and create an OSD on any of the disks: create...
  15. A

    Proxmox VE 8.0 released!

    I am hoping this is being posted in the right place, not sure if I should have started a new thread or not. I have a question about resource mapping and how it relates to USB mapping, I currently have a VM that has a number of USB devices mapped using the new mapping as It allows me to assign a...
  16. A

    Adding a secondary GPU to host breaks passthrough

    Have you tried using a different PCIe Slot for the GPUs. I have a hypervisor run Desktop build using the 5950x but I am on the x570 chipset and I have both a 1050 and a 4070ti installed into the system and both get passed through to different VMs. I am wondering if the PCIe slot you are using...
  17. A

    Three-Cluster-Node + Ceph

    Correct me if I am wrong as I am still new/learning Ceph but If they were to add a fourth node to their cluster it would allow Ceph to re-balance to that other node and go back to a healthy status. Then would it still be able to stay writable and running with the loss of another node? would you...
  18. A

    Options for iLo or an iLo alternative?

    I use a Raspberry Pi setup using PiKVM, I built a custom cable to allow me to connect the USB-C to a KVM switch as I have more than one server and not back-feed power and then connected power and network to the pi. I can remote in and use keyboard shortcuts to switch between the machines...
  19. A

    Setting up Encryption using ZFS

    Really what I am building is a single node Proxmox install on a laptop that I will use as my administration console for my rack. I plan to have 1 Linux VM that I can use to remote into for management and a Windows XP machine for older devices that are stuck on older TLS encryption. I then want...
  20. A

    Setting up Encryption using ZFS

    I won't need any zfs replication so that is not an issue. What would I need for a script to enter the pass phrase on the terminal window? Also I assume switching to a script like you posted and a service to call it would be as simple as changing the exec line to call the script?