pvc/api-daemon/pvcapid
Joshua Boniface 34c4690d49 Don't convert bytes into KB in OVA import
Doing so can create an image that is 1 sector (512 bytes) too large,
which will then break qemu-img because it's stupid (or, VMDK is stupid,
I haven't decided which is).. Current Ceph rbd commands seem to accept
--size in bytes so this is fine.
2020-05-05 16:14:18 -04:00
..
Daemon.py Import gevent for production listener 2020-02-21 09:39:07 -05:00
__init__.py Use consistent naming of components 2020-02-08 19:34:07 -05:00
flaskapi.py Make strtobool even more robust 2020-03-09 09:30:16 -04:00
helper.py Make strtobool even more robust 2020-03-09 09:30:16 -04:00
libvirt_schema.py Complete integration of OVA provisioner 2020-02-18 14:42:45 -05:00
models.py Add database fields for OVA storage 2020-02-17 11:27:35 -05:00
ova.py Don't convert bytes into KB in OVA import 2020-05-05 16:14:18 -04:00
provisioner.py Catch failures in getPoolInformation 2020-03-15 16:58:13 -04:00