gostor / gotgt

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

implement qcow2 backing store #117

Closed dypflying closed 1 year ago

carmark commented 1 year ago

@dypflying Thanks for your patch, is there any help to open this PR?

dypflying commented 1 year ago

I submitted this PR by mistake, I was testing my qcow2 format library written in Go, which is experimental so far. I forked the Gotgt project, which I think is great, for testing the qcow2 file with ISCSI protocol as a backing store.
Thanks