Search results

  1. D

    SDN interface creation

    hi all just looking for information about the SDN and the interfaces it creates. I have created a vlan SDN on bond0 but its created 4 interfaces instead of the expected 2 13: ln_example@pr_example: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master example state UP mode DEFAULT...
  2. D

    Assigning users permissions on VM's using API only

    Hi all I have been trying to look through the API documentation to see how I can assign a user a role permission over a VM but I haven't found a post request that seams to do it. does anybody know what the endpoint is to do it?
  3. D

    Setting HTTPS headers

    HI all, proxmox has been pulled up on our internal pen test for not having security headers set on the web interface. making the application vulnerable to clickjacking. as such what file needs adjusting to add and set X-Frame-Options and Content-Security-Policy response headers.
  4. D

    Getting AMD SEV working

    Hi all hoping somebody is using SEV on VM's as am trying to enable it but the VM just keeps looping on the splash of the EFI and not booting, I can't enter the efi to set up setting and it doesn't boot the CD or iso file. host has SEV enabled root@wlsc-pxmh01:~# dmesg | grep SEV [...
  5. D

    ceph dashboard oddities

    hi all I have finished a rolling eviction upgrade and rejoin of my nodes to take them from 7.4 to 8.1 but I have an issue with the ceph dashboard as follows any ideas what could be causing it.
  6. D

    kvm debug threads

    hi all I have noticed that KVM instances have debug threads enabled any ideas why KVM is defaulted to this, and is it possible to disable them example /usr/bin/kvm -id 10053 -name wlsc-lin18,debug-threads=on
  7. D

    [SOLVED] issues with CPU types when migrating to proxmox 8.1

    on proxmox 7.4 I had my VMs set to use Eypc-Rome to match the CPU in the systems which are EPYC 7452. but when use it on 8.1 am getting the following error kvm: warning: host doesn't support requested feature: CPUID.0DH:EAX.xsaves [bit 3] kvm: Host doesn't support requested features TASK ERROR...
  8. D

    Getting a global list of snapshots

    Hi all on vmware you can get the system to alert for systems with snapshots over a certain age. I am looking for write a script of some kind to do the same for proxmox, but does anybody know how to get a global list of snapshots across all the VM's? I know that it's most likey going to need...
  9. D

    PRoxmox defaulting to EFI boot with secure boot disabled

    Hi All would it be possible to be able to get machines that default to secureboot disabled when creating EFI machines or would I need to upload a custom EFI bios payload ?
  10. D

    backups ztd compression single threaded

    hi all any reason why the backups are single-threaded rather than a user-configurable value? as from my point of view it would be nice to use 4 threads out of my 64 to speed up the backups.
  11. D

    Issues connecting to consoles

    hi all am having issues connecting to consoles that appear to be increasing here is an example for a container TASK ERROR: command '/usr/bin/termproxy 5900 --path /vms/10020 --perm VM.Console -- /usr/bin/dtach -A /var/run/dtach/vzctlconsole10020 -r winch -z lxc-console -n 10020 -e -1' failed...
  12. D

    [SOLVED] fwupd with proxmox

    Hi all would installing fwupd from the debian repos on the system cause any issues with the natural operation of the system? as I would like to cron firmware autopatching.
  13. D

    ceph write amplification

    hi all I have found some information about ceph write amplification and performance tuning here from the ceph site. while it gives values it doesn't go into how to implement them. the most important one am wanting to implement is bluestore_rocksdb_options can somebody tell me where and how...
  14. D

    issues with nested proxmox in proxmox

    I am trying to configure nested virtualisation but am getting errors. when I start a nested VM created by proxmox. this is the configuration of the PVE system root@wlsc-pxmh01:/etc/pve/qemu-server# cat 10037.conf agent: 1,fstrim_cloned_disks=1 args: -object...
  15. D

    issues with VM's EFI disks when machines have SEV enabled

    Hi all got an issue am hoping is resolvable I have a AMD SEV enabled on a vm I followed this to add the arguments to the vm is not nested at the moment it's just 1st level VM issue is with an EFI disk attached to the vm is will not complete the post and boot loop or hangs at the virtual...
  16. D

    enabling intel 800 Series io-srv virtual functions

    hi all does anybody know fow to enable virtual fucntions for E810-C adaptors. they are using the ice driver and the information say this /sys/class/net/<ethX>/device/sriov_numvfs should exist but the sriov_numvfs file is present. am I missing some options when loadin these modules to enable it ?
  17. D

    Creating SDN vlan's via the API

    hi all I want to create an SDN network via the API as I want to tie it to netbox using a webhook but I want to make sure I can manually create one using the API going to the docs I can't see a post option. is it possible to create a vnet ? if so does anybody have an example?
  18. D

    Spice HTML 5 access.

    Hi all bit of an odd question we use virtviewer internally to access VM's it work great 99% of the time however I have a number of users wanting remote access from the internet. as such am looking at building a remote access server to access spice sessions so that the machines don't need to...
  19. D

    LXC images

    the rocky linux image is for 9.0 while 9.1 is out, also the rock linux in proxmox appears to not have a functional ssh server in it. as such i am trying to get hold of a rocky linux 9.1 LXc container I can see there is one in the linuxcontainers / canonical pages dated 20221209_02:07 how do I...
  20. D

    Issues with networking and not adding routes

    Hi All am having an issue with the network-scripts attempting to add the default gateway to an interface before it's ready the links are up Any Ideas to the cause?