1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/virt-understanding-node-maintenance.adoc
Kathryn Alexander 66edd81826 scrubbing CNV
2020-05-19 15:51:35 -04:00

26 lines
937 B
Plaintext

// Module included in the following assemblies:
//
// * virt/node_maintenance/virt-node-maintenance.adoc
// * virt/node_maintenance/virt-setting-node-maintenance.adoc
[id="virt-understanding-node-maintenance{context}"]
= Understanding node maintenance mode
Placing a node into maintenance marks the node as unschedulable and drains all
the virtual machines and pods from it. Virtual machine instances that have a
`LiveMigrate` eviction strategy are live migrated to another node without loss
of service. This eviction strategy is configured by default in virtual machine
created from common templates but must be configured manually for custom
virtual machines.
Virtual machine instances without an eviction strategy will be deleted on the
node and recreated on another node.
[IMPORTANT]
====
Virtual machines must have a PersistentVolumeClaim (PVC) with a shared
ReadWriteMany (RWX) access mode to be live migrated.
====