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:
Start date:
02/06/2016
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
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.
Actions