lxc / go-lxc

Go bindings for liblxc
https://linuxcontainers.org/lxc
Other
430 stars 76 forks source link

Support backing store options #138

Closed dinesh closed 4 years ago

dinesh commented 4 years ago

Closes #43

It seems bdev_specs are missing from the go binding ( in go_lxc_create ). It adds support for passing backing store options from Golang.

brauner commented 4 years ago

Hey @dinesh, thanks for the patch! Could you please sign-off your commit? Otherwise I won't be able to review it. :)

dinesh commented 4 years ago

@brauner done.

stgraber commented 4 years ago

Thanks!