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
feat(linstor): use client when possible to construct journaler (#143)
This adds an argument to the constructor of `LinstorJournaler` so it can
be constructed with a pre-configured LINSTOR client instead of letting
`LinstorJournaler` construct its own client with the given URI. Either a
URI or a client needs to be passed to the constructor. If both are
passed, the client takes precedence.
A `native_client` property has been added to the `LinstorVolumeManager`
class so its LINSTOR client can be used outside of this class.
The instantiation sites of the `LinstorJournaler` class were updated to
use `LinstorVolumeManager`'s client where available.
Signed-off-by: Alexandre Sollier <alexandre.sollier@vates.tech>
0 commit comments