From f036bdaf5a1e5f6b18a9591949be878fea8bb70d Mon Sep 17 00:00:00 2001 From: Adam King Date: Sun, 20 Mar 2022 21:44:28 -0400 Subject: [PATCH] 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 --- src/python-common/ceph/deployment/drive_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] -- 2.47.3