P pizza Renowned Member Nov 7, 2015 96 9 73 Jan 20, 2023 #1 I have multiple datastores on PBS on a big disk with ext4. Each datastores shows the total disk usage and the free space of the total diskspace instead of his own usage. Can this be solved or must I use zfs?
I have multiple datastores on PBS on a big disk with ext4. Each datastores shows the total disk usage and the free space of the total diskspace instead of his own usage. Can this be solved or must I use zfs?
Dunuin Distinguished Member Jun 30, 2020 14,796 4,780 258 Germany Jan 20, 2023 #2 PBS won't sum up all files to get the datastore size. It will use what the filesystem is reporting. If you want to know how big each datastore is, you could have a look at the logs of the GC task: Code: 2023-01-20T13:35:31+01:00: Original data usage: 2.939 TiB 2023-01-20T13:35:31+01:00: On-Disk usage: 44.214 GiB (1.47%) So I got 2939 GB of backups that actually consume 44GB of storage. So that datastore is using 44GB. Last edited: Jan 20, 2023 Reactions: pizza
PBS won't sum up all files to get the datastore size. It will use what the filesystem is reporting. If you want to know how big each datastore is, you could have a look at the logs of the GC task: Code: 2023-01-20T13:35:31+01:00: Original data usage: 2.939 TiB 2023-01-20T13:35:31+01:00: On-Disk usage: 44.214 GiB (1.47%) So I got 2939 GB of backups that actually consume 44GB of storage. So that datastore is using 44GB.
P pizza Renowned Member Nov 7, 2015 96 9 73 Jan 23, 2023 #3 Can it work when I use user quota on ext4 for each datastore?