Closed
Bug 805718
Opened 12 years ago
Closed 7 years ago
The total space for app. storage is inconsistent
Categories
(Firefox OS Graveyard :: General, defect, P4)
Tracking
(blocking-basecamp:-)
People
(Reporter: rudyl, Unassigned)
References
Details
Attachments
(1 file)
61.59 KB,
image/png
|
Details |
Now we get the total size of app. storage by used size + free size.
It seems that this would introduce inconsistent value.
STR
===
1. After flashing, go to Settings app. > Device Storage
- Check the total space of application storage
2. Do something to consume the storage space, like go to Gallery app.
3. repeat 1) to check total space
Expected:
The total space should remain the same.
Actual:
The total space is changed.
Updated•12 years ago
|
blocking-basecamp: ? → +
Priority: -- → P2
Comment 2•12 years ago
|
||
Total space is calculated based on the sum of the "used space" the "free space". As files changes on the /data partition (which they will alot), these two values will change.
One approach that df uses is to ceiling the value. This should reduce the amount of turbulence that this number has.
Alternatively, we could fix 794397 and provide just the raw size of the partition.
Kaze, what do you think?
Updated•12 years ago
|
Flags: needinfo?(kaze)
Comment 3•12 years ago
|
||
Milestoning for C2 (deadline of 12/10), as this meets the criteria of "known P2 bugs found before or during C1".
Target Milestone: --- → B2G C2 (20nov-10dec)
Comment 4•12 years ago
|
||
I think the only proper fix would be to address bug 794397. This example lets me think that any rounding method will have its glitches regarding to the total space.
Flags: needinfo?(kaze)
Comment 5•12 years ago
|
||
Been >2 weeks - any update Doug?
Comment 6•12 years ago
|
||
In bug 794397 we say that this bug blocks that one but here we say we should fix that one :)
Renomming for discussion at triage.
blocking-basecamp: + → ?
Comment 7•12 years ago
|
||
Doug described this is simply a round-off error. I'm marking this as a soft blocker.
blocking-basecamp: ? → -
Priority: P2 → P4
Comment 8•12 years ago
|
||
unassigning things that I am not working on.
Updated•12 years ago
|
Assignee: doug.turner → nobody
Comment 9•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•