nfs hosted profiles/browsers result in broken search and history because NFS does not follow POSIX filesystem semantics and does not correctly implement posix advisory locking. Add storage.nfs_filesystem preference
Categories
(Toolkit :: Storage, defect, P5)
Tracking
()
People
(Reporter: flin.gs, Assigned: stransky)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [leave open])
Attachments
(2 files)
(deleted),
patch
|
asuth
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
lsblakk
:
approval-mozilla-esr17+
MattN
:
checkin+
|
Details | Diff | Splinter Review |
Comment 1•15 years ago
|
||
Comment 3•15 years ago
|
||
Comment 4•15 years ago
|
||
Comment 5•15 years ago
|
||
Comment 6•15 years ago
|
||
Comment 7•15 years ago
|
||
Comment 8•15 years ago
|
||
Comment 9•15 years ago
|
||
Comment 10•15 years ago
|
||
Comment 11•15 years ago
|
||
Comment 12•15 years ago
|
||
Comment 13•15 years ago
|
||
Comment 14•15 years ago
|
||
Comment 15•15 years ago
|
||
Comment 16•15 years ago
|
||
Comment 17•15 years ago
|
||
Comment 18•15 years ago
|
||
Comment 19•15 years ago
|
||
Comment 20•15 years ago
|
||
Comment 21•15 years ago
|
||
Comment 22•15 years ago
|
||
Comment 23•15 years ago
|
||
Comment 24•15 years ago
|
||
Comment 25•15 years ago
|
||
Comment 26•15 years ago
|
||
Comment 27•15 years ago
|
||
Comment 28•15 years ago
|
||
Comment 29•15 years ago
|
||
Comment 30•15 years ago
|
||
Comment 31•15 years ago
|
||
Comment 32•15 years ago
|
||
Comment 33•15 years ago
|
||
Comment 34•15 years ago
|
||
Comment 35•15 years ago
|
||
Comment 36•15 years ago
|
||
Comment 37•15 years ago
|
||
Assignee | ||
Comment 38•12 years ago
|
||
Assignee | ||
Comment 39•12 years ago
|
||
Updated•12 years ago
|
Assignee | ||
Comment 40•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Comment 41•12 years ago
|
||
Assignee | ||
Comment 42•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Comment 43•12 years ago
|
||
Comment 44•12 years ago
|
||
Updated•12 years ago
|
Comment 45•12 years ago
|
||
Comment 46•12 years ago
|
||
Comment 47•12 years ago
|
||
Assignee | ||
Comment 48•12 years ago
|
||
Comment 49•12 years ago
|
||
Updated•12 years ago
|
Comment 50•12 years ago
|
||
Updated•12 years ago
|
Comment 51•12 years ago
|
||
Comment 52•12 years ago
|
||
Updated•12 years ago
|
Comment 55•11 years ago
|
||
Comment 56•11 years ago
|
||
Updated•11 years ago
|
Updated•6 years ago
|
Updated•5 years ago
|
Comment 58•4 years ago
|
||
I still get this error regularly. Websites fail to load (web.whatsapp.com, outlook.office.com, ...) and all report the same error in the console "... NS_ERROR_STORAGE_IOERR ...". Sometimes all I need to do, is restart firefox. Sometimes, I need to close firefox and then manually navigate to the profile directory, do a "mv webappsstore.sqlite{,}" and "mv places.sqlite{,}", followed by "sqlite3 webappsstore.sqlite_" -> ".clone webappsstore.sqlite" and "sqlite3 places.sqlite_" -> ".clone places.sqlite" calls. Afterwards, all sites work again, but on a few I get logged out randomly.
I think it has something to do with the incognito mode. I believe it mostly (or only?) appears when I am using the incognito mode for a long-ish duration - to be able to login to google twice but with different accounts for example. Its quite tedious to restart firefox every few hours just to be able to continue working.
This issues exists for me at least since fall last year, or even longer (I cant remember precisely of when it first appeared).
I am and was running an up to date Linux Mint Desktop (currently 19.3) with the home-directory being mounted on a NFS 4.0+krb5i share, hosted by an up to date debian buster server.
https://glitch.com/~firefox-storage-test
Specific Subsystem Statuses:
LocalStorage
Bad: Our test logic is broken, please copy and paste the contents of 'Debug Info' below and anything in the devtools console and send to :asuth. (unexpectedBreakage)
QuotaManager
Good: Totally Working. (fullyOperational)
IndexedDB
Good: Totally Working. (fullyOperational)
Cache API
Good: Totally Working. (fullyOperational)
{
"v": 1,
"curVersion": 76,
"prevVersion": 0,
"ls": {},
"qm": {
"lastWorkedIn": 76
},
"idb": {
"persistentCreatedIn": 0,
"persistentLastOpenedIn": 76,
"clearDetectedIn": 0
},
"cache": {
"firstCacheCreatedIn": 0,
"unpaddedOpaqueCreatedIn": 0,
"paddedOpaqueCreatedIn": 76
}
}
Comment 59•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Description
•