Search results

  1. D

    Migration LXC CT with bind mount point

    Even in PVE 8.0.4 still have to edit the config file manually so no way to add this in WebGUI. No big deal.
  2. D

    [SOLVED] Reduce the size of QCOW2 images with Windows OS

    I agree. ZFS is very robust in storage systems as it offers dedupe, snapshots for backups and data integrity. Even you don't have additional drives to properly create a ZFS array you still can use it on a single drive. Just you won't have redundancy.
  3. D

    Proxmox random reboots on HP Elitedesk 800g4 - fixed with proxmox install on top of Debian 12 - now issues with hardware transcoding in plex

    Gotta love these video card issues. I wonder if plugging in a dummy load into the video port would fix it till the driver is fixed? Those are cheap on Amazon. The dummy load would simulate the monitor being on.
  4. D

    disable mail notifications for pvesr

    I too would love to see a way to selectively suppress certain notifications especially the replication failure notices where it's not really a problem since it usually resolves itself after a period of time. Guess for now I'll setup e-mail filtering rule to put em in a different folder to be...
  5. D

    How make Copy/Paste on VNC kvm in proxmox

    That works in ProxMox as well only with containers.
  6. D

    Backup retention issues. [ A bit confusion! ]

    You can run your backups every day and when the prune schedule runs it will prune whatever you set it at. In your case if you only want weekly backups then set to keep weekly. Just set it number of weekly you want to keep. It will prune the rest. I set my prune to run on Saturday nights so...
  7. D

    GlusterFS setup on 3 node cluster

    Look into cephFS which will do what you need.
  8. D

    Spice viewer with reverse proxy

    I would use Apache Gaucamole which will simplify things.
  9. D

    Uptime... who has the longest....

    Pretty cool to see that kind of up time but patches and security updates are more important to me than up time. Plus rebooting the servers is a good way to reset the RAM especially with ZFS.
  10. D

    I have a cluster made of three PVEs. Without considering virtual machines and data backup, which storage method is the fastest?

    I am using local ZFS with scheduled replication to simplify my setup. I've tried CEPH in the past and always had issues with VMs running very slowly whenever there is something major going on with CEPH. With local ZFS it only impacts one node vs several. Granted I lose HA but ZFS...
  11. D

    Windows 2022 Laggy (Terminal server and SQL server )

    For my Windows 2019 VMs I've practically set everything as defaults including KVM64. IDE with default settings. Keep in mind I am using ZFS so alot of the speed enhancements are handled by that. You can clone your VM to test out some settings.
  12. D

    Migrate Windows vm from Vmware to Proxmox

    I've migrated several Windows 2019 VMs over from vmware to ProxMox and most booted up without issues. Strange behavior that 3 VMs out of so many refused to boot properly. For testing I switched them to OVMF (UEFI) and it booted up without issues. Strange part is they never been setup to use...
  13. D

    Windows 2022 Laggy (Terminal server and SQL server )

    When I was running ProxMox version 6 four years ago with CEPH it ran fine but the performance wasn't great. Now I'm sure with improvements it's alot better. I will revisit this later on as I have a second cluster running 7.4 to test it on. I will upgrade to 8 some time this year.
  14. D

    Windows 2022 Laggy (Terminal server and SQL server )

    I've tried CEPH in the past and it kills the Window VMs in terms of performance. So I switched them to ZFS and they're practically the same performance as ESXi with vSAN. It loads slow at first but once it starts up the reboots of the Windows VMs are almost instant and the performance are...
  15. D

    Cant update proxmox or debian

    If you don't have a subscription to Enterprise you have to change them to pve-no-subscription. You can change that in Repositories.
  16. D

    [SOLVED] As soon as all containers and VM's shut down, Proxmox loses all internet connection, including to the router. Is this a bug?

    Management interface should always be on a dedicated network that VMs / Containers don't reside on. That way if you ever bork your network interfaces you won't lose connection to the PVE host. This is also true for any cluster environment. Depending on the server I usually pick the onboard...
  17. D

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

    Processor : 0 vendor_id : AuthenticAMD cpu family : 23 model : 49 model name : AMD EPYC 7502P 32-Core Processor stepping : 0 microcode : 0x8301055 cpu MHz : 2495.270 cache size : 512 KB physical id : 0 siblings : 64 core id...
  18. D

    Multiple backups occur simultaneously

    This is by design. If you have several nodes it will start the backup job on each node at the same time. Only way around that is to create separate backup jobs to balance the load. Mine is set by pools to make it easier to manage the backup jobs.
  19. D

    ZFS-import.service dead

    That is normal. I see the same thing whenever I reboot my PBS server. Figured it's a boot script to import any unknown ZFS pools into ZFS automatically.
  20. D

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

    I am running all Epyc AMD processors on 14 nodes. No issues far as I can tell. CPU(s) 64 x AMD EPYC 7502P 32-Core Processor (1 Socket) Kernel Version Linux 6.2.11-2-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.11-2 (2023-05-10T09:13Z) Also, they're all running on Dell PowerEdge R7515 with 512GB of RAM.