mirror of https://github.com/ceph/ceph-ansible.git
Remove libcephfs1 from group_vars sample
The libcephfs1 package was removed from ceph-common in
cb1c06901e
, however it was not synced
to group_vars/all.yml.sample using the `generate_group_vars_sample.sh`
script. This fixes up the comment formatting in the ceph-common
defaults and brings the group_vars sample back into sync.
pull/1227/head
parent
e989f0acc5
commit
c78a3707f1
|
@ -81,10 +81,9 @@ dummy:
|
||||||
# install source or architecture.
|
# install source or architecture.
|
||||||
#debian_ceph_packages:
|
#debian_ceph_packages:
|
||||||
# - ceph
|
# - ceph
|
||||||
# - ceph-common #|
|
# - ceph-common #|--> yes, they are already all dependencies from 'ceph'
|
||||||
# - ceph-fs-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 #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade
|
# - ceph-fuse #|--> they don't get update so we need to force them
|
||||||
# - libcephfs1 #|--> 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
|
||||||
|
|
|
@ -73,10 +73,9 @@ ntp_service_enabled: true
|
||||||
# install source or architecture.
|
# install source or architecture.
|
||||||
debian_ceph_packages:
|
debian_ceph_packages:
|
||||||
- ceph
|
- ceph
|
||||||
- ceph-common #|
|
- ceph-common #|--> yes, they are already all dependencies from 'ceph'
|
||||||
- ceph-fs-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 #|--> however while proceding to rolling upgrades and the 'ceph' package upgrade
|
- ceph-fuse #|--> 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