From 360e906d53e4e743c2e163e87b43ab05abcfd98a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 6 Oct 2025 19:10:39 +0200 Subject: [PATCH] pveceph: fix variable name and file ending for deb822 formatted ceph repo In commit 405fcbc1e ("pveceph: switch repo sources to modern deb822 format") we switched away from single-line repos, but the later rebased commit 9c0ac59e0 ("fix #5244 pveceph: install: add new repository for offline installation") seemingly missed that change and was not re-tested, thus it referenced the previous variable name and old file ending, as this was already pushed let's fix it as this follow-up. Fixes: 9c0ac59e0 ("fix #5244 pveceph: install: add new repository for offline installation") Signed-off-by: Thomas Lamprecht --- PVE/CLI/pveceph.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm index ac1e0400..b5376cba 100755 --- a/PVE/CLI/pveceph.pm +++ b/PVE/CLI/pveceph.pm @@ -209,7 +209,7 @@ EOF } if ($repo ne "manual") { - PVE::Tools::file_set_contents("/etc/apt/sources.list.d/ceph.list", $repolist); + PVE::Tools::file_set_contents("/etc/apt/sources.list.d/ceph.sources", $repo_source); if ($available_ceph_releases->{$cephver}->{unsupported}) { if ($param->{'allow-experimental'}) {