diff options
-rw-r--r-- | testing/ceph/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ceph/APKBUILD b/testing/ceph/APKBUILD index 397c30c8b6..46b1dd6968 100644 --- a/testing/ceph/APKBUILD +++ b/testing/ceph/APKBUILD @@ -5,7 +5,7 @@ pkgname=ceph pkgver=11.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="User space components of the Ceph file system" pkgusers="ceph" pkggroups="ceph" @@ -237,7 +237,7 @@ common() { cephfs-journal-tool \ cephfs-table-tool \ rados \ - rdb \ + rbd \ rbd-replay \ rbd-replay-many \ rbdmap \ |