Search results

  1. D

    Opening a VNC console from an external app

    regardless of how you login it's always via the API. have use asked the api for a ticket? https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/vncproxy https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/vncwebsocket my advice it get it...
  2. D

    [SOLVED] Download templates LXC containers

    you would download it to the storage you have enabled for container templates /mnt/pve/<storage>/template/cache rename rootfs.tar.xz to be the name you want for the template ie debian_bookworm_20230714.tar.xz you can then use it as a container template as normal.
  3. 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...
  4. D

    [SOLVED] Download templates LXC containers

    just want to nudge this thread to says images are at https://images.linuxcontainers.org/images/ as this is the only URL that I can see them at.
  5. D

    issues with nested proxmox in proxmox

    yeah just did that and nice mess that was made with nonfunctional intel 810 series nic drivers as such I have reverted back to ensure my ceph wasn't degraded for too long, not sure why 6.2 is in the enterprise repo with such issues, will stick with the now old 5.19 for now even if it's not got...
  6. D

    issues with nested proxmox in proxmox

    doing some digging looks like Secure Nested Paging (SEV-SNP) is not in the mainline kernel yet. AMD Docs https://www.phoronix.com/news/AMD-SEV-SNP-Arrives-Linux-5.19
  7. D

    issues with nested proxmox in proxmox

    found the issue and its related SEV as disabling SEV the nested systems work. As such I will raise an issue upstream with KVM project and my AMD account manager regarding this feature degradation when SEV is enabled. btw just disabling KVM acceleration is not really a fix
  8. 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...
  9. 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...
  10. 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 ?
  11. D

    Opt-in Linux 6.1 Kernel for Proxmox VE 7.x available

    I also reverted back because I have containers that wouldn't stop, and issues taking snapshots and backups on ceph.
  12. D

    AMD AMF encoding / transcoding HELP

    are you trying to pass though the built in GPU from the CPU ?
  13. 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?
  14. 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...
  15. D

    Opt-in Linux 6.1 Kernel for Proxmox VE 7.x available

    when's it due to hit the enterprise repo ?
  16. D

    Proxmox and Zabbix

    will be trying to do this shortly will let you know how I get on
  17. D

    Can't remove vmbr0 or access proxmox GUI

    have a look in /etc/networking/interfaces as thats the configuration it all comes from auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto vmbr0 iface vmbr0 inet manual address <ip address in cidr> gateway <gateway ip> bridge-ports eth0...
  18. 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...
  19. D

    Issues with networking and not adding routes

    I have found the issue to be related to the bridge, destroying the process. it seems to hang all the VLANs on the bond when that's present, this also appears to be a bug in the upstream Debian package as the python script seems to be trying to work out the order but fails to work it out...