Search results

  1. D

    Disable dirty-bitmap

    we use snapshot but PBS backup speed is really slow.
  2. D

    Disable dirty-bitmap

    In short, what solutions do you suggest to increase the backup speed? PBS backup speed is really slow. Servers use NVMe but Storage Server have a Enterprise HDD Disk.
  3. D

    Disable dirty-bitmap

    Hello It seems to be very slow when doing dirty-map backups because it does the comparison. I know that after rebooting the server, a new dirty-map is needed, but how can this feature be disabled forever? Thanks
  4. D

    List of RRD Graph DataSource(ds)

    i founded from source code :) "DS:maxcpu:GAUGE:120:0:U", 829 "DS:cpu:GAUGE:120:0:U", 830 "DS:maxmem:GAUGE:120:0:U", 831 "DS:mem:GAUGE:120:0:U", 832 "DS:maxdisk:GAUGE:120:0:U", 833 "DS:disk:GAUGE:120:0:U", 834...
  5. D

    List of RRD Graph DataSource(ds)

    Hello I need to have a complete list of available DataSource(ds) I read the forum and wiki but did not find any information Thank you https://fqdn:8006/api2/json/nodes/nodename/qemu/101/rrd?ds=cpu&timeframe=day
  6. D

    Create a mirror of download.proxmox.com

    Hello Is it possible for us to create a mirror download.proxmox.com on our network and for servers to use that repository for updates? Thank you
  7. D

    PBS Service not started after upgrade from 1.x to 2.x

    Jul 16 17:48:26 pbs1 proxmox-backup-proxy[4325]: /usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-proxy: error while loading shared libraries: libsgutils2.so.2: cannot open shared object file: No such file or directory Jul 16 17:48:26 pbs1 proxmox-backup-proxy[4325]...
  8. D

    PBS Service not started after upgrade from 1.x to 2.x

    Hello after upgrade PBS from 1.x to 2.x proxmox-backup-proxy.service and proxmox-backup.service start Fail! I use this article : https://pbs.proxmox.com/wiki/index.php/Upgrade_from_1.1_to_2.x#Actions_step-by-step Thanks
  9. D

    Wrong display of disk size

    Hello we have a simple problem promox GUI show wrong disk space on disk on all of our servers. Have you seen this problem? Thanks Proxmox Version : 6.4.9 GUI : Usage 0.01% (79.75 MB of 1.01 TB) df -h command : /dev/nvme0n1p1 938G 77M 891G 1% /mnt/pve/NVMe1
  10. D

    Restore PBS Backup From Proxmov VE API

    Hello I want to restore PBS backup with POST archive method but get 400 Error : data":null,"errors":{"storage":"invalid format - storage ID '1' contains illegal characters\ Storage volid example : "backup1:backup/vm/110/2021-02-23T14:26:56Z"...
  11. D

    [SOLVED] Console Timeout

    I approve, sometimes the console gets timeout without any change!
  12. D

    Proxmox VE 6.1 released!

    Thank you I got it :)
  13. D

    Proxmox VE 6.1 released!

    apt update result : root@node1:~# apt update Hit:1 http://deb.debian.org/debian buster InRelease Hit:2 http://deb.debian.org/debian buster-updates InRelease Hit:3 http://download.proxmox.com/debian/ceph-nautilus buster InRelease...
  14. D

    Proxmox VE 6.1 released!

    https://pve.proxmox.com/wiki/Downloads#Update_a_running_Proxmox_Virtual_Environment_6.x_to_latest_6.1 I don't have a subscription, i update sources.list but still don't have any package : 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  15. D

    Proxmox VE 6.1 released!

    Great, sounds good :) I want to upgrade from 6.0 to 6.1 but no have any update apt update && apt dist-upgrade result : 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. can you help me? Thank you
  16. D

    VNCProxy Question

    Hello 2 ) which file or API Mehtod return back queme VNC INFO ?
  17. D

    VNCProxy Question

    Web API Using CURL
  18. D

    VNCProxy Question

    Hello 1 ) When I call VNCProxy from API Call to get Ticket Hash started with "PVEVNC" I want to Remove "PVEVNC" Word on VNCProxy Result. 2) how to set permanently vnc port and password with API Call ? Thanks a lot