Merge pull request #8146 from carlpett/patch-2

Fix pool type doc error
This commit is contained in:
Adrien Delorme 2019-09-25 10:54:00 +02:00 committed by GitHub
commit 963fe8535d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ builder.
by the installer, for example.
- `storage_pool_type` (string) - Required. The type of the pool, can
be `lvm`, `lvm-thin`, `zfs` or `directory`.
be `lvm`, `lvm-thin`, `zfspool` or `directory`.
- `type` (string) - The type of disk. Can be `scsi`, `sata`, `virtio` or
`ide`. Defaults to `scsi`.