From 22d83b0b0d0f3f8502ba11176388d47cf7108151 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 23 Oct 2019 14:06:56 -0500 Subject: [PATCH] mgr/orchestrator: s/sdd/ssd/ Signed-off-by: Sage Weil --- src/pybind/mgr/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/orchestrator.py b/src/pybind/mgr/orchestrator.py index 09edecbbca4b3..79764720cb2a3 100644 --- a/src/pybind/mgr/orchestrator.py +++ b/src/pybind/mgr/orchestrator.py @@ -868,7 +868,7 @@ class InventoryDevice(object): dev = InventoryDevice() dev.id = data["path"] - dev.type = 'hdd' if data["sys_api"]["rotational"] == "1" else 'sdd/nvme' + dev.type = 'hdd' if data["sys_api"]["rotational"] == "1" else 'ssd/nvme' dev.size = data["sys_api"]["size"] dev.rotates = data["sys_api"]["rotational"] == "1" dev.available = data["available"] -- 2.39.5