diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 31c0b7c73..c3956abbb 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -81,10 +81,9 @@ dummy: # install source or architecture. #debian_ceph_packages: # - ceph -# - ceph-common #| -# - ceph-fs-common #|--> yes, they are already all dependencies from 'ceph' -# - 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 +# - ceph-common #|--> yes, they are already all dependencies from 'ceph' +# - ceph-fs-common #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade +# - ceph-fuse #|--> they don't get update so we need to force them # Whether or not to install the ceph-test package. #ceph_test: False diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index 376c75167..036f3bf3d 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -73,10 +73,9 @@ ntp_service_enabled: true # install source or architecture. debian_ceph_packages: - ceph - - ceph-common #| - - ceph-fs-common #|--> yes, they are already all dependencies from 'ceph' - - ceph-fuse #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade - #|--> they don't get update so we need to force them + - ceph-common #|--> yes, they are already all dependencies from 'ceph' + - ceph-fs-common #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade + - ceph-fuse #|--> they don't get update so we need to force them # Whether or not to install the ceph-test package. ceph_test: False