Skip to content

Commit d0f8cdc

Browse files
committed
Add step to re-run cephadm playbook before deploy manila
1 parent 30d670c commit d0f8cdc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/source/contributor/environments/ci-multinode.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ is not enabled by default. To enable it, set the following in
3030
kolla_enable_manila: true
3131
kolla_enable_manila_backend_cephfs_native: true
3232
33-
And re-run ``kayobe overcloud service deploy`` if you are working on an existing
34-
deployment.
33+
If you are working on an existing deployment, re-run Cephadm playbook by
34+
``kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/cephadm.yml``
35+
to add Ceph configurations (such as Manila pools and CephFS file system)
36+
for Manila.
37+
38+
Then, run ``kayobe overcloud service deploy`` to deploy Manila.
3539

3640
To test it, you will need two virtual machines. Cirros does not support the Ceph
3741
kernel client, so you will need to use a different image. Any regular Linux

0 commit comments

Comments
 (0)