diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
commit | e6918187568dbd01842d8d1d2c808ce16a894239 (patch) | |
tree | 64f88b554b444a49f656b6c656111a145cbbaa28 /src/pybind/mgr/diskprediction_local/models/redhat | |
parent | Initial commit. (diff) | |
download | ceph-e6918187568dbd01842d8d1d2c808ce16a894239.tar.xz ceph-e6918187568dbd01842d8d1d2c808ce16a894239.zip |
Adding upstream version 18.2.2.upstream/18.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/pybind/mgr/diskprediction_local/models/redhat')
-rw-r--r-- | src/pybind/mgr/diskprediction_local/models/redhat/config.json | 4 | ||||
-rw-r--r-- | src/pybind/mgr/diskprediction_local/models/redhat/hgst_predictor.pkl | bin | 0 -> 2860606 bytes | |||
-rw-r--r-- | src/pybind/mgr/diskprediction_local/models/redhat/hgst_scaler.pkl | bin | 0 -> 1865 bytes | |||
-rw-r--r-- | src/pybind/mgr/diskprediction_local/models/redhat/seagate_predictor.pkl | bin | 0 -> 37062936 bytes | |||
-rw-r--r-- | src/pybind/mgr/diskprediction_local/models/redhat/seagate_scaler.pkl | bin | 0 -> 1481 bytes |
5 files changed, 4 insertions, 0 deletions
diff --git a/src/pybind/mgr/diskprediction_local/models/redhat/config.json b/src/pybind/mgr/diskprediction_local/models/redhat/config.json new file mode 100644 index 000000000..62a0d8282 --- /dev/null +++ b/src/pybind/mgr/diskprediction_local/models/redhat/config.json @@ -0,0 +1,4 @@ +{ +"seagate": ["user_capacity", "smart_1_raw", "smart_5_raw", "smart_7_raw", "smart_10_raw", "smart_187_raw", "smart_188_raw", "smart_190_raw", "smart_193_raw", "smart_197_raw", "smart_198_raw", "smart_241_raw", "smart_1_normalized", "smart_5_normalized", "smart_7_normalized", "smart_10_normalized", "smart_187_normalized", "smart_188_normalized", "smart_190_normalized", "smart_193_normalized", "smart_197_normalized", "smart_198_normalized", "smart_241_normalized"], +"hgst": ["user_capacity", "smart_1_normalized", "smart_1_raw", "smart_2_normalized", "smart_2_raw", "smart_3_normalized", "smart_3_raw", "smart_4_raw", "smart_5_normalized", "smart_5_raw", "smart_7_normalized", "smart_7_raw", "smart_8_normalized", "smart_8_raw", "smart_9_normalized", "smart_9_raw", "smart_10_normalized", "smart_10_raw", "smart_12_raw", "smart_192_normalized", "smart_192_raw", "smart_193_normalized", "smart_193_raw", "smart_194_normalized", "smart_194_raw", "smart_196_normalized", "smart_196_raw", "smart_197_normalized", "smart_197_raw", "smart_198_raw", "smart_199_raw"] +} diff --git a/src/pybind/mgr/diskprediction_local/models/redhat/hgst_predictor.pkl b/src/pybind/mgr/diskprediction_local/models/redhat/hgst_predictor.pkl Binary files differnew file mode 100644 index 000000000..9894d9f55 --- /dev/null +++ b/src/pybind/mgr/diskprediction_local/models/redhat/hgst_predictor.pkl diff --git a/src/pybind/mgr/diskprediction_local/models/redhat/hgst_scaler.pkl b/src/pybind/mgr/diskprediction_local/models/redhat/hgst_scaler.pkl Binary files differnew file mode 100644 index 000000000..6f77b85cc --- /dev/null +++ b/src/pybind/mgr/diskprediction_local/models/redhat/hgst_scaler.pkl diff --git a/src/pybind/mgr/diskprediction_local/models/redhat/seagate_predictor.pkl b/src/pybind/mgr/diskprediction_local/models/redhat/seagate_predictor.pkl Binary files differnew file mode 100644 index 000000000..280d59a08 --- /dev/null +++ b/src/pybind/mgr/diskprediction_local/models/redhat/seagate_predictor.pkl diff --git a/src/pybind/mgr/diskprediction_local/models/redhat/seagate_scaler.pkl b/src/pybind/mgr/diskprediction_local/models/redhat/seagate_scaler.pkl Binary files differnew file mode 100644 index 000000000..691bb03c5 --- /dev/null +++ b/src/pybind/mgr/diskprediction_local/models/redhat/seagate_scaler.pkl |