Search results

  1. E

    [SOLVED] S3 local cache

    I solved it by enabling quota in xfs and creating a project for it. echo "100:/mnt/pve/hdd/s3" >> /etc/projects echo "s3:100" >> /etc/projid xfs_quota -x -c 'project -s s3' /mnt/pve/hdd mount -o remount,pquota /mnt/pve/hdd xfs_quota -x -c 'limit -p bsoft=2t bhard=3t s3' /mnt/pve/hdd
  2. E

    [SOLVED] S3 local cache

    I'm using a local disk with xfs file system as S3 storage, and I configured on it a sync to push to a remote S3 server. But it appears to store all the data, and not only using it as cache. I want only to send a copy from my local disk to the remote S3. What I'm doing wrong? Thanks
  3. E

    Windows Guest Balloon issue?

    I had the same problem (without pcie passthrough) with Windows Server VM (2019 and 2022). To solve it, I had to disable ballooning feature.