You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a tuple indicating whether a key description and clevis information is set for LockedPools, but for StoppedPools this tuple is always (true, String) because we don't set it if the pool is not encrypted. We should standardize on one or the other (either a tuple or presence/absence).
The text was updated successfully, but these errors were encountered:
jbaublitz
changed the title
Standardize StoppedPool property interface in v4.0.0
Standardize StoppedPool property interface in next D-Bus interface revision
Nov 1, 2022
Currently we have a tuple indicating whether a key description and clevis information is set for
LockedPools
, but forStoppedPools
this tuple is always(true, String)
because we don't set it if the pool is not encrypted. We should standardize on one or the other (either a tuple or presence/absence).The text was updated successfully, but these errors were encountered: