Skip to content

Commit 2b95d9c

Browse files
Merge pull request #31 from yoshizzle/kvmify
Added more robust language to kvmify
2 parents ab71947 + dad70c0 commit 2b95d9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/data/endpoints/linodes.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,11 @@ endpoints:
655655
type: Action
656656
authenticated: true
657657
description: >
658-
Changes a Linode's hypervisor from Xen to KVM.
658+
Changes a Linode's hypervisor from Xen (legacy) to KVM (modern). Doing this
659+
restarts and migrates your Linode, and can take several minutes depending on
660+
the size of the Linode. Upgrading to KVM has significant performance
661+
improvements. This endpoint will only work for Linodes currently running
662+
on the Xen hypervisor.
659663
methods:
660664
POST:
661665
oauth: linodes:modify

0 commit comments

Comments
 (0)