CCI-MOC / lsvd-rbd

Log Structured Virtual Disk
GNU General Public License v2.0
8 stars 5 forks source link

Add imgtool fix for new backend #27

Closed IsaacKhor closed 7 months ago

IsaacKhor commented 7 months ago
IsaacKhor commented 7 months ago

@knikolla added the image create, but we should add tests for all the code paths in a script somewhere and run that instead

Probably merge in thick-image (which just provisions all the objects up-front) into imgtool too

knikolla commented 7 months ago

@knikolla added the image create, but we should add tests for all the code paths in a script somewhere and run that instead

Probably merge in thick-image (which just provisions all the objects up-front) into imgtool too

@IsaacKhor Totally. For now this is merely a way to test that the issue which this PR is meant to fix (context creation) is actually fixed and to avoid the regression of this particular one issue.

One a different note, we should really make the keyring name and ceph.conf location customizable.