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>
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,