]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
python-common/drive_group: add extra_container_args to supported features
authorAdam King <adking@redhat.com>
Mon, 21 Mar 2022 01:44:28 +0000 (21:44 -0400)
committerAdam King <adking@redhat.com>
Tue, 3 May 2022 00:48:33 +0000 (20:48 -0400)
Should have been added when extending extra container args
to all the services but was missed

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit f036bdaf5a1e5f6b18a9591949be878fea8bb70d)

src/python-common/ceph/deployment/drive_group.py

index 72019dd88a2c82e8ccc2931d376ac633c5efcb2e..dd8724267777820547d1d720d542865d49c36725 100644 (file)
@@ -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"
     ]