Comment 10 for bug 1949360

Revision history for this message
Felipe Sanches Zanoni (fsanches) wrote :

The ceph pools are not being created properly because ceph has been upgraded to Nautilus version and the command to create pools has changed a little.

There is a workaround while the fix is not posted:

Before system application-apply stx-openstack run these commands to create the CEPH pools manually:

ceph osd pool create images 256 256 storage_tier_ruleset 256
ceph osd pool create cinder-volumes 512 512 storage_tier_ruleset 512
ceph osd pool create cinder.backups 256 256 storage_tier_ruleset 256
ceph osd pool create ephemeral 256 256 storage_tier_ruleset 256

I have tested this on a AIO-SX.
Now checking on Storage setup as well.