diff --git a/doc/source/dist_cloud/kubernetes/migrate-an-aiosx-subcloud-to-an-aiodx-subcloud.rst b/doc/source/dist_cloud/kubernetes/migrate-an-aiosx-subcloud-to-an-aiodx-subcloud.rst index b52a7f17a..80be26c0b 100644 --- a/doc/source/dist_cloud/kubernetes/migrate-an-aiosx-subcloud-to-an-aiodx-subcloud.rst +++ b/doc/source/dist_cloud/kubernetes/migrate-an-aiosx-subcloud-to-an-aiodx-subcloud.rst @@ -106,12 +106,21 @@ using the ansible playbook. .. note:: - Run the following command on an |AIO-SX| system before changing to |AIO-DX|, as this - does not apply to |AIO-DX| systems. + Run the following command on an |AIO-SX| system before converting it to + an |AIO-DX| system. The following command should be used if the host-based Ceph + storage backend is used. - .. code-block:: none + .. code-block:: none - ~(keystone_admin)$ system storage-backend-modify ceph-store replication=2 + ~(keystone_admin)$ system storage-backend-modify ceph-store replication=2 + + .. note:: + + When the Rook-Ceph storage backend is configured, run the following command: + + .. code-block:: none + + ~(keystone_admin)$ system storage-backend-modify ceph-rook-store replication=2 For example, if the subcloud name is 'subcloud1', enter: @@ -171,12 +180,21 @@ commands on the |AIO-SX| subcloud. .. note:: - Run the following command on an |AIO-SX| system before changing to |AIO-DX|, as this - does not apply to |AIO-DX| systems. + Run the following command on an |AIO-SX| system before converting it to + an |AIO-DX| system. The following command should be used if the host-based Ceph + storage backend is used. - .. code-block:: none + .. code-block:: none - ~(keystone_admin)$ system storage-backend-modify ceph-store replication=2 + ~(keystone_admin)$ system storage-backend-modify ceph-store replication=2 + + .. note:: + + When the Rook-Ceph storage backend is configured, run the following command: + + .. code-block:: none + + ~(keystone_admin)$ system storage-backend-modify ceph-rook-store replication=2 #. Change the system mode to 'duplex'. @@ -200,7 +218,7 @@ commands on the |AIO-SX| subcloud. .. code-block:: none - ~(keystone_admin)$ system oam-modify oam_subnet=10.10.10.0/24 oam_gateway_ip=10.10.10.1 oam_floating_ip=10.10.10.12 oam_c0_ip=10.10.10.13 oam_c1_ip=10.10.10.14 + ~(keystone_admin)$ OAM_POOL=$(system network-list --nowrap | awk '$8 == "oam" { print $12 }') && system addrpool-modify "${OAM_POOL}" --controller0-address 10.10.10.13 --controller1-address 10.10.10.14 #. Unlock the controller.