Replace glusterfs package to glusterfs-fuse in RedHat-based OS

To working properly with GlusterFS backend cinder-volume needs
some original libs and utilities from GlusterFS distribution. For
RedHat-based OSes that libs provided by glusterfs-fuse package, so
I add it to requirements instead of glusterfs. We shouldn't add
glusterfs package explicitly and can use only glusterfs-fuse as
requirement, cause glusterfs-fuse depends on glusterfs package.

Change-Id: I674b6f4cbbc9f33cb9c3cd49852fddcb1e003791
Closes-Bug: #1397010
This commit is contained in:
Stanislaw Bogatkin 2014-11-27 18:36:44 +03:00
parent 35e6e51abf
commit 196c0cab47
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class cindergfs::params {
$volume_service_name = 'cinder-volume'
} elsif($::osfamily == 'RedHat') {
$glusterfs_package_name = 'glusterfs'
$glusterfs_package_name = 'glusterfs-fuse'
$package_name = 'openstack-cinder'
$volume_service_name = 'openstack-cinder-volume'