Skip to content

Commit

Permalink
Rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaswth committed Jun 30, 2014
1 parent db96212 commit 193aa83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ records.
- `node['rs-mysql']['device']['nickname']` - The nickname of the device or the logical volume comprising multiple
devices. Default is `'data_storage'`.
- `node['rs-mysql']['device']['mount_point']` - The mount point for the device. Default is `'/mnt/storage'`.
- `node['rs-mysql']['device']['volume_size']` - The size (in gigabytes) of the volume to be created. If stripe of devices
is used, this will be the total size of the logical volume. Default is `10`.
- `node['rs-mysql']['device']['volume_size']` - The size (in gigabytes) of the volume to be created. If multiple
devices are used, this will be the total size of the logical volume. Default is `10`.
- `node['rs-mysql']['device']['count']` - The number of devices to be created for the logical volume. Default is `2`.
- `node['rs-mysql']['device']['iops']` - The IOPS value to be used for EC2 Provisioned IOPS. This attribute should only
be used with Amazon EC2. Default is `nil`.
Expand Down

0 comments on commit 193aa83

Please sign in to comment.