You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6007,6 +6007,8 @@ paths:
6007
6007
on all Linodes for new accounts created after November 5th, 2019. For more information,
6008
6008
see our guide on [Running a Mail Server](/docs/guides/running-a-mail-server/).
6009
6009
6010
+
**Important**: You must be an unrestricted User in order to add or modify tags on Linodes.
6011
+
6010
6012
Linodes can be created in a number of ways:
6011
6013
6012
6014
* Using a Linode Public Image distribution or a Private Image you created based on another Linode.
@@ -6051,9 +6053,6 @@ paths:
6051
6053
* Requires a compatible Image. You can determine compatible Images by checking for `cloud-init` under `capabilities` when using Images List ([GET /images](/docs/api/images/#images-list)).
6052
6054
* Requires a compatible Region. You can determine compatible Regions by checking for `Metadata` under `capabilities` when using Regions List ([GET /regions](/docs/api/regions/#regions-list)).
6053
6055
* This feature is in beta and is currently limited to certain Regions and distributions. Please be aware that this feature may receive breaking updates in the future. This notice will be removed when this feature is out of beta.
6054
-
6055
-
**Important**: You must be an unrestricted User in order to add or modify
6056
-
tags on Linodes.
6057
6056
tags:
6058
6057
- Linode Instances
6059
6058
operationId: createLinodeInstance
@@ -6644,6 +6643,16 @@ paths:
6644
6643
* Backups may not be restored across Regions.
6645
6644
* Only successfully completed Backups that are not undergoing maintenance can be restored.
6646
6645
* The Linode that the Backup is being restored to must not itself be in the process of creating a Backup.
When you restore a backup, the restored disk is assigned the same [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier) as the original disk. In most cases, this is acceptable and does not cause issues. However, if you attempt to mount both the original disk and the corresponding restore disk at the same time (by assigning them both to devices in your Configuration Profile's **Block Device Assignment**), you will encounter a UUID "collision".
6649
+
6650
+
When this happens, the system selects, and mounts, only one of the disks at random. This is due to both disks sharing the same UUID, and your instance *may fail to boot* since it will not be clear which disk is root. If your system does boot, you will not see any immediate indication if you are booted into the restored disk or the original disk, and you will be unable to access both disks at the same time.
6651
+
6652
+
To avoid this, we recommend only restoring a backup to the same Compute Instance if you do not intend on mounting them at the same time or are comfortable modifying UUIDs. If you need access to files on both the original disk and the restored disk simultaneously (such as needing to copy files between them), we suggest either restoring the backup to a separate Compute Instance or [creating](/docs/api/linode-instances/#linode-create) a new Compute Instance with the desired `backup_id`.
6653
+
6654
+
To learn more about block device assignments and viewing your disks' UUIDs, see our guide on [Configuration Profiles](/docs/products/compute/compute-instances/guides/configuration-profiles/#block-device-assignment).
0 commit comments