Fix pool type doc error
This commit is contained in:
parent
2a662b451c
commit
dfb8fd1de5
|
@ -121,7 +121,7 @@ builder.
|
||||||
by the installer, for example.
|
by the installer, for example.
|
||||||
|
|
||||||
- `storage_pool_type` (string) - Required. The type of the pool, can
|
- `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
|
- `type` (string) - The type of disk. Can be `scsi`, `sata`, `virtio` or
|
||||||
`ide`. Defaults to `scsi`.
|
`ide`. Defaults to `scsi`.
|
||||||
|
|
Loading…
Reference in New Issue