Search results

  1. F

    Bypass the 24-Hour delay for Garbage Collection and force delete pending data in PBS

    Hello, I use Proxmox Backup Server (3.2.9) and often face an issue with my storage. My disk usage is frequently between 90-95% of its capacity. To avoid exceeding 95%, I regularly check the storage status and manually delete some backups I consider non-essential. Afterward, I run a garbage...
  2. F

    Stop notification "Garbage Collect Datastore successful"

    Hello Lukas, Thank you for your message. I've tried different things, but I'm not sure I understand how to do it with what you've told me. Can you give me a little more detail? Thanks in advance for your help
  3. F

    Stop notification "Garbage Collect Datastore successful"

    Hello, I have a PBS version 3.2-7. Every 2 hours, I receive an email saying “Garbage Collect Datastore ‘backups’ successful”. With the new notification system, I’m not sure how to disable the notification regarding the “Garbage Collect Datastore successful”. Here is my Notification...
  4. F

    SSD sata-sas models for RAID

    I notice that my server accepts SATA or SAS disks. So I guess it is better to favor the SAS? So you recommend mirroring 2 SSDs rather than doing a RAID with several SSDs?
  5. F

    SSD sata-sas models for RAID

    This is for a ZFS RAID (no hardware) on which VMs with web servers, databases, etc. will run, so a lot of movement
  6. F

    SSD sata-sas models for RAID

    Hello, I would like to do a RAID5 with 4 2TB SSDs in SATA or SAS. Do you have any “enterprise”/”server” models to recommend? I saw the Samsung PM883 model but I don't know if it is the best choice and if it is still relevant Thanks
  7. F

    Your opinion on a hardware configuration

    Hello, I would like to make a Proxmox server to host 4 Windows 10 VMs for not very demanding applications. These would be VMs with 8GB of RAM. What do you think of the following configuration? Supermicro MBD-X12STW-TF CPU : Intel Xeon E-2388G - 8 Core - 16 Threads - 3.2Ghz - 5.1Ghz Turbo - 95W...
  8. F

    [Solved] Unable to start garbage collection job on datastore backups - write failed: No space left on device

    Hello, My PBS is full. I deleted a lot of backups, but despite that, the disk remains full. I tried to launch a "Start Garbage Collection", but I get this error: "Unable to start garbage collection job on datastore backups - write failed: No space left on device" I suddenly deleted some files...
  9. F

    backup failed randomly

    No it's every time a different Can we define in Proxmox the bandwidth dedicated to backups? Here is the log : INFO: 100% (39.4 GiB of 39.4 GiB) in 2m 56s, read: 2.0 GiB/s, write: 0 B/s INFO: backup is sparse: 23.02 GiB (58%) total zero data INFO: backup was done incrementally, reused 73.65 GiB...
  10. F

    backup failed randomly

    Hello, I have a Proxmox Server and a Proxmox Backup Server. Every night I make a backup of all my VMs. Unfortunately, almost every night, I have a VM that can't make its backup. Every night is a different VM backup failed (please see screenshot), but always with the same error message : "VM xxx...
  11. F

    IPv6 problem on VM Windows with VirtIO (paravirtualized) network adapter

    Hello, I have a problem on several VMs running with Windows (Windows Server 2022 or Windows 10) regarding IPv6 connectivity in my Proxmox VE 7.3.4. Indeed, on each VM I have a network device in model VirtIO (paravirtualized). The guest agent (virtio-win-0.1.173-2) is installed on Windows...
  12. F

    Sharing files between multiple VMs

    Hello, I have a Proxmox with an LVM-Thin storage data of 5.9TB. I have multiple Windows VMs on which I need the same files. What is the best pratice for a shared storage space accessible by all the VMs? - Create a Windows VM with a file share - Create a TrueNAS VM - Other ? more adapted ...
  13. F

    macOS Monterey guest tools ?

    Hello, Is there an equivalent to guest tools for Windows on a Proxmox 7 VM with a macOS Monterey? For example to be able to shutdown the macOS from Proxmox Thanks Fabien
  14. F

    Advise for raid ZFS data

    Hello, I would like some advice for my data raid. I have a Proxmox with 4 SSD 2TB for data. (64Go ram, Intel Xeon 3.7GHz 8 core) On this data raid I would like to put several Windows and Linux VMs. The but is : fast raid and the security of being able to lose 1 disc I started by doing a...
  15. F

    Data displays too high used capacity?

    zfs get volblocksize data/base-100-disk-0 NAME PROPERTY VALUE SOURCE data/base-100-disk-0 volblocksize 8K default Exact, is 8k It's a raidz1 with 4 SSD of 2TB. I think a defined default ashift 12 Based on my setup and what I showed above. Do you recommend...
  16. F

    Windows 10 clone : Sysprep not work

    Thanks This video was a good start, but not enough. I also had to run the following commands: Delete everything : Get-AppxPackage -AllUsers | Remove-AppxPackage : Get-AppxProvisionedPackage -online | Supprimer-AppxProvisionedPackage -en lign...
  17. F

    ZFS VM data encryption

    Hello, I have a ZFS data raid that I use as a data disk for my VMs. My question is: does ZFS encrypt data by default? Do I have to enable Bitlocker style encryption on my Windows VMs or does ZFS natively encrypt the data? thanks
  18. F

    Data displays too high used capacity?

    No result : # zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT data 7.27T 114G 7.15T - - 0% 1% 1.00x ONLINE - rpool 149G 16.5G 133G - - 0% 11% 1.00x ONLINE - # zfs list NAME...
  19. F

    Windows 10 clone : Sysprep not work

    Hello, I created a Windows 10 VM on which I did all the updates, installed all the drivers, made all my personnal configurations and now I would like to be able to duplicate this VM. So, I wanted to convert this VM as a template but before, that I saw that it was necessary to run the SYSPREP...