Skip to content

Commit

Permalink
Update docs/src/topics/disks/data-disks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Dumaine <[email protected]>
  • Loading branch information
eljohnson92 and AshleyDumaine authored Apr 16, 2024
1 parent 3ad7576 commit 411f2d1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/src/topics/disks/data-disks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Data Disks
This section describes how to specify additional data disks for a linode instance. These disks can use devices `sdb` through `sdh`
for a total of 7 disks. The total size of these disks + the OS Disk cannot exceed the linode plan size. Disk information cannot
be updated in place and must be updated by creating new disks.
for a total of 7 disks.

~~~admonish warning
There are a couple caveats with specifying disks for a linode instance:
1. The total size of these disks + the OS Disk cannot exceed the linode instance plan size.
2. Instance disk configuration is currently immutable via CAPL after the instance is booted.
~~~

```admonish warning
Currently SDB is being used by a swap disk, replacing this disk with a data disk will slow down linode creation by
Expand Down

0 comments on commit 411f2d1

Please sign in to comment.