Actions
Bug #8285
closed[FUSE] Subscribes to websockets when --mount-by-pdh=by_pdh --mount-tmp=tmp
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
FUSE
Target version:
Story points:
1.0
Description
In the configuration used by crunch-job, arv-mount --mount-by-pdh=by_pdh --mount-tmp=tmp
subscribes to websockets even though it is unnecessary and not intended.
Each *Directory object (various classes in fusedir.py) should have a method that reports whether it needs websocket updates. After/while setting up mounts in command.py, ask all of the dir objects whether any of them need events; if not, don't subscribe.
Updated by Brett Smith almost 9 years ago
- Target version set to 2016-02-17 Sprint
Updated by Peter Amstutz almost 9 years ago
Pushed 8285-fuse-subscribe-websockets
Updated by Tom Clegg almost 9 years ago
- Status changed from New to Resolved
- % Done changed from 33 to 100
Applied in changeset arvados|commit:b63c1041dd34fe496920fd035249e50edc88b095.
Actions