gostor / gotgt

Simple Golang iSCSI Target framework
Apache License 2.0
261 stars 49 forks source link

How to support more than one LUN from a single instance of gotgt? #57

Closed kmova closed 5 years ago

carmark commented 7 years ago

You may add a new storage device instance in your config before daemon init. However, the gogt only support file type backend device.

And there is no API to create more LUNs in one instance after the daemon up, need to do that.