diff options
author | Shyam <srangana@redhat.com> | 2016-06-03 14:58:16 -0400 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-06-08 05:42:07 -0700 |
commit | ea4d4175ab3fc5cc1545ebde4d8d35ba0bf4aa3f (patch) | |
tree | 19ce29734e1414250723af63ab5fccc85f2bb460 /glusterfs.spec.in | |
parent | 8489fe576b6cf148fabcaeee79f298c41858133e (diff) |
posix2: Creation of experimental shell for posix2 xlator
DHT2 comes with a new backend on-disk format, that requires
a new backend storage xlator. This experimental project will
house the artifacts for the same.
Change-Id: I71a3d60a0415d0c23b2294a02b838810fa8f101f
BUG: 1338991
Signed-off-by: Shyam <srangana@redhat.com>
Reviewed-on: http://review.gluster.org/14646
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 82c0ab79157..a2cd3375528 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1092,6 +1092,9 @@ exit 0 %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/experimental/jbrc.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/experimental/jbr.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/experimental/dht2s.so +%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/experimental/posix2-ds.so +%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/experimental/posix2-mds.so +%{_libdir}/libposix2common.so %if ( 0%{!?_without_tiering:1} ) %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/changetimerecorder.so %endif |