lxc / python3-lxc

Python 3.x binding for liblxc
https://linuxcontainers.org/lxc
GNU Lesser General Public License v2.1
57 stars 38 forks source link

Add optional fssize argument to create() to make bdevtype=loop work #30

Closed Consolatis closed 3 years ago

Consolatis commented 3 years ago

Add optional fssize argument to create() to make bdevtype=loop (and possibly others) work by falling back to their defaults instead of returning -1 because bdev_specs is NULL.