Skip to content

Commit de105ab

Browse files
dtantsurflaper87
andauthored
Document extra disks for assisted (#1361)
* Document extra disks for assisted It no longer has to be a manual step. Also correct the actual names: since the primary disk is /dev/sda, the secondary disks (still using virtio) will be /dev/vda and /dev/vdb. * docs/assisted-deployment.md: fix config script name Co-authored-by: Flavio Percoco <[email protected]> Co-authored-by: Flavio Percoco <[email protected]>
1 parent 9a59494 commit de105ab

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/assisted-deployment.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ the Assisted Service documentation for more information about its architecture a
88
Pre-requisites
99
==
1010

11-
2 disks need to be created and added to the worker nodes. This can be done either using
12-
`virt-manager` or libvirt directly. The disks should be of, at least, 10GB each and they should be
13-
attached to the `/dev/sdb` and `/dev/sdc` devices respectively. Please update
14-
`assisted_deployment.sh` if this is not the case.
15-
16-
Note that there is work in progress to automate the disk creations and the device name
17-
configuration. More info in [this issue](https://github.com/openshift-metal3/dev-scripts/issues/1228)
11+
2 disks need to be created and added to the worker nodes. The disks should be
12+
of, at least, 10GB each. Set the following variables in your `config_$USER.sh`
13+
before configuring the development environment:
14+
15+
```bash
16+
export VM_EXTRADISKS=true
17+
export VM_EXTRADISKS_LIST="vda vdb"
18+
export VM_EXTRADISKS_SIZE="10G"
19+
```
1820

1921
Assisted in dev script
2022
==

0 commit comments

Comments
 (0)