Opened at 2014-11-19T05:40:27Z
Last modified at 2015-03-29T12:19:22Z
#2332 new defect
ls -l doesn't show size of mutable files when listing directories
Reported by: | leif | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-cli | Version: | 1.10.0 |
Keywords: | preformance usability tahoe-ls | Cc: | zl29ah@… |
Launchpad Bug: |
Description
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.
Change History (2)
comment:1 Changed at 2014-11-19T07:36:26Z by daira
- Component changed from unknown to code-frontend-cli
- Keywords preformance usability tahoe-ls added
comment:2 Changed at 2015-03-29T12:19:22Z by L29Ah
- Cc zl29ah@… added
Note: See
TracTickets for help on using
tickets.
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.