Displaying 2 results from an estimated 2 matches for "20multipathing".
2025 May 09
2
Questions about failover architecture
Hi all,
Yesterday?s PR #2945 got me thinking about my basic failover setup and
raised
some questions I didn?t want to derail the PR with?hope this is the right
place
to ask. Apologies if not.
The PR includes this note:
> NOTE: There is currently no support for "multiplexing" information or
> commands for devices with multiple-media/multiple-driver access, e.g. to
> gain
2025 May 09
1
Questions about failover architecture
...this over dummy-ups or clone drivers as they already have ways
> to talk to other NUT drivers to represent them for various purposes).
>
> There is a little collection of related tickets seen by GitHub tag:
> https://github.com/networkupstools/nut/issues?q=state%3Aopen%20label%3A%22Data%20multipathing%22
>
> General thoughts collected so far are that:
> * Failover differs from multiplexing :) (Using one driver at a time or
> several at once)
> * Practical goals may include having best info about the device, with each
> single driver/protocol only offering a partial aspect, and...