bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53037: df/total-verify fail with cephfs


From: Paul Eggert
Subject: bug#53037: df/total-verify fail with cephfs
Date: Wed, 5 Jan 2022 13:05:03 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1

On 1/5/22 11:27, Dylan Simon wrote:
Only adding rows with all known values
might make sense but would still break the test (wrong total total instead):

   if (known_value (iv->total) && known_value (iv->available)) {
     grand_fsu.fsu_files += iv->total;
     grand_fsu.fsu_ffree += iv->available;
   }

Sorry, I'm not quite following. If you make the above change, what will the output look like instead? And how will that break the test?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]