bug#50432: DF shows incorrect disk usage which include disk usage of a mounted path

2021-09-08 Thread Paco Xu
Paul, thanks for reply. Agree, it may be related with the file system. I use this workaround to add `--local` and `-x` flag for `df` to avoid the wrong calculation. I got the workaround from https://github.com/moby/moby/issues/42823#issuecomment-913584814. Best regards Paco 在 2021/9/8 下午2

bug#50432: DF shows incorrect disk usage which include disk usage of a mounted path

2021-09-08 Thread Paul Eggert
On 9/8/21 12:02 AM, Paco Xu wrote: I use this workaround to add `--local` and `-x` flag for `df` to avoid the wrong calculation. I got the workaround fromhttps://github.com/moby/moby/issues/42823#issuecomment-913584814. Thanks for following up; closing the bug report.

bug#50432: DF shows incorrect disk usage which include disk usage of a mounted path

2021-09-07 Thread Paul Eggert
It sounds like df is reporting disk usage for the file system you're running your docker instance atop. In that case, there may be other uses of the file system, aside from the docker instance, which means df is reporting the correct numbers (and du is, too). The problem, if it is a problem, i

bug#50432: DF shows incorrect disk usage which include disk usage of a mounted path

2021-09-06 Thread Chris Elvidge
On 06/09/2021 11:33 am, Paco Xu wrote: Hi, I am not quite familiar with the bug report process of `DF` or os. The Problem - DF shows incorrect disk usage which include disk usage of a mounted path The Scenario We run a registry with docker and the data dir is mounted from NFS or local

bug#50432: DF shows incorrect disk usage which include disk usage of a mounted path

2021-09-06 Thread Paco Xu
Hi, I am not quite familiar with the bug report process of `DF` or os. The Problem - DF shows incorrect disk usage which include disk usage of a mounted path The Scenario We run a registry with docker and the data dir is mounted from NFS or local disk. The docker is using device-mapper.