Trouble upgrading 5 to 6 (...newbe in action)

Oct 27, 2021
1
0
1
47
Following a step-by-step guide to upgrade Proxmox 5.x to 6, I (IT skilled but a real newbie in Linux environment) did some mistake .
It was all ok until I tried to update ceph (module we're not using because of a single server enviroment that we want to evolve in a little server cluster but only after 5->6 and then 6->7 upgrade).

Now my pve5to6 reports some failure I'm not able to resolve.

-------------------------------

root@pve:~# pve5to6

= CHECKING VERSION INFORMATION FOR PVE PACKAGES =

Checking for package updates..

PASS: all packages uptodate



Checking proxmox-ve package version..

Type '“deb' is not known on line 1 in source list /etc/apt/sources.list.d/ceph.list

The list of sources could not be read.

FAIL: unable to retrieve package version information- unable to initialize AptPkg::Cache



Checking for installed stock Debian Kernel..

Type '“deb' is not known on line 1 in source list /etc/apt/sources.list.d/ceph.list

The list of sources could not be read.

FAIL: unable to initialize AptPkg::Cache



PASS: Stock Debian kernel package not installed.

= CHECKING CLUSTER HEALTH/SETTINGS =

SKIP: standalone node.

= CHECKING HYPER-CONVERGED CEPH STATUS =

SKIP: no hyper-converged ceph setup detected!

= CHECKING CONFIGURED STORAGES =

PASS: storage 'local-lvm' enabled and active.

PASS: storage 'kalliope' enabled and active.

PASS: storage 'local' enabled and active.

= MISCELLANEOUS CHECKS =

INFO: Checking common daemon services..

PASS: systemd unit 'pveproxy.service' is in state 'active'

PASS: systemd unit 'pvedaemon.service' is in state 'active'

PASS: systemd unit 'pvestatd.service' is in state 'active'

INFO: Checking for running guests..

PASS: no running guest detected.

INFO: Checking if the local node's hostname 'pve' is resolvable..

INFO: Checking if resolved IP is configured on local node..

PASS: Resolved node IP '192.168.2.59' configured and active on single interface.

INFO: Check node certificate's RSA key size

PASS: Certificate 'pve-root-ca.pem' passed Debian Busters security level for TLS connections (4096 >= 2048)

PASS: Certificate 'pve-ssl.pem' passed Debian Busters security level for TLS connections (2048 >= 2048)

INFO: Checking KVM nesting support, which breaks live migration for VMs using it..

PASS: KVM nested parameter not set.

INFO: Checking VMs with OVMF enabled and bad efidisk sizes...

PASS: No VMs with OVMF and problematic efidisk found.

= SUMMARY =

TOTAL: 18

PASSED: 14

SKIPPED: 2

WARNINGS: 0

FAILURES: 2

ATTENTION: Please check the output for detailed information!

Try to solve the problems one at a time and then run this checklist tool again.

-------------------------------

Can someone kindly give me some advice to solve that?
Thank you in advance, regards.
 
Type '“deb' is not known on line 1 in source list /etc/apt/sources.list.d/ceph.list

The list of sources could not be read.

FAIL: unable to retrieve package version information- unable to initialize AptPkg::Cache
can you post the content of that file?


it seems there are some quotes (") where there should not be