Skip to content

Commit

Permalink
[ceph] Add Squid support (canonical#970)
Browse files Browse the repository at this point in the history
Signed-off-by: Ponnuvel Palaniyappan <[email protected]>
  • Loading branch information
pponnuvel authored Aug 16, 2024
1 parent 509d92e commit bbb436e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hotsos/core/plugins/storage/ceph/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
# versions for Ubuntu page:
# https://ubuntu.com/ceph/docs/supported-ceph-versions
CEPH_EOL_INFO = {
'squid': datetime(2036, 4, 30),
'reef': datetime(2034, 4, 30),
'quincy': datetime(2032, 4, 30),
'pacific': datetime(2024, 4, 30),
Expand All @@ -61,6 +62,7 @@

CEPH_REL_INFO = {
'ceph-common': {
'squid': '19.0',
'reef': '18.0',
'quincy': '17.0',
'pacific': '16.0',
Expand Down

0 comments on commit bbb436e

Please sign in to comment.