fdc82748a1
/var/lib/glusterd/groups/virt is not installed by default, but that should be the case. It is provided as extras/groups-virt.example. "make install" should correctly install this file, and the rpm packages should include it. Change-Id: I5284306cfc2882e3147bd72f496ad29db906fcb2 BUG: 1053854 Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/6717 Reviewed-by: Harshavardhana <harsha@harshavardhana.net> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
22 lines
859 B
Makefile
22 lines
859 B
Makefile
EditorModedir = $(docdir)
|
|
EditorMode_DATA = glusterfs-mode.el glusterfs.vim
|
|
|
|
SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM geo-rep
|
|
|
|
confdir = $(sysconfdir)/glusterfs
|
|
conf_DATA = glusterfs-logrotate gluster-rsyslog-7.2.conf gluster-rsyslog-5.8.conf \
|
|
logger.conf.example glusterfs-georep-logrotate group-virt.example
|
|
|
|
voldir = $(sysconfdir)/glusterfs
|
|
vol_DATA = glusterd.vol
|
|
|
|
EXTRA_DIST = $(conf_DATA) specgen.scm MacOSX/Portfile glusterfs-mode.el \
|
|
glusterfs.vim migrate-unify-to-distribute.sh backend-xattr-sanitize.sh \
|
|
backend-cleanup.sh disk_usage_sync.sh clear_xattrs.sh \
|
|
glusterd-sysconfig glusterd.vol
|
|
|
|
install-data-local:
|
|
$(mkdir_p) $(DESTDIR)$(localstatedir)/lib/glusterd/groups
|
|
$(INSTALL_DATA) $(top_srcdir)/extras/group-virt.example \
|
|
$(DESTDIR)$(localstatedir)/lib/glusterd/groups/virt
|