From: Adam King Date: Mon, 21 Mar 2022 01:44:28 +0000 (-0400) Subject: python-common/drive_group: add extra_container_args to supported features X-Git-Tag: v17.2.1~73^2~54 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4bd5f231b8e586e2bc51fabce909d7186d3a75e0;p=ceph.git python-common/drive_group: add extra_container_args to supported features Should have been added when extending extra container args to all the services but was missed Signed-off-by: Adam King (cherry picked from commit f036bdaf5a1e5f6b18a9591949be878fea8bb70d) --- diff --git a/src/python-common/ceph/deployment/drive_group.py b/src/python-common/ceph/deployment/drive_group.py index 72019dd88a2c..dd8724267777 100644 --- a/src/python-common/ceph/deployment/drive_group.py +++ b/src/python-common/ceph/deployment/drive_group.py @@ -149,7 +149,7 @@ class DriveGroupSpec(ServiceSpec): "db_slots", "wal_slots", "block_db_size", "placement", "service_id", "service_type", "data_devices", "db_devices", "wal_devices", "journal_devices", "data_directories", "osds_per_device", "objectstore", "osd_id_claims", - "journal_size", "unmanaged", "filter_logic", "preview_only", + "journal_size", "unmanaged", "filter_logic", "preview_only", "extra_container_args", "data_allocate_fraction", "method" ]