multi-device filesystems bcachefs not supported by Linux DiskQuota.
Bcachefs fomated and mounted with quota support. but userspace tool does not support multiple device.
# grep bcachefs /proc/mounts
/dev/sdb:/dev/sda:/dev/sdc / bcachefs rw,relatime,metadata_replicas=2,data_replicas=2,background_compression=lz4,metadata_target=ssd,foreground_target=ssd,background_target=hdd,promote_target=ssd,usrquota,grpquota,prjquota 0 0
# repquota -a
repquota: Cannot stat() mounted device /dev/sdb:/dev/sda:/dev/sdc: No such file or directory
Anonymous
Thanks for report! Which version of quota tools are you using? Because the latest version of quota-tools in current git should handle this fine?
No response from reporter.
OK, so still broken with 4.10 version. I'll have a look...
I have pushed out a bunch of changes that should fix this.
I have pushed out a bunch of changes that should fix this.