* [PATCH docs 0/2] update admin guide for Ceph Tentacle
@ 2026-05-20 11:44 Michael Köppl
2026-05-20 11:44 ` [PATCH docs 1/2] package-repos: switch Ceph stable release to Tentacle Michael Köppl
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Michael Köppl @ 2026-05-20 11:44 UTC (permalink / raw)
To: pve-devel
Since Ceph 20.2 "Tentacle" is the new stable default, update the admin
guide accordingly to list both available stable releases and link to the
Tentacle version of the Ceph docs.
pve-docs:
Michael Köppl (2):
package-repos: switch Ceph stable release to Tentacle
asciidoc conf: update ceph base url for Ceph 20.2 Tentacle
asciidoc/asciidoc-pve.conf | 2 +-
pve-package-repos.adoc | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
Summary over all repositories:
2 files changed, 4 insertions(+), 4 deletions(-)
--
Generated by murpp 0.11.0
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH docs 1/2] package-repos: switch Ceph stable release to Tentacle
2026-05-20 11:44 [PATCH docs 0/2] update admin guide for Ceph Tentacle Michael Köppl
@ 2026-05-20 11:44 ` Michael Köppl
2026-05-20 11:44 ` [PATCH docs 2/2] asciidoc conf: update ceph base url for Ceph 20.2 Tentacle Michael Köppl
2026-05-20 11:57 ` applied: [PATCH docs 0/2] update admin guide for Ceph Tentacle Thomas Lamprecht
2 siblings, 0 replies; 4+ messages in thread
From: Michael Köppl @ 2026-05-20 11:44 UTC (permalink / raw)
To: pve-devel
As Ceph 20.2 "Tentacle" is now the new stable default, update the
ceph-release entry and the Ceph release table accordingly.
Signed-off-by: Michael Köppl <m.koeppl@proxmox.com>
---
pve-package-repos.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc
index 8144a056..41bdece1 100644
--- a/pve-package-repos.adoc
+++ b/pve-package-repos.adoc
@@ -200,7 +200,7 @@ disable the old Ceph repository.
// - below variables (used in below headings and example ceph.sources files)
// - the Ceph release table
:pve-version: 9
-:ceph-release: ceph-squid
+:ceph-release: ceph-tentacle
:suite: trixie
[[ceph_release_table]]
@@ -218,10 +218,10 @@ that all system updates are installed and that this page has been reloaded.
[caption="", cols="<8,^8,^6,^7,^5"]
|===
| | {eol} |**`enterprise`**|**`no-subscription`**|**`test`**
-|**`ceph-squid`** |2026-09 (v19.2)|{r}|{a}|{a}
+|**`ceph-tentacle`**|2027-11 (v20.2)|{r}|{a}|{a}
+|**`ceph-squid`** |2026-09 (v19.2)|{a}|{a}|{a}
|===
-//|**`ceph-tentacle`**| {u}|{u}|{u}|{u}
.Ceph repositories for {pve} {pve-version}
--
2.47.3
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH docs 2/2] asciidoc conf: update ceph base url for Ceph 20.2 Tentacle
2026-05-20 11:44 [PATCH docs 0/2] update admin guide for Ceph Tentacle Michael Köppl
2026-05-20 11:44 ` [PATCH docs 1/2] package-repos: switch Ceph stable release to Tentacle Michael Köppl
@ 2026-05-20 11:44 ` Michael Köppl
2026-05-20 11:57 ` applied: [PATCH docs 0/2] update admin guide for Ceph Tentacle Thomas Lamprecht
2 siblings, 0 replies; 4+ messages in thread
From: Michael Köppl @ 2026-05-20 11:44 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Michael Köppl <m.koeppl@proxmox.com>
---
asciidoc/asciidoc-pve.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/asciidoc/asciidoc-pve.conf b/asciidoc/asciidoc-pve.conf
index 2aa1c4b9..cafaff6e 100644
--- a/asciidoc/asciidoc-pve.conf
+++ b/asciidoc/asciidoc-pve.conf
@@ -16,5 +16,5 @@ author=Proxmox Server Solutions GmbH
email=support@proxmox.com
endif::docinfo1[]
ceph=http://ceph.com[Ceph]
-cephdocs-url=https://docs.ceph.com/en/squid
+cephdocs-url=https://docs.ceph.com/en/tentacle
iconsdir=/usr/share/asciidoc/icons
--
2.47.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* applied: [PATCH docs 0/2] update admin guide for Ceph Tentacle
2026-05-20 11:44 [PATCH docs 0/2] update admin guide for Ceph Tentacle Michael Köppl
2026-05-20 11:44 ` [PATCH docs 1/2] package-repos: switch Ceph stable release to Tentacle Michael Köppl
2026-05-20 11:44 ` [PATCH docs 2/2] asciidoc conf: update ceph base url for Ceph 20.2 Tentacle Michael Köppl
@ 2026-05-20 11:57 ` Thomas Lamprecht
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Lamprecht @ 2026-05-20 11:57 UTC (permalink / raw)
To: pve-devel, Michael Köppl
On Wed, 20 May 2026 13:44:13 +0200, Michael Köppl wrote:
> Since Ceph 20.2 "Tentacle" is the new stable default, update the admin
> guide accordingly to list both available stable releases and link to the
> Tentacle version of the Ceph docs.
>
>
> pve-docs:
>
> [...]
Applied, thanks!
[1/2] package-repos: switch Ceph stable release to Tentacle
commit: 838ba4bef6e43d9f6c5af4ed6dc7d72881f4362f
[2/2] asciidoc conf: update ceph base url for Ceph 20.2 Tentacle
commit: 3df0b4398515cf38cb422a89de3fd22353d0f981
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-05-20 11:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20 11:44 [PATCH docs 0/2] update admin guide for Ceph Tentacle Michael Köppl
2026-05-20 11:44 ` [PATCH docs 1/2] package-repos: switch Ceph stable release to Tentacle Michael Köppl
2026-05-20 11:44 ` [PATCH docs 2/2] asciidoc conf: update ceph base url for Ceph 20.2 Tentacle Michael Köppl
2026-05-20 11:57 ` applied: [PATCH docs 0/2] update admin guide for Ceph Tentacle Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox