Comment 7 for bug 1341691

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/110095
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=73c4b20c99c25e1296e6c284ca98cf1337052fe2
Submitter: Jenkins
Branch: master

commit 73c4b20c99c25e1296e6c284ca98cf1337052fe2
Author: Dima Shulyak <email address hidden>
Date: Mon Jul 28 22:23:05 2014 +0300

    Change allocation strategy for zabbix-server

    If user will use zabbix-server on node with more than one
    hard disk, and ubuntu os, it will lead to errors on provsion
    stage for the server

    Mounting /var partition on ubuntu will lead to errors
    cause there is no os volume group on ubuntu

    - add /var/lib/mysql partition, will grow most of all,
      because zabbix is using mysql for storing stats
    - change os vg to use min allocator

    Change-Id: I2869a7ab341b7069a3b9d943cff9680ea5bf0439
    Closes-Bug: 1341691