Skip to content

Commit 886d253

Browse files
committed
remove outdated warning
1 parent c2c8472 commit 886d253

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

docs/src/topics/disks/data-disks.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ There are a couple caveats with specifying disks for a linode instance:
88
2. Instance disk configuration is currently immutable via CAPL after the instance is booted.
99
~~~
1010

11-
```admonish warning
12-
Currently SDB is being used by a swap disk, replacing this disk with a data disk will slow down linode creation by
13-
up to 90 seconds. This will be resolved when the disk creation refactor is finished. (See [#766](https://github.com/linode/cluster-api-provider-linode/issues/766))
14-
```
15-
1611
## Specify a data disk
1712
A LinodeMachine can be configured with additional data disks with the key being the device to be mounted as and including an optional label and size.
1813

@@ -33,10 +28,10 @@ spec:
3328
region: us-ord
3429
type: g6-standard-4
3530
dataDisks:
36-
sdc:
31+
sdb:
3732
label: etcd_disk
3833
size: 16Gi
39-
sdd:
34+
sdc:
4035
label: data_disk
4136
size: 10Gi
4237
```
@@ -55,7 +50,7 @@ spec:
5550
region: us-ord
5651
type: g6-standard-4
5752
dataDisks:
58-
sdc:
53+
sdb:
5954
label: etcd_disk
6055
size: 16Gi
6156

@@ -69,7 +64,7 @@ spec:
6964
filesystems:
7065
- label: etcd_data
7166
filesystem: ext4
72-
device: /dev/sdc
67+
device: /dev/sdb
7368
mounts:
7469
- - LABEL=etcd_data
7570
- /var/lib/etcd_data

0 commit comments

Comments
 (0)