Zac Dover
04da732685
Merge pull request #60036 from solmagd/main
...
reef: doc: Adds release date.
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2024-09-29 15:48:27 +10:00
Zac Dover
99ae9590a5
doc/releases: move Dashboard items from CephFS
...
Move three dashboard-related items from beneath a heading reading
"CephFS" and put them beneath a heading reading "Dashboard".
Fixes: https://github.com/ceph/ceph/pull/59539#discussion_r1777960130
Signed-off-by: Zac Dover <zac.dover@proton.me>
2024-09-28 21:49:03 +10:00
Joel Davidow
84f5ace949
doc: Adds release date.
...
Signed-off-on-by: Joel Davidow <jdavidow@nso.edu>
2024-09-27 22:44:54 +00:00
Laura Flores
6cdef7ad93
doc/releases: add highlights section
...
Signed-off-by: Laura Flores <lflores@ibm.com>
2024-09-26 16:47:46 -05:00
Laura Flores
7075998a64
doc/releases: update squid release date
...
Signed-off-by: Laura Flores <lflores@ibm.com>
2024-09-26 12:26:18 -05:00
Zac Dover
0daba18f9a
doc/releases: Add warning about iSCSI bug
...
Add a warning about an iSCSI-related bug encountered when upgrading from
19.1.1 to 19.2.0.
Signed-off-by: Zac Dover <zac.dover@proton.me>
2024-09-27 02:21:09 +10:00
Laura Flores
6d010bb994
doc/releases: add fixes
...
Signed-off-by: Laura Flores <lflores@ibm.com>
2024-09-25 12:36:46 -05:00
Zac Dover
597e48b857
doc/releases: add Squid target release date
...
Add the target release date to doc/releases/releases.yml.
Signed-off-by: Zac Dover <zac.dover@proton.me>
Signed-off-by: Laura Flores <lflores@ibm.com>
2024-09-24 19:11:00 -05:00
Ilya Dryomov
589258241a
doc/releases: add rbd-wnbd scalability note
...
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2024-09-12 13:36:35 +02:00
Yaarit Hatuka
d8cd10243d
doc/releases: add Telemetry section
...
Signed-off-by: Yaarit Hatuka <yaarit@redhat.com>
2024-09-10 23:00:06 +00:00
matan
d8e4be257a
doc/releases: add Crimson/Seastore section
...
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
2024-09-08 11:11:14 +03:00
Laura Flores
d0a83cb03f
doc/releases: move Op tracker to mgr
...
Signed-off-by: Laura Flores <lflores@ibm.com>
2024-09-05 18:20:09 -05:00
Laura Flores
745f6f2c71
doc/releases: add more to RADOS section
...
Signed-off-by: Laura Flores <lflores@ibm.com>
2024-09-05 16:51:34 -05:00
Zac Dover
f78f7950df
doc: Add Squid 19.2.0 release notes
...
Add release notes for the first stable release of Ceph Squid (19.2.0).
Signed-off-by: Zac Dover <zac.dover@proton.me>
2024-09-05 09:51:21 +10:00
Anthony D'Atri
a610c147a8
doc/releases: Correct mimic.rst
...
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
2024-08-22 00:15:42 -04:00
Laura Flores
21a25f4124
doc/releases: add release note about thread creation incompatibility
...
Signed-off-by: Laura Flores <lflores@ibm.com>
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2024-07-24 11:45:20 -07:00
Yuri Weinstein
b687e2eeaf
doc: reef 18.2.4 release note
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2024-07-15 15:02:06 -07:00
Anthony D'Atri
8478774b4a
Merge pull request #56774 from idryomov/wip-doc-releases-reef-latest
...
doc: reorder "releases" entries for reef to fix the diagram
2024-04-09 17:28:26 -04:00
Ilya Dryomov
df5f07caa3
doc: reorder "releases" entries for reef to fix the diagram
...
The Gantt diagram currently shows "reef (latest 18.2.0)" instead of
18.2.2. This is because ReleasesGantt expects releases array to be
sorted in reverse order:
for code_name, info in releases.items():
last_release = info['releases'][0]
first_release = info['releases'][-1]
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2024-04-09 09:29:03 +02:00
Yuri Weinstein
4dfc69d16d
doc: moved pacific release to Archived Releases
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2024-04-08 12:34:12 -07:00
Yuri Weinstein
c8d28cb34e
Merge pull request #55972 from ceph/wip-yuriw-release-18.2.2-main
...
doc: reef 18.2.2 release notes
Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Redouane Kachach <rkachach@redhat.com>
2024-03-11 08:05:56 -07:00
Yuri Weinstein
181a671f9d
doc: reef 18.2.2 release notes
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2024-03-05 15:09:44 -08:00
Yuri Weinstein
da91b786ee
doc: 16.2.15 Release Notes
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Signed-off-by: Laura Flores <lflores@ibm.com>
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2024-03-01 08:12:54 -08:00
Zac Dover
d02178fdbd
doc/releases: edit reef.rst
...
Make minor corrections to doc/releases/reef.rst. These corrections were
suggested by Anthony D'Atri in https://github.com/ceph/ceph/pull/55049 .
Signed-off-by: Zac Dover <zac.dover@proton.me>
2024-01-04 00:20:51 +10:00
Laura Flores
d5ab720dc5
doc/releases: specify dashboard improvements
...
...and address other nits
Signed-off-by: Laura Flores <lflores@ibm.com>
2023-12-19 13:30:28 -06:00
Yuri Weinstein
60bf5e5967
doc: Add Reef 18.2.1 release notes
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Signed-off-by: Laura Flores <lflores@ibm.com>
2023-12-15 17:12:03 -06:00
Nizamudeen A
65cc32e1ab
doc: Release notes 17.2.7 with updated dashboard info
...
Signed-off-by: Nizamudeen A <nia@redhat.com>
2023-10-30 22:05:05 +05:30
Yuri Weinstein
60fb818a1c
doc: 17.2.7 Release Notes
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Signed-off-by: Laura Flores <lflores@ibm.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
2023-10-26 18:10:46 -05:00
Zac Dover
eab0be5ca5
doc/rados: remove FileStore material (in Reef)
...
Remove FileStore-related material because FileStore is not supported in
Reef.
Signed-off-by: Zac Dover <zac.dover@proton.me>
2023-10-14 04:40:26 +10:00
Ilya Dryomov
0795c27447
doc: 16.2.14 release notes follow-up
...
Address review comments that remained outstanding in
https://github.com/ceph/ceph/pull/53107 :
- CephFS capitalization
- missing PR in the list of changes
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2023-08-31 10:55:47 +02:00
Yuri Weinstein
5f95050e12
doc: 16.2.14 Release Notes
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2023-08-29 07:52:10 -07:00
Zac Dover
411017878e
doc: Add Reef 18.2.0 release notes
...
Add release notes for the first stable release of Ceph Reef (18.2.0).
Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Co-authored-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
Co-authored-by: Laura Flores <lflores@redhat.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
2023-08-07 13:37:37 -05:00
Yuri Weinstein
0b0354341b
doc: 16.2.13 Release Notes
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Signed-off-by: Laura Flores <lflores@redhat.com>
2023-05-09 16:39:23 -05:00
Yuri Weinstein
29228ecd14
Merge pull request #51055 from ceph/wip-yuriw-release-16.2.12-main
...
doc: 16.2.12 Release Notes
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Guillaume Abrioux <gabrioux@redhat.com>
Reviewed-by: Adam King adking@redhat.com
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
2023-04-14 09:23:26 -07:00
Yuri Weinstein
ff7791f67f
doc: 16.2.12 Release Notes
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2023-04-12 12:38:48 -07:00
Yuri Weinstein
23f85dba47
doc: 17.2.6 Release Notes
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Signed-off-by: Laura Flores <lflores@redhat.com>
2023-04-10 10:09:22 -05:00
Laura Flores
e68067f114
doc/releases: fix PR list
...
Signed-off-by: Laura Flores <lflores@redhat.com>
2023-01-25 14:53:33 -06:00
Yuri Weinstein
e118eb1021
doc: 16.2.11 Release Notes
...
See https://tracker.ceph.com/issues/58257#note-2 for details
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2023-01-25 11:54:07 -06:00
Anthony D'Atri
82c9fe989f
doc/releases: Clarify Quincy CephFS MDS upgrade process
...
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
2023-01-12 09:21:57 -05:00
Zac Dover
2f60b74691
doc/releases: fix prompts in quincy.rst
...
Fix prompts in quincy.rst so that they're unselectable. (I also
corrected one sentence.)
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-11-18 20:49:46 +10:00
Josh Durgin
c4ecf75360
doc/releases: mark octopus eol
...
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
2022-11-16 14:47:19 -05:00
Yuri Weinstein
d2f564b010
doc: 17.2.5 Release Notes
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Signed-off-by: Laura Flores <lflores@redhat.com>
2022-10-19 11:08:45 -05:00
Zac Dover
560d7590fd
doc/releases: improve grammar in pacific.rst
...
This commit accepts the grammar suggestions that were made by Cole
Mitchell in https://github.com/ceph/ceph/pull/48404 .
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-10-11 00:19:19 +10:00
Yuri Weinstein
6760084ba2
doc: 17.2.4 Release Notes
...
Fixes: https://tracker.ceph.com/issues/57472
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Signed-off-by: Laura Flores <lflores@redhat.com>
2022-09-30 14:59:03 -05:00
David Galloway
32f5fbbd57
doc: Add missing index links for 17.2.3
...
Signed-off-by: David Galloway <dgallowa@redhat.com>
2022-08-10 12:29:23 -04:00
Ilya Dryomov
3d18110c2b
doc/releases/octopus.rst: add note for CVE-2022-0670
...
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2022-08-10 11:15:51 +02:00
Ilya Dryomov
4588d4f431
doc/releases/octopus.rst: add note for rbd perf image iostat/iotop
...
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2022-08-10 11:15:51 +02:00
Matan Breizman
f9b9e146aa
doc/releases/octopus.rst: add release note for rados
...
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
2022-08-10 11:15:51 +02:00
Yuri Weinstein
cc80446127
doc: 15.2.17 Release Notes
...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2022-08-10 11:15:51 +02:00
Laura Flores
9da99242fb
doc/releases: add release note about "invalid regex" bug in mgr
...
Signed-off-by: Laura Flores <lflores@redhat.com>
2022-07-29 09:44:34 -05:00