Skip to content

Document extra disks for assisted #1361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_$USER.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