Search results

  1. D

    Redhat virtual datacenter ... virt-who on proxmox

    so virt-who will report KVM back so from the product perspective it will just behave as though it's on redhat virtualization which is also KVM based.
  2. D

    Passtrough multiple hdds in a multi drive case to multi vms

    you would need to ensure that the enclosure isn't a raid enclosure or at least selectable to be jbod. you need to have the ability to control the USB power management features if it's a USB device. disabling power management ensures the device doesn't go offline when idle you might need to...
  3. D

    resource pools

    hi all am looking for a way I can tag systems so that I can do conditional access and remote inventory listing for ansible. is it possible to configure the system to allow a system to be linked to multiple tags? when I add it to one I can't add them to others via the UI. for example I would...
  4. D

    KSM keeps disabling.

    thanks that now working fine for me.
  5. D

    KSM keeps disabling.

    answered my own question disabling ksmtunedwith below means that run is left alone once set. systemctl disable ksmtuned
  6. D

    KSM keeps disabling.

    HI all I am trying to run KSM on the system but when I switch /sys/kernel/mm/ksm/run to 1 something changes it back to 0 I am assuming this is a PVE process if so how can I control it. so that KSM is left running all the time?
  7. D

    qcow2 using zstd compression

    Hi all how can I alter the configuration so that the qcow2 format disk images use zstd format rather than zlib?
  8. D

    base system encrypted using TPM2

    Hi all I would like to install proxmox on encrypted systems protected by a TPM2 module which will be used to unlock the system. I have just booted the official ISO release and couldn't see any encryption options. what installation method would be the officially supported
  9. D

    SDN Mutlicast for vxlans

    so what your saying then is keep away from openvswitch and we should be fine ?
  10. D

    SDN Mutlicast for vxlans

    HI all Currently I have a lab with a vxlan setup using unicast but I would like to know how I can move this to multicast as I would like to use multicast in production due to unicast the Linux docs say multicast is preferred. has anybody got any experience either way with this in production?
  11. D

    Proxmox just died with: nvme nvme0: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0x10

    could just be a weak rail on the PSU. try balancing the connectors and see what happens. have you got voltage sensors configured on the Motherboard because you could capture the values and see if it is power.
  12. D

    Proxmox just died with: nvme nvme0: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0x10

    I get this when my cards go over 80 degrees, I was using a passively cooled case that I have now added a fan too and it's not reoccured. when you took the temp was it the time it happened or after? as I found my NVME disks didn't come back when cooled until I rebooted.
  13. D

    Proxmox SDN support in ansible

    proxmox in ansible is currently in the community.general module https://docs.ansible.com/ansible/latest/collections/community/general/index.html#plugin-index classes currently proxmox module – management of instances in Proxmox VE cluster proxmox_domain_info module – Retrieve information about...
  14. D

    Proxmox SDN support in ansible

    Hi Team does anybody have a plan on adding support for proxmox SDN networking to ansible?
  15. D

    tagging Users & VM's to resource pools with ansible

    HI all am trying to see how I can create and assign users/groups/VMS resource pools so that the pools can be used to control access to the consoles of the machines. Looks like I can add machines to a pool but nothing about the same for users. looking at the current modules it doesn't look to be...
  16. D

    attached a ISO using ansible

    HI all am trying to use ansible to attach an ISO as part of vm creation using ansible community.proxmox_kvm. has anybody on been able to attach ISO so that I can provision vm's from unattended ISO files
  17. D

    Ceph and using it for disk images

    thats worked and I can now use it, and migrate a vm. Tahnk you very much for you help
  18. D

    Ceph and using it for disk images

    HI have created as follows via the gui wizard and steps in https://pve.proxmox.com/wiki/Deploy_Hyper-Converged_Ceph_Cluster
  19. D

    Ceph and using it for disk images

    Hi Guys I have built a ceph cluster using the instruction and it's created a storage entry that's not usable for disk images and disk images doesn't appear on the menu in the GUI, how can I enable the cluster for disk of the VM's ?