Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI monitor: detect new or vanished subsystem configurations #1560

Closed
nfeske opened this issue Jun 3, 2015 · 1 comment
Closed

CLI monitor: detect new or vanished subsystem configurations #1560

nfeske opened this issue Jun 3, 2015 · 1 comment
Labels

Comments

@nfeske
Copy link
Member

nfeske commented Jun 3, 2015

CLI monitor detects the available subsystem configurations only once during the startup. For using CLI monitor in a long-running system like the Turmvilla scenario of issue #1552, we need a way to detect new or removed subsystem descriptions at runtime.

@nfeske nfeske added the feature label Jun 3, 2015
nfeske added a commit to nfeske/genode that referenced this issue Jun 3, 2015
This patch changes the way how CLI monitor determines the available
subsystem configurations. It used to scan the subsystems directory
once at the startup. However, any additional configurations that appear
during the lifetime of the CLI monitor go unnoticed by the running
instance. This patch changes CLI monitor to always work directly on
the subsystem directory without caching any information.

Fixes genodelabs#1560
@nfeske
Copy link
Member Author

nfeske commented Jul 22, 2015

Fixed by commit b4ebefd in master.

@nfeske nfeske closed this as completed Jul 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant