summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
authorKotresh HR <khiremat@redhat.com>2018-02-12 03:11:04 -0500
committerKotresh HR <khiremat@redhat.com>2018-02-22 05:40:35 +0000
commite4ca0b3df379c553e220f929f0203175bd536b61 (patch)
treeb4e673999ea45bf1a5370015e19d5241bf4aa965 /glusterfs.spec.in
parent961370d995400b68afe520207593b8cc59846448 (diff)
geo-rep: Remove lazy umount and use mount namespaces
Lazy umounting the master volume by worker causes issues with rsync's usage of getcwd. Henc removing the lazy umount and using private mount namespace for the same. On the slave, the lazy umount is retained as we can't use private namespace in non root geo-rep setup. Change-Id: I403375c02cb3cc7d257a5f72bbdb5118b4c8779a BUG: 1546129 Signed-off-by: Kotresh HR <khiremat@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 1c3c51b6513..c147dd9bc2d 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -441,6 +441,7 @@ Requires: python2
Requires: python-prettytable
Requires: python2-gluster = %{version}-%{release}
Requires: rsync
+Requires: util-linux
%description geo-replication
GlusterFS is a distributed file-system capable of scaling to several
@@ -1463,6 +1464,9 @@ exit 0
%endif
%changelog
+* Thu Feb 22 2018 Kotresh HR <khiremat@redhat.com>
+- Added util-linux as dependency to georeplication rpm (#1544382)
+
* Thu Feb 1 2018 Niels de Vos <ndevos@redhat.com>
- Add '--without server' option to facilitate el6 builds (#1074947)