ls -l doesn't show size of mutable files when listing directories #2332

Open
opened 2014-11-19 05:40:27 +00:00 by leif · 1 comment
Owner

tahoe ls -l on a mutable file does show its size, but when listing a directory that contains the file it shows None in the size column.

```tahoe ls -l``` on a mutable file does show its size, but when listing a directory that contains the file it shows ```None``` in the size column.
tahoe-lafs added the
unknown
normal
defect
1.10.0
labels 2014-11-19 05:40:27 +00:00
tahoe-lafs added this to the undecided milestone 2014-11-19 05:40:27 +00:00
daira commented 2014-11-19 07:36:26 +00:00
Author
Owner

I think this may be intentional, for performance reasons (showing the file sizes would require doing at least a mapupdate on each mutable file, I think). But we could have an option to pay that performance cost.

I think this may be intentional, for performance reasons (showing the file sizes would require doing at least a mapupdate on each mutable file, I think). But we could have an option to pay that performance cost.
tahoe-lafs added
code-frontend-cli
and removed
unknown
labels 2014-11-19 07:36:26 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#2332
No description provided.