Project

General

Profile

Actions

Bug #45087

closed

cephadm: add-repo: cephadm uses the container image ID as Debian repo base

Added by Tobias Fischer about 4 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Category:
cephadm
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

installed cephadm last week according to docu and added repo via cephadm:

# curl --silent --remote-name --location https://github.com/ceph/ceph/raw/octopus/src/cephadm/cephadm
# chmod +x cephadm
# ./cephadm add-repo --release octopus
# ./cephadm install

following repo gets added: /etc/apt/sources.list.d/ceph.list

deb https://hub.docker.com/layers/ceph/ceph/v15.2/images/sha256-1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992/debian-15.2.0/ buster main

today i ran an apt update. got following error:

Get:11 https://hub.docker.com/layers/ceph/ceph/v15.2/images/sha256-1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992/debian-15.2.0 buster InRelease [2,110 B]
Err:11 https://hub.docker.com/layers/ceph/ceph/v15.2/images/sha256-1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992/debian-15.2.0 buster InRelease
  Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)

when I replace the ceph.list with offcial ceph repo:

deb https://download.ceph.com/debian-octopus/ buster main

it works.

Actions #1

Updated by Sebastian Wagner almost 4 years ago

  • Subject changed from cephadm: update of repository added by cephadm fails - Clearsigned file isn't valid, got 'NOSPLIT' to cephadm: add-repo: cephadm uses the container image ID as Debian repo base
  • Description updated (diff)

Right, That doesn't make sense.

Actions #2

Updated by Sebastian Wagner almost 4 years ago

  • Status changed from New to Triaged
Actions #3

Updated by Sebastian Wagner almost 3 years ago

  • Status changed from Triaged to Duplicate
Actions #4

Updated by Sebastian Wagner almost 3 years ago

  • Status changed from Duplicate to New
Actions #5

Updated by Redouane Kachach Elhichou about 2 years ago

  • Assignee set to Redouane Kachach Elhichou
Actions #6

Updated by Redouane Kachach Elhichou about 2 years ago

Cannot reproduce this issue. Please re-open if you can provide an env where it can be reproduced.

My setup: VM running Ubuntu 20.40

root@ubuntu2004:~# curl --silent --remote-name --location https://github.com/ceph/ceph/raw/octopus/src/cephadm/cephadm
root@ubuntu2004:~# chmod +x cephadm 
root@ubuntu2004:~# ./cephadm add-repo --release octopus
Installing repo GPG key from https://download.ceph.com/keys/release.asc...
Installing repo file at /etc/apt/sources.list.d/ceph.list...
root@ubuntu2004:~# 
root@ubuntu2004:~# cat /etc/apt/sources.list.d/ceph.list 
deb https://download.ceph.com/debian-octopus/ focal main

The content of /etc/apt/sources.list.d/ceph.list seems to be OK and no image is used.

Actions #7

Updated by Redouane Kachach Elhichou about 2 years ago

  • Status changed from New to Can't reproduce
Actions #8

Updated by Redouane Kachach Elhichou almost 2 years ago

  • Status changed from Can't reproduce to Closed
Actions

Also available in: Atom PDF