]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/controllers/erasure_code_profile.py
import 15.2.9
[ceph.git] / ceph / src / pybind / mgr / dashboard / controllers / erasure_code_profile.py
index 3c8ba61f9f8ab9387038d56a879d5e499d630a82..6842943c193efc0397565a8693aebe499547b2e9 100644 (file)
@@ -47,8 +47,8 @@ class ErasureCodeProfileUi(ErasureCodeProfile):
         """
         config = mgr.get('config')
         return {
-            # Because 'shec' is experimental it's not included
-            'plugins': config['osd_erasure_code_plugins'].split() + ['shec'],
+            # Because 'shec' and 'clay' are experimental they're not included
+            'plugins': config['osd_erasure_code_plugins'].split() + ['shec', 'clay'],
             'directory': config['erasure_code_dir'],
             'nodes': mgr.get('osd_map_tree')['nodes'],
             'names': [name for name, _ in