Skip to content

Commit

Permalink
Document extra disks for assisted
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dtantsur committed Mar 10, 2022
1 parent f22b594 commit 761bc06
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/assisted-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ the Assisted Service documentation for more information about its architecture a
Pre-requisites
==

2 disks need to be created and added to the worker nodes. This can be done either using
`virt-manager` or libvirt directly. The disks should be of, at least, 10GB each and they should be
attached to the `/dev/sdb` and `/dev/sdc` devices respectively. Please update
`assisted_deployment.sh` if this is not the case.

Note that there is work in progress to automate the disk creations and the device name
configuration. More info in [this issue](https://github.com/openshift-metal3/dev-scripts/issues/1228)
2 disks need to be created and added to the worker nodes. The disks should be
of, at least, 10GB each. Set the following variables in your `config.sh`
before configuring the development environment:

```bash
export VM_EXTRADISKS=true
export VM_EXTRADISKS_LIST="vda vdb"
export VM_EXTRADISKS_SIZE="10G"
```

Assisted in dev script
==
Expand Down

0 comments on commit 761bc06

Please sign in to comment.