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
// FIXME: Initializing with the minimum MDA size is not necessarily
@@ -769,6 +775,8 @@ impl Pool for StratPool {
769
775
returnErr(StratisError::Msg("Specifying the token slot for binding is not supported in V1 pools; please migrate to V2 pools to use this feature".to_string()));
770
776
}
771
777
778
+
search_key_persistent(key_description)?;
779
+
772
780
let changed = self.backstore.bind_keyring(key_description)?;
773
781
if changed {
774
782
Ok(CreateAction::Created((Key,LUKS2_TOKEN_ID)))
@@ -788,6 +796,13 @@ impl Pool for StratPool {
788
796
returnErr(StratisError::Msg("Specifying the token slot for rebinding is not supported in V1 pools; please migrate to V2 pools to use this feature".to_string()));
0 commit comments