Skip to content

Commit

Permalink
Address comments by @dwlehman regarding disk syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pcahyna committed Aug 14, 2019
1 parent 05e6c3c commit 0b64272
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ This specifies the type of pool to manage.
Valid values for `type`: `lvm`.

##### `disks`
A list which specifies the set of disks to use as backing storage for the pool
(a `/dev/` or `/dev/mapper/` prefix is prepended if the name is not an absolute path).
A list which specifies the set of disks to use as backing storage for the pool.
Supported identifiers include: device node (like `/dev/sda` or `/dev/mapper/mpathb`),
device node basename (like `sda` or `mpathb`), /dev/disk/ symlink
(like `/dev/disk/by-id/wwn-0x5000c5005bc37f3f`).

##### `volumes`
This is a list of volumes that belong to the current pool. It follows the
Expand Down Expand Up @@ -85,8 +87,8 @@ Example Playbook
storage_pools:
- name: app
disks:
- /dev/sdb
- /dev/sdc
- sdb
- sdc
volumes:
- name: shared
size: "100 GiB"
Expand Down

0 comments on commit 0b64272

Please sign in to comment.