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 having to restart the PBS.
In short, I used SSHFS instead of CIFS and I no longer have this problem. The assembly is carried out via auto.fs by following this tutorial:
https://community.hetzner.com/tutorials/setup-autofs-mount-storagebox
It works but I end up with an inconsistent display on PBS.
In fact, it tells me that the datastore is 250TB while I have a 1TB storage box.
A "df -h" also shows that the mount point is 1tb.
I suspect that the storage boxes are CEPH type storage or equivalent, so for my part I just obtain a quota, but I cannot find why the display under PBS is incorrect.
I had 1TB displayed in CIFS.
Anyone have an idea or a clue?
Note that the PBS works in an LXC container with the FUSE option.
Any help or clue will be highly appreciated thanks.
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 having to restart the PBS.
In short, I used SSHFS instead of CIFS and I no longer have this problem. The assembly is carried out via auto.fs by following this tutorial:
https://community.hetzner.com/tutorials/setup-autofs-mount-storagebox
It works but I end up with an inconsistent display on PBS.
In fact, it tells me that the datastore is 250TB while I have a 1TB storage box.
A "df -h" also shows that the mount point is 1tb.
I suspect that the storage boxes are CEPH type storage or equivalent, so for my part I just obtain a quota, but I cannot find why the display under PBS is incorrect.
I had 1TB displayed in CIFS.
Anyone have an idea or a clue?
Note that the PBS works in an LXC container with the FUSE option.
Any help or clue will be highly appreciated thanks.