Search results

  1. D

    pct exec and daemonizing

    I wish to launch a script on a collection of containers. pct exec seems to do what I want. Except I want to background my script and have the pct exec finish immediately. I tried just adding an & (ampersand) but when the pct exec finishes, it terminates the backgrounded script. I have now tried...
  2. D

    CPU pinning with containers is confusing me

    I have a 16 core/32 thread ThreadRipper (AMD 1950X). root@zen:/var/log# numactl --show policy: default preferred node: current physcpubind: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 cpubind: 0 1 nodebind: 0 1 membind: 0 1 root@zen:/var/log# numactl...
  3. D

    Unable to clone mountpoint during container clone

    I am running current (pve-manager/5.2-9/4b30e8f9 (running kernel: 4.15.18-5-pve)) pve and getting an error during container cloning. My container has a mount point, and I remember reading something about mounpoints can be awkward with clones but can't find it now. The conf file for the container...
  4. D

    4.15 kernel, Threadripper, lm-sensors

    I have pve with a 4.15 kernel. I am trying to get lm-sensors to tell me the individual core temperatures for the CPU. It looks like TR family (17h) is not recognised, either by sensors-detect or some other part of my configuration. I had hoped this would "just work" with 4.15, but obviously...
  5. D

    How to mount a host partition within a VM as swap?

    My proxmox host has an SSD that I want to use as swap space for one of my VMs. I don't understand how to connect it though. If I try to add another disc as hardware in the VM hardware tab, it only lists my ZFS stuff - but the partition I want to use is just a raw partion (/dev/nvme0n1p6)...