diff options
author | Gaurav Kumar Garg <ggarg@redhat.com> | 2015-05-11 17:43:40 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-05-12 05:11:19 -0700 |
commit | bde004020ad761c0a1e1faf6a86fa76d059f1b71 (patch) | |
tree | aa62413bd70eec8f93de52b8e9b1959cbd7d7648 /glusterfs.spec.in | |
parent | a492b22f5710f01ad3a18aad743d2b1eee058f6f (diff) |
rpm: marker xlator should part of the server sub-package
Currently marker translator is part of extra-xlator package. Installing
only the glusterfs-server package and required dependencies does not
make it possible to create a volume and starte it. Starting the volume
will fail. The brick logs compain that type feature/marker is not valid:
W [xlator.c:192:xlator_dynload] 0-xlator: /usr/lib64/glusterfs/3.7.0beta1/xlator/features/marker.so: cannot open shared object file: No such file or directory
E [graph.y:212:volume_type] 0-parser: Volume 'rvstore-marker', line 78: type 'features/marker' is not valid or not found on this machine
Fix is to include the marker translator in the server package. It should
not be part of extra-xlator package.
Backport of:
> Change-Id: I77fe8a0bcf7d6f1dbff62d663e840e9e45805614
> BUG: 1220381
> Reviewed-on: http://review.gluster.org/10752
> Signed-off-by: Gaurav Kumar Garg <ggarg@redhat.com>
Change-Id: I77fe8a0bcf7d6f1dbff62d663e840e9e45805614
BUG: 1220338
Signed-off-by: Gaurav Kumar Garg <ggarg@redhat.com>
Reviewed-on: http://review.gluster.org/10753
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index e729d13465b..6ddc32e7c90 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -998,7 +998,6 @@ fi %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/encryption/rot-13.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/glupy.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/mac-compat.so -%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/marker.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/prot_client.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/prot_dht.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/prot_server.so @@ -1132,6 +1131,7 @@ fi %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/locks.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/posix* %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/snapview-server.so +%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/marker.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/quota* %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/trash.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/upcall.so |