Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// Module included in the following assemblies:
//
// * storage/container_storage_interface/persistent-storage-csi-vsphere.adoc
//

:_mod-docs-content-type: CONCEPT
[id="persistent-storage-csi-vsphere-migrating-cns-vols-between-datastores_{context}"]
= Migrating CNS volumes between datastores for vSphere

If you are running out of space in your current datastore, or want to move to a more performant datastore, you can migrate VMware vSphere Cloud Native Storage (CNS) volumes between datastores. This applies to both attached and detached volumes.

.Limitations
* Requires VMware vSphere 8.0.2 or later or vSphere 7.0 Update 3o or later.

* Only one volume can be migrated at a time.

* RWX volumes are not supported.

* CNS volume should only be migrated to a datastore that is shared with all hosts that make up the {product-title} cluster.

* Migrating volumes between different datastore in different datacenters is not supported.

Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ include::modules/persistent-storage-csi-vsphere-top-aware-results.adoc[leveloffs

include::modules/persistent-storage-csi-vsphere-change-max-snapshot.adoc[leveloffset=+1]

include::modules/persistent-storage-csi-vsphere-migrating-cns-vols-between-datastores.adoc[leveloffset=+1]

.Additional limitations
* link:https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/vsphere-storage-8-0/getting-started-with-cloud-native-storage-in-vsphere/cloud-native-storage-for-vsphere-administrators/migrating-container-volumes-in-vsphere.html[For vSphere 8]

* link:https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/7-0/vsphere-storage-7-0/getting-started-with-cloud-native-storage-in-vsphere/cloud-native-storage-for-vsphere-administrators/migrating-container-volumes-in-vsphere.html[For vSphere 7]

For more information about migrating CNS volumes between datastores, see the documentation for link:https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0.html[vSphere v8.0] or link:https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/7-0.html[vSphere v7.0] as applicable.

include::modules/persistent-storage-csi-vsphere-disable-storage-overview.adoc[leveloffset=+1]

include::modules/persistent-storage-csi-vsphere-disable-storage-consequences.adoc[leveloffset=+2]
Expand Down