oVirt / vdsm

The Virtual Desktop Server Manager
GNU General Public License v2.0
160 stars 201 forks source link

managedvolume: add support for local device #387

Closed WanzenBug closed 1 year ago

WanzenBug commented 1 year ago

"local" connections are used by storage systems that directly set up devices on vdsm nodes, such as linstor1

aesteve-rh commented 1 year ago

Thanks for the contribution!

Could you please briefly describe how did you test the update?

aesteve-rh commented 1 year ago

/ost

WanzenBug commented 1 year ago

Could you please briefly describe how did you test the update?

I used a local oVirt setup (Version 4.5.4), consisting of 4 nodes. I enabled the Managed Block Storage preview, and completed the necessary set up for using linstor, which runs a storage agent on every node. The driver can use either iSCSI transport, or it creates a DRBD device directly on the node, for which it then uses the local connection driver.

Then, after making some changes (the one you see here to vdsm, and some changes to the linstor driver):

aesteve-rh commented 1 year ago

/ost

aesteve-rh commented 1 year ago

/ost

aesteve-rh commented 1 year ago

Thanks again for contributing :)