From 882fc277189acd0f528dfb271268474a06d373a7 Mon Sep 17 00:00:00 2001 From: Joseph Sawaya Date: Fri, 11 Mar 2022 15:45:16 -0500 Subject: [PATCH] doc: Add note to osds_per_device description about dual-actuator devices This commit adds information about using dual-actuator devices with the osds_per_device drive group option, letting users know they can create an OSD for each actuator by setting this value to 2 in the drive group they're using to apply OSDs to the device. Signed-off-by: Joseph Sawaya --- src/python-common/ceph/deployment/drive_group.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python-common/ceph/deployment/drive_group.py b/src/python-common/ceph/deployment/drive_group.py index f64f48abafc99..72019dd88a2c8 100644 --- a/src/python-common/ceph/deployment/drive_group.py +++ b/src/python-common/ceph/deployment/drive_group.py @@ -208,6 +208,7 @@ class DriveGroupSpec(ServiceSpec): #: Number of osd daemons per "DATA" device. #: To fully utilize nvme devices multiple osds are required. + #: Can be used to split dual-actuator devices across 2 OSDs, by setting the option to 2. self.osds_per_device = osds_per_device #: A list of strings, containing paths which should back OSDs -- 2.47.3