|
|
Subscribe / Log in / New account

Crash recovery for user-space block drivers

Crash recovery for user-space block drivers

Posted Sep 5, 2022 15:27 UTC (Mon) by pturmel (guest, #95781)
Parent article: Crash recovery for user-space block drivers

I'm looking forward to more of this, largely because I recently had my antipathy to userspace drivers busted rather convincingly by OpenVSwitch.

I often set up custom bridge-vlan-VM network environments for my laboratory of industrial hardware (mostly Allen-Bradley and Omron products). Until recently, it was done with native Linux bridges and native Linux vlans.

Then I discovered that KVM can tap into an OpenVSwitch bridge with a specified vlan tag. Greatly simplified the rats' nest of configurations I've been switching around for various simulations.

But some sibling VMs on the same infrastructure had their network performance noticeably improve. I didn't think to benchmark it all, but I'm very happy with the results.

Bring on more userspace drivers, thank you.


to post comments

Crash recovery for user-space block drivers

Posted Sep 6, 2022 12:34 UTC (Tue) by cortana (subscriber, #24596) [Link] (2 responses)

How do you actually go about configuring OpenVSwitch? I've used it via a number of other products, which configure it for me. It's worked absolutely fine but I have no idea where to begin if I wanted to configure it from scratch myself...

Crash recovery for user-space block drivers

Posted Sep 6, 2022 12:53 UTC (Tue) by pturmel (guest, #95781) [Link] (1 responses)

I've been using netplan.io in Ubuntu Server. Unified config with my non-OpenVSwitch items.

Crash recovery for user-space block drivers

Posted Sep 8, 2022 10:40 UTC (Thu) by cortana (subscriber, #24596) [Link]

Thanks. I see NM can also configure it. I'll check these out!


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds