Skip to content

Commit

Permalink
build 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 committed Oct 21, 2024
1 parent f5a27ab commit ab7ab41
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Ceph Ansible 5.4.4-1
## Ceph Ansible 5.4.5-1

* updated alerting rules
* ceph-nfs - update nfs validation task
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ceph-ansible-45d",
"title": "Ceph Ansible",
"prerelease": false,
"version": "5.4.4",
"version": "5.4.5",
"buildVersion": "1",
"author": "Brett Kelly <[email protected]>",
"url": "https://github.com/45Drives/ceph-ansible",
Expand Down Expand Up @@ -53,7 +53,7 @@
],
"changelog": {
"urgency": "medium",
"version": "5.4.4",
"version": "5.4.5",
"buildVersion": "1",
"ignore": [],
"date": null,
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install
/usr/share/ceph-ansible/*

%changelog
* Mon Oct 21 2024 Brett Kelly <[email protected]> 5.4.5-1
- ceph-nfs - update nfs validation task
* Mon Oct 07 2024 Brett Kelly <[email protected]> 5.4.4-1
- updated alerting rules
* Wed Jan 03 2024 Brett Kelly <[email protected]> 5.4.3-2
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ceph-ansible-45d (5.4.5-1focal) focal; urgency=medium

* ceph-nfs - update nfs validation task

-- Brett Kelly <[email protected]> Mon, 21 Oct 2024 13:44:53 -0300

ceph-ansible-45d (5.4.4-1focal) focal; urgency=medium

* updated alerting rules
Expand Down
2 changes: 1 addition & 1 deletion roles/ceph-config/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
set_fact:
_devices: "{{ devices | difference(_rejected_devices | default([])) }}"

- name:
- name: run 'ceph-volume lvm batch --report' to see how many osds are to be created
ceph_volume:
cluster: "{{ cluster }}"
objectstore: "{{ osd_objectstore }}"
Expand Down

0 comments on commit ab7ab41

Please sign in to comment.