-
Notifications
You must be signed in to change notification settings - Fork 0
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
Expose more information about blockdev usage on the D-Bus #298
Comments
And we would like to be able to report it in the CLI. |
In the CLI, it seems reasonable to report Total/Used/Free as we do in the pool listing. |
Blocked by #300 |
Right now, stratisd can only recognize the new device size if it is brought down and then back up again. It also wouldn't be expected to work on pools with encrypted devices. So, we can only test a few simple things:
In both tests, inspect the stratisd logs. The liminal module reports, at the debug level, every occasion on which it picks up a relevant change event, and it probably will pick up a change event when the device's size changes. I think it also makes sense to run |
Right now, we only expose one key, which represents total size. We would like to expose more information about blockdev usage via the FetchProperties interface.
The text was updated successfully, but these errors were encountered: