This series adds backend functionality to report free disk space for file storage. The second patch of this series cleans up the Makefile regarding the order of unit test files.
Helga Velroyen (2): Backend function for file storage space reporting Reorder unit tests in Makefile.am Makefile.am | 10 +-- lib/storage/filestorage.py | 78 +++++++++++++++++++++ test/py/ganeti.storage.filestorage_unittest.py | 96 ++++++++++++++++++++++++++ 3 files changed, 180 insertions(+), 4 deletions(-) create mode 100644 lib/storage/filestorage.py create mode 100755 test/py/ganeti.storage.filestorage_unittest.py -- 1.8.2.1
