diff options
author | Rick Chen <rick.chen@prophetstor.com> | 2018-09-14 19:42:27 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2018-09-17 15:20:57 +0200 |
commit | 4abb79f1591088f914aa6312597d38d9952e40ee (patch) | |
tree | 0632065b8916b2833d8ed74d29797468d8639f60 /COPYING | |
parent | Merge pull request #24087 from rzarzynski/wip-common-buffer_raw-drop-page-ali... (diff) | |
download | ceph-4abb79f1591088f914aa6312597d38d9952e40ee.tar.xz ceph-4abb79f1591088f914aa6312597d38d9952e40ee.zip |
mgr/diskprediction: add prototype diskprediction module
This module is written by Rick Chen <rick.chen@prophetstor.com> and
provides both a built-in local predictor and a cloud mode that queries
a cloud service (provided by ProphetStor) to predict device failures.
Signed-off-by: Rick Chen <rick.chen@prophetstor.com>
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -145,3 +145,8 @@ Files: src/include/timegm.h Copyright (C) Copyright Howard Hinnant Copyright (C) Copyright 2010-2011 Vicente J. Botet Escriba License: Boost Software License, Version 1.0 + +Files: src/pybind/mgr/diskprediction/predictor/models/* +Copyright: None +License: Public domain + |