Search results

  1. C

    PBS Performance

    I got a cache working, dont think its making any difference what so ever. where does the decompression happen? on the host or on the pbs?
  2. C

    PBS Performance

    is there any guide on setting "secondarycache=metadata" ?
  3. C

    PBS Performance

    As i said i can do a fresh backup with no backup before it and its fine and fast, restores are really slow. where does it do the decompression?
  4. C

    PBS Performance

    i dont really get it. I can backup up pretty fast on a fresh backup, but a restore will take hours - this make no sense
  5. C

    PBS Performance

    Thank you, the PBS on top of proxmox is a completely different host anyway and is for the backup server. the main reason why thinking to go direct to bare metal is the network as the virtio network device has a limit of 10Gbps
  6. C

    PBS Performance

    At the moment we are running PBS on top of proxmox 8 then i do the ZFS and make separate virtual disks per datastore - i do this as we have separate clusters and want backups secure and not go between clusters What if i put the PBS on baremetal and then make a single ZFS within PBS - can i...
  7. C

    PBS Performance

    Which RAID would you recommend for the ZFS - we need the HDD for the space. this the benchmark Uploaded 1327 chunks in 5 seconds. Time per request: 3771 microseconds. TLS speed: 1112.06 MB/s SHA256 speed: 1873.80 MB/s Compression speed: 563.47 MB/s Decompress speed: 739.41 MB/s AES256/GCM...
  8. C

    PBS Performance

    Hello, I'm running PBS on RAID Z2 over 4x Enterprise SATA with 50GBps Private Bandwidth. My actual hosts are 256GB RAM with 64 Cores I have noticed the restores are pretty slow on the decompression - is there a way to increase the performance on them? Also where is the resources being used...
  9. C

    OVH VRACK IPV6

    Hello all, So we have a ovh vrack with a /56 vrack which we can split into additional /64s the first /64 works fine and routable with ::1 as a gateway when i create a new /64 and try it on a new vm via the vrack it doesnt work but the original /64 does work, i have tried all kinds of gateways...
  10. C

    VNC Reverse Proxy

    i have managed to get it working with a reverse proxy with nginx - but still giving full access to the main proxmox control panel which i want to block
  11. C

    VNC Reverse Proxy

    Hello, is there any guides on setting up a VNC Reverse Proxy? i want to build a cluster with internal IP's but want our clients to connect to a VNC so that its secure. Kind Regards. Chris
  12. C

    DR to Proxmox

    Proxmox to Proxmox is easy.... What if you have a physcial windows server and it goes down? we want to offer full DR to boot up within proxmox - Nakivo does do this but to restore to VMWare where the license is just insane - i know very well it can be done
  13. C

    DR to Proxmox

    Yes so for example if a company want to backup their Windows Server or Linux Server on a Agent Based plugin - we want to be able to restore / recover to a proxmox host / cluster I know this can be done, just dont know if this has been created - can just mount the drive and create the vm config...
  14. C

    DR to Proxmox

    I was thinking more like Full DR Instant recovery to Proxmox so for example Hyper-V, VMWare, Physical to Proxmox instant recovery as a VM. Vinchin is kind of there - lacks the support for Hyper-V and Physical to Instant Recover to Proxmox and no actual restore Physical to Proxmox either which...
  15. C

    DR to Proxmox

    Hello all, I have done a good google search and i cant find anything - is there any technology like Zerto or Nakivo or Veeam that can restore directly to Proxmox and mount the disks in case of DR instead of a restore which can take time?
  16. C

    5 Node Cluster Unicast

    Hello, We have tried adding a 5th node to our cluster but doesnt seem to want to work because it requires multicast - can someone please confirm that? If that is correct is there a way to force unicast?
  17. C

    Ubuntu 21.04 - Cloud-Init

    Hello, I have been having issues making a templaye for Ubuntu 21.04 i have installed cloud-init but it doesnt seem to want to connect to the cloud-init drive, its not passiing any information such as a user or network information Also tried the hirsute-server-cloudimg-amd64.img image and...
  18. C

    [TUTORIAL] windows cloud init working

    Managed to get it working but when i do a sysprep and boot for the first time its asking me to create a new password on the VNC I have this enabled. inject_user_password=true first_logon_behaviour=false This is my code [DEFAULT] username=Administrator groups=Administrators...
  19. C

    [TUTORIAL] windows cloud init working

    I am still having problems getting gues server 2019 to change passwords, the network is fine without issues and i have followed the guide to a T
  20. C

    [TUTORIAL] windows cloud init working

    Having issues getting it to set the password. network and everything else is fine. Is there also a way to set it so it can do a first boot again without having to keep cloning all the time?