pveceph: fix variable name and file ending for deb822 formatted ceph repo
In commit405fcbc1e("pveceph: switch repo sources to modern deb822 format") we switched away from single-line repos, but the later rebased commit9c0ac59e0("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 <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6d8d8d567b
commit
360e906d53
1 changed files with 1 additions and 1 deletions
|
|
@ -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'}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue