diff options
author | Dan Radez <dradez@redhat.com> | 2016-11-14 12:36:27 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-11-22 12:36:23 -0500 |
commit | 011c7a4b750b11c138728e5537a6e8f65a5d43fa (patch) | |
tree | b3e1a80f7ebf7f7a2eef52e9322478ad659b9ea0 /config/deploy | |
parent | 4f05ece5c264d68b4f3edcbc8dfd9f0138bbea87 (diff) |
Allow passing a device name to ceph
JIRA: APEX-347
Change-Id: Ibc6d141e20faf613e0f6314286b55aff01ce862e
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit e36f790d036c0bfb5d7ed81d656f9bb1f5200a1a)
Diffstat (limited to 'config/deploy')
-rw-r--r-- | config/deploy/deploy_settings.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/deploy/deploy_settings.yaml b/config/deploy/deploy_settings.yaml index e7821f18..ee1dc146 100644 --- a/config/deploy/deploy_settings.yaml +++ b/config/deploy/deploy_settings.yaml @@ -48,6 +48,13 @@ deploy_options: # Whether to run vsperf after the install has completed #vsperf: false + # Specify a device for ceph to use for the OSDs. By default a virtual disk + # is created for the OSDs. This setting allows you to specify a different + # target for the OSDs. The setting must be valid on all overcloud nodes. + # The controllers and the compute nodes all have OSDs setup on them and + # therefore this device name must be valid on all overcloud nodes. + #ceph_device: /dev/sdb + # Set performance options on specific roles. The valid roles are 'Compute', 'Controller' # and 'Storage', and the valid sections are 'kernel' and 'nova' #performance: |