Skip to content

Commit 4a49086

Browse files
docs(storage): Remove outdated virtiofs live migration restriction
- Remove incorrect restriction that virtiofs does not support live migration as this was resolved in v1.5.0 (PR #13756) - Fix markdown formatting for bullet point list rendering Resolves: #922 Signed-off-by: Andrew Burden <[email protected]>
1 parent cddff7b commit 4a49086

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/storage/volume_migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ Users can find the whole list of migrated volumes in the VM status, which includ
226226
Only certain types of disks and volumes are supported to be migrated. For an invalid type of volume the RestartRequired condition is set and volumes will be replaced upon VM restart.
227227
Currently, the volume migration is supported between PersistentVolumeClaims and Datavolumes.
228228
Additionally, volume migration is forbidden if the disk is:
229+
229230
* shareable, since it cannot guarantee the data consistency with multiple writers
230-
* hotpluggable, this case isn't currently supported
231-
* filesystem, since virtiofs doesn't currently support live-migration
232-
* lun, originally the disk might support SCSI protocol but the destination PVC class does not. This case isn't currently supported.
231+
* hotpluggable, this case is not currently supported
232+
* lun, originally the disk might support SCSI protocol but the destination PVC class does not. This case is not currently supported.
233233

234234
Currently, KubeVirt only enables live migration between separate nodes. Volume migration relies on live migration; hence, live migrating storage on the same node is also not possible. Volume migration is possible between local storage, like between 2 PVCs with RWO access mode, but they need to be located on two different host.
235235

0 commit comments

Comments
 (0)