#vm

  1. M

    A custom program that works on other computers is failing on Proxmox Windows VM

    Hello, I am new to proxmox and installed it to run a custom program that was made for me. I used to have the program run on TrueNas windows VM's but needed to upgrade which is why I got proxmox. I use the same windows version on Truenas VM and everything works great. But when I try to run the...
  2. S

    how to achive ceph pool allocating osds to specific ceph pool

    I have 20 OSDs (HDDs) in my Ceph cluster and want to allocate 15 OSDs to one pool and 5 OSDs to another pool without causing downtime, as this is a production environment. Can someone provide guidance on how to achieve this safely and efficiently, considering my limited experience with Ceph?
  3. G

    Physical server

    I have a physical server (DELL, document number: 1) configured with the following RAID setups:- RAID 1 with a 479GB SSD- RAID 1 with a 279GB HDD- RAID 5 with 1.60TB HDD I plan to deploy Proxmox on this server, using the ext4 file system. The operating system will be installed on the 479GB...
  4. R

    [SOLVED] ansible-playbook create vm on proxmox

    So its 2024... and im trying to create a vm thru ansibleplaybooks. I'm looking for some what simple and "dumb" code that creates an VM from a template.... And btw how does ansible playbooks work with vmids? do i have to edit the playbook everytime i run it with a new vmid? this code is the...