mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: remove libcephfs1 from debian_ceph_packages
in hammer, ceph-common depended on libcephfs (indirectly, via python-cephfs). this is no longer the case in jewel or later, so it can be removed from debian_ceph_packages Signed-off-by: Casey Bodley <cbodley@redhat.com>pull/1171/head
parent
2c98b1d70f
commit
0ebb728d7d
|
@ -66,7 +66,7 @@ debian_ceph_packages:
|
||||||
- ceph-common #|
|
- ceph-common #|
|
||||||
- ceph-fs-common #|--> yes, they are already all dependencies from 'ceph'
|
- ceph-fs-common #|--> yes, they are already all dependencies from 'ceph'
|
||||||
- ceph-fuse #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade
|
- ceph-fuse #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade
|
||||||
- libcephfs1 #|--> they don't get update so we need to force them
|
#|--> they don't get update so we need to force them
|
||||||
|
|
||||||
# Whether or not to install the ceph-test package.
|
# Whether or not to install the ceph-test package.
|
||||||
ceph_test: False
|
ceph_test: False
|
||||||
|
|
Loading…
Reference in New Issue