Search results

  1. P

    How do I specify boot disk if I have 2 disks?

    Hi, How do I re-attach and specify disk-0 as boot disk for a VM? And then remove disk-1? Thanks.
  2. P

    how do I improve my zfs random 4k performance?

    Hi, I installed proxmox using ZFS RAID0 on my nvme. root@pve:~# zpool get all NAME PROPERTY VALUE SOURCE rpool size 464G - rpool capacity 0%...
  3. P

    Is my partition table properly aligned?

    I installed using ZFS RAID0 on my nvme using the proxmox installer. Is my partition table properly aligned? Disk /dev/nvme0n1: 465.8 GiB, 500107862016 bytes, 976773168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal)...
  4. P

    memory setting not being reflected inside the VM?

    Hi, I made a Debian template. I cloned it using linked clone to create a VM. I tried to update its memory qm set 116 -memory 1536 It is reflected in the console. https://imgur.com/LROO2Ru However, inside the VM. It is still 1GB. https://imgur.com/U7bLUkV How do I increase the memory of a...
  5. P

    How to import vzdump into PBS?

    Is it possible to import vzdump archive into PBS? How? Any example? Thanks.
  6. P

    feature request: include download (restore) speed test with proxmox-backup-client benchmark

    Hi Proxmox, Could you include both upload and download (restore) benchmark with the "proxmox-backup-client benchmark" command? I think it is upload (from client to server) only for now. Thanks.
  7. P

    Is PBS using single thread only?

    My initial observation is, proxmox backup server seems to use single thread when performing backup/restore. If the CPU's single core is not fast enough, it cannot saturate the network interface. 1) Is it correct? 2) How do I tune the TLS speed? Uploaded 18 chunks in 10 seconds. Time per...
  8. P

    feature request: backup PBS to S3 compatible bucket

    Hi Proxmox, I am new to proxmox and the backup server. Could you add the ability to backup PBS's settings and vzdumps to S3? 1) PBS allows user to set a S3 compatible bucket. 2) PBS allows user to backup to the bucket a) PBS's settings/configs b) PBS's VZDumps 3) PBS can auto or manually sync...
  9. P

    mount: /mnt/vzsnap0: special device /dev/pve/vm-104-disk-0 does not exist.

    Hi, I am trying to manually backup a LXC container to remote Proxmox Backup Server (store1). # pvesm status --storage store1 Name Type Status Total Used Available % store1 pbs active 184216960 1801576 172988032...
  10. P

    Error: parameter verification errors parameter 'repository': value does not match the regex pattern

    I am using Virtual Environment 6.2-4 I am trying to setup a remote Proxmox Backup Server. I am getting this error: Error: parameter verification errors parameter 'repository': value does not match the regex pattern What should I do differently? How do I debug? Thanks. # pvesm add pbs...
  11. P

    If a hacker breaks out of docker when running inside LXC nested mode, would the proxmox host be compromised?

    If a hacker breaks out of docker when running inside LXC nested mode, would the proxmox host be compromised?
  12. P

    Is these port safe to be open to the internet?

    1) Are these ports safe to be open to the internet? Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN 2401/spiceproxy tcp 0 0 0.0.0.0:111...
  13. P

    /lib/systemd/systemd-udevd generates a lot of disk activities

    /lib/systemd/systemd-udevd generates a lot of disk activities constantly. Does it run only after reboot? Could someone guide me on troubleshooting it? Thanks.
  14. P

    How to install associated 5.4.34-1-pve kernel's headers?

    ``` # uname -r 5.4.34-1-pve # apt install pve-headers-$(uname -r) Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package pve-headers-5.4.34-1-pve E: Couldn't find any package by glob 'pve-headers-5.4.34-1-pve' E: Couldn't find...