diff options
author | Matt Woodson <mwoodson@redhat.com> | 2015-09-29 11:40:42 -0400 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2015-09-29 11:40:42 -0400 |
commit | 11f0f570243d39bb2e96bfd64ef9d180163c5c38 (patch) | |
tree | f1d4a8275b09b8758be977718280b5c15a5e58e6 /playbooks/adhoc | |
parent | 2a4b5b7322c8b0c8e84aae43d1ff411259bf9b61 (diff) | |
download | openshift-11f0f570243d39bb2e96bfd64ef9d180163c5c38.tar.gz openshift-11f0f570243d39bb2e96bfd64ef9d180163c5c38.tar.bz2 openshift-11f0f570243d39bb2e96bfd64ef9d180163c5c38.tar.xz openshift-11f0f570243d39bb2e96bfd64ef9d180163c5c38.zip |
added comment to the grow_docker_vg playbook
Diffstat (limited to 'playbooks/adhoc')
-rw-r--r-- | playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml b/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml index a88553ac0..ef9b45abd 100644 --- a/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml +++ b/playbooks/adhoc/grow_docker_vg/grow_docker_vg.yml @@ -24,6 +24,8 @@ # * This does a GP2 by default. Support for Provisioned IOPS has not been added # * This will assign the new volume to /dev/xvdc. This is not variablized, yet. # * This can be done with NO downtime on the host +# * This playbook assumes that there is a Logical Volume that is installed and called "docker-pool". This is +# the LV that gets created via the "docker-storage-setup" command # - name: Grow the docker volume group |