Recent content by popallo

  1. P

    [SOLVED] Problem with hetzner ipv4 on baremetal

    Hello everyone. I didn't find the reason but I found a solution. I disabled IPv6 and it goes to IPv4. I thought that by reactivating IPv6 it wouldn't work again, but it continues to work. So I don't see why such an effect but oh well. The important thing is that it works. Thanks to those who...
  2. P

    [SOLVED] Problem with hetzner ipv4 on baremetal

    Hello everyone, after hours of fruitless research I'm turning to the community :). I have three hetzner servers, running proxmox 8 (latest kernel), on which I have an ipv4 configuration problem. When setting up the servers, I had only taken ipv6. No worries there and I set up the three servers...
  3. P

    PBS 3.1-2 wrong datastore information sshfs

    Hello everybody. Good news! The latest update also fixes the problem I was experiencing. A big thank you @ggoller for your efficiency and follow-up!
  4. P

    PBS 3.1-2 wrong datastore information sshfs

    Hi, same thing for me. Latest version of PBS (3.2.2) and same problem with wrong datastore size under pbs. With df -h : 5.0T 953G 4.1T 19% Under PBS : With stat -f: stat -f . File: "." ID: 0 Namelen: 255 Type: fuseblk Block size: 131072 Fundamental block size: 512...
  5. P

    PBS 3.1-2 wrong datastore information sshfs

    Ok thks for the feedback! I will wait for the next release so :).
  6. P

    PBS 3.1-2 wrong datastore information sshfs

    Hi @ggoller and thks for the feedback. Do you think there is something to do after the update to apply the effects of the patch? I ask this because I have just updated the pbs and unfortunately, after restarting the server, I still see the same information concerning the storage (see my...
  7. P

    PBS 3.1-2 wrong datastore information sshfs

    Hello, thanks for the follow-up! excellent news :D I can't wait to be able to apply it and I will be sure to come and give feedback on how well it works ;).
  8. P

    PBS 3.1-2 wrong datastore information sshfs

    Great news :) And if I can be a crash test server or beta tester, I would be very pleased.
  9. P

    PBS 3.1-2 wrong datastore information sshfs

    Thank you for taking the time to add all these details. Here is the result of df -ah: datastore: 990G 633G 358G 64% /mnt/datastore We see here that I have what is expected.
  10. P

    PBS 3.1-2 wrong datastore information sshfs

    Thank you for the feedback. Of course, here is the result of the command: backup@pbs:/mnt/datastore# stat -f . File: "." ID: 0 Name: 255 Type: fuseblk Block size: 131072 Fundamental block size: 512 Blocks: Total: 2074776029 Free: 748854998 Available: 748854998 Inodes: Total...
  11. P

    PBS 3.1-2 wrong datastore information sshfs

    Hello everyone ! To explain the context, I use a hetzner storage box for storing the backups I make for different PVE nodes. It works very well. Previously, I mounted the storage box in CIFS but as I sometimes had disconnections, this generated numerous entries in kern.log and I found myself...
  12. P

    No previous backup found, cannot do incremental backup

    Thx @zanderson-aim because your solution works perfect for me too. /tmp was on reiserfs on my server before your tips.
  13. P

    [SOLVED] Permission denied (os error 13) on VM backup

    Hi fiona, and... and yes you are absolutely right, the main directory belonged to root! by switching the permissions to "backup" it works :) Thank you for your invaluable help and I hope this topic will be useful to others.
  14. P

    [SOLVED] Permission denied (os error 13) on VM backup

    Hi Fiona and thank you for your reply! The backup server is therefore mounted in LXC and the "datastore" is a NAS server mounted in NFS. Here is the content of the /etc/fstab file nas:Backups /mnt/nas nfs defaults 0 0 I made the deliberate choice to go through LXC to limit the consumption...
  15. P

    [SOLVED] Permission denied (os error 13) on VM backup

    Hi everyone, I'm asking for your help today because I can't find any solution. I have a "proxmox backup server" which works correctly, in version 3 and installed on a "proxmox 7.4" host in an LXC container. Everything works perfectly for the backup of data from the LXC containers of the host...