Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 459 Bytes

simgo

LibStorageMgmt simulator plugin written in go

This is an experimental plugin for libStorageMgmt using golang library from https://github.com/libstorage/libstoragemgmt-golang

The plugin is actually just a forwarding plugin in that it take the requests and forwards them to a different plugin. This is done by setting the URI to contain the query string "forward=". An example:

export LSMCLI_URI='simgo://ignore?forward=sim'