]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/rook: do not create radosgw pools
authorSage Weil <sage@redhat.com>
Fri, 20 Mar 2020 18:56:47 +0000 (14:56 -0400)
committerSage Weil <sage@redhat.com>
Fri, 20 Mar 2020 20:40:12 +0000 (16:40 -0400)
First, we don't know how big they should be or what they should look like.
The caller should already know that, and/or radosgw can create the pools
itself.

This depends on https://github.com/rook/rook/pull/5058

Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/rook/rook_cluster.py

index d603ebceee136d2bde1d4b0b2e8769658a433b26..414e6709f07ce0adadb58d8c3b789b1bdf8875a6 100644 (file)
@@ -433,18 +433,6 @@ class RookCluster(object):
                     namespace=self.rook_env.namespace
                 ),
                 spec=cos.Spec(
-                    metadataPool=cos.MetadataPool(
-                        failureDomain='host',
-                        replicated=cos.Replicated(
-                            size=1
-                        )
-                    ),
-                    dataPool=cos.DataPool(
-                        failureDomain='host',
-                        replicated=cos.Replicated(
-                            size=1
-                        )
-                    ),
                     gateway=cos.Gateway(
                         type='s3',
                         port=port,