Commit Graph

10 Commits

Author SHA1 Message Date
James Page 6603a7f323 Retire master branch of nova-lxd
Drop content and replace with retirement notice.

Change-Id: I2de2eff7694d60597a6413a0a64124fbbede69bb
2019-07-23 13:56:57 +01:00
Zuul c98286cc30 Merge "Add stestr to .gitignore file" 2018-02-22 20:58:51 +00:00
Nguyen Hung Phuong e6b5850fd9 Add stestr to .gitignore file
Change-Id: Ifa0fe126c354d878732b7bd48556782641fe751b
2018-02-22 17:47:01 +00:00
Alexander Kharkov 3a6ea27da3 Memory hog during image import from glance fixed
In case when unified image format is used it is possible
to pass file like object to pylxd API to import image to LXD.
In that case image not read to memory and nova-compute does
not utilize abnormal amount of RAM.

requirements.txt bumped pylxd to 2.2.5 as the change requires pylxd
change "Image import - memory hog fix"
(8588c3afb316299f204ae502b1c35dd7d7e3420e)

Change-Id: I4d47ab4e40b62925c0b63e7ac740f35709df1e3d
Closes-Bug: 1714415
2018-02-22 17:46:18 +00:00
James Page 6c66bd1f46 Tidy tox targets, fix coverage reporting
Misc fixes to bring tox targets back inline with general OpenStack
standards (py27 and py35 targets executed by default).

Deal with running 27 and 35 tests in succession.

This change also includes some fixes for coverage reporting; however
they are still currently broken due to mismatching module names
between nova-lxd and nova.virt.lxd.

Change-Id: If0079309a4c4b6b57fc6b5e6f0e947926b010f09
2017-06-26 12:55:58 +01:00
James Page 02ce341738 Report ZFS pool capacity and usage statistics
When LXD is using a ZFS backend, correctly report disk stats
based on the usage of the ZFS pool rather than the usage of
the filesystem at /var/lib/lxd.

Change-Id: I2f2b843156cdc47c2f3324d69c384f943a0e1499
Closes-Bug: 1680869
2017-04-07 17:17:41 +01:00
Chuck Short 3d4d890f71 final code refactor
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2015-06-22 15:18:48 -04:00
Chuck Short e1ac5f9de7 Revert "Add .idea directory"
This reverts commit 7b2a45b248.
2015-06-13 00:15:14 -04:00
Chuck Short 7b2a45b248 Add .idea directory
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2015-06-12 11:39:19 -04:00
Chuck Short d24efbe071 Add missing files
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2015-01-09 13:18:48 -05:00