diff options
author | Yehuda Sadeh <yehuda@redhat.com> | 2017-06-02 18:16:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-02 18:16:07 +0200 |
commit | ea911b7f480ba0eb6cda15e9ea8d964a359a8916 (patch) | |
tree | a04c07eba33f1b1e47b9e7e8fc7e423355640379 /alpine | |
parent | Merge pull request #15427 from tchaikov/wip-vstart-osd-id (diff) | |
parent | qa/tasks/rgw_multisite.py: adjust zone init (diff) | |
download | ceph-ea911b7f480ba0eb6cda15e9ea8d964a359a8916.tar.xz ceph-ea911b7f480ba0eb6cda15e9ea8d964a359a8916.zip |
Merge pull request #14351 from yehudasa/wip-rgw-mdsearch
rgw: metadata search part 2
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Diffstat (limited to 'alpine')
-rw-r--r-- | alpine/APKBUILD.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in index f1ab9aa27d6..51245ea5a1f 100644 --- a/alpine/APKBUILD.in +++ b/alpine/APKBUILD.in @@ -292,7 +292,7 @@ radosgw() { pkgdesc="Rados REST gateway which implements Amazon's S3 and OpenStack's Swift APIs." depends="ceph-common" - _pkg $_bindir radosgw radosgw-admin radosgw-token radosgw-object-expirer + _pkg $_bindir radosgw radosgw-admin radosgw-token radosgw-es radosgw-object-expirer mkdir -p $subpkgdir$_localstatedir/lib/ceph/radosgw } |