From 5afe1772a6ca1ebd726e7f4b45907f53f2da5c29 Mon Sep 17 00:00:00 2001 From: Amber Alston Date: Tue, 12 Sep 2023 09:52:58 -0600 Subject: [PATCH] Update removing-object-storage.md (#1000) Outdated - Removed content pushing to Longhorn. OpenEBS has a supported migration now --- .../install-with-kurl/removing-object-storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/markdown-pages/install-with-kurl/removing-object-storage.md b/src/markdown-pages/install-with-kurl/removing-object-storage.md index 46470a7e..bf47b7bb 100644 --- a/src/markdown-pages/install-with-kurl/removing-object-storage.md +++ b/src/markdown-pages/install-with-kurl/removing-object-storage.md @@ -60,8 +60,8 @@ When you re-install or upgrade using the updated installer spec (see the [New In To fully remove object storage from the cluster, the current provider must be removed from your installer spec. In the case of MinIO, it is a straightforward removal of the add-on. -For clusters using the Rook add-on, another CSI such as Longhorn or OpenEBS is required for storage. -Data can be migrated to Longhorn automatically using existing [CSI Migrations](/docs/install-with-kurl/migrating-csi). If you want to use another storage provider like OpenEBS, read about [migrating with snapshots](/docs/install-with-kurl/migrating). +For clusters using the Rook add-on, another CSI such as OpenEBS is required for storage. +Data can be migrated to OpenEBS automatically using existing [CSI Migrations](/docs/install-with-kurl/migrating-csi). When you re-install or upgrade using the new updated spec (see the [New Installations](/docs/install-with-kurl/removing-object-storage#new-installations) section for a sample), you should expect: 1. **Registry**: A persistent volume (PV) will be added for storage. In order to trigger a migration from object storage into the attached PV, see [Setting `disableS3` to `true` in the KOTS Add-On](/docs/install-with-kurl/removing-object-storage#setting-disables3-to-true-in-the-kots-add-on).