mirror of
https://github.com/ceph/ceph
synced 2024-12-16 08:26:25 +00:00
install: install libcephfs1[-dbg]
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
28f11d037f
commit
ecb563b221
@ -157,9 +157,11 @@ def install(ctx, config):
|
||||
'radosgw',
|
||||
'radosgw-dbg',
|
||||
'python-ceph',
|
||||
'libcephfs1',
|
||||
'libcephfs1-dbg',
|
||||
]
|
||||
# install lib deps (so we explicitly specify version), but do not
|
||||
# uninstall them, as
|
||||
# uninstall them, as other packages depend on them (e.g., kvm)
|
||||
debs_install = debs + [
|
||||
'librados2',
|
||||
'librados2-dbg',
|
||||
|
Loading…
Reference in New Issue
Block a user