Recent content by Fred Saunier

  1. F

    Cannot upgrade 7.3-3 to 7.3-6

    Removed buster repo, re-ran the update and dist-upgrade, same error messages: root@ci-px5:~# apt update Hit:1 http://ftp.be.debian.org/debian bullseye InRelease Hit:2 http://ftp.be.debian.org/debian bullseye-updates InRelease Hit:3 http://security.debian.org bullseye-security InRelease...
  2. F

    Cannot upgrade 7.3-3 to 7.3-6

    root@ci-px5:~# apt update Hit:1 http://ftp.be.debian.org/debian bullseye InRelease Hit:2 http://ftp.be.debian.org/debian bullseye-updates InRelease Hit:3 http://security.debian.org bullseye-security InRelease...
  3. F

    Cannot upgrade 7.3-3 to 7.3-6

    Hi, One of our pves refuses to upgrade from Proxmox 7.3-3 to 7.3-6: apt dist-upgrade returns a 'corrupted double-linked list' error, followed by a number of packages that are seemingly not (or no longer) installed: oot@ci-px5:~# apt dist-upgrade Reading package lists... Done Building...
  4. F

    VM unreachable when in multiple vlans

    Hello all, I have configured my proxmox 7.0 host bridge to be vlan-aware. I can set up vms in different vlans and it works flawlessly, so long as the vms have only 1 NIC. When I set up a VM to have 2 NICs, in 2 different VLANs, the vm become only reachable from its vlans, other vlan users get...
  5. F

    [SOLVED] Backing up /etc/pve ?

    Hey all, I'm trying to back up /etc (on the hypervisor) to pbs through cli : /usr/bin/proxmox-backup-client backup etc.pxar:/etc --repository prox1.mydomain.com:Backups The backup works well, except for /etc/pve -- which is empty. If I run the same command specifically on /etc/pve ...
  6. F

    Cannot re-add OSD

    The cluster is indeed up and running, and the pools are writable. How can I try and straighten things out manually regarding the auth settings to allow the creation OSDs?
  7. F

    Cannot re-add OSD

    Tried adding another osd in another host, and it also fails -- returning this error: stderr: [errno 13] RADOS permission denied (error connecting to the cluster) How can this be fixed?
  8. F

    Cannot re-add OSD

    I am also noticing that ceph auth ls does not return any client.bootstrap-osd section
  9. F

    Cannot re-add OSD

    Hello Forum, I cannot re-add an osd to Ceph, getting the following error message: auth: unable to find a keyring on /etc/pve/priv/ceph.client.bootstrap-osd.keyring: (2) No such file or directory I have found and read a number of posts relative to this issue, and tried to apply the offered...
  10. F

    Ceph Recovery after all monitors are lost?

    I was fortunate enough to have a backup copy of my crushmap (which I'll make sure I'll update after any modification to the OSDs). Here are the steps I took to restore my ceph environment successfully: 1. Restore crushmap ceph osd setcrushmap -i backup-crushmap The crush map now displays all...
  11. F

    Ceph Recovery after all monitors are lost?

    Hello, My 3 ceph monitors (v 15.2.14) have all crashed after their store.db have all become corrupted, to the point the only way I could see out of this was to destroy and re-create those monitors from scratch. The OSDs have been untouched since the crash, they stand in the state they were in...
  12. F

    Finding underlying chunks?

    I need to manually rescue a PBS storage, unfortunately. I was able to copy the vm folder, which gives me the list of the different backups for a given vm. How can I identify the underlying chunks, in an attempt to restore one backup, even if not the latest?
  13. F

    Import disks into new pbs?

    I have now created a new virtual disk, where I have sent a copy of /mnt/storage/vm/3004. How can I identify the correct chunks that also need to be copied (the underlying data) ? Thanks, F.
  14. F

    Import disks into new pbs?

    I now have access to the storages, by declaring them in /etc/proxmox-backup/datastore.cfg. I suspect some disks are flawed to some degree, as the pbs is having a difficult time reading their contents. However, through command line, I can browse to /mnt/storage/vm/3004. Is there a way to...
  15. F

    Import disks into new pbs?

    Hello, Is it possible to import existing storage disks into a new pbs install? I have had a crash on my existing pbs (vm in a ceph environment). I can create a new pbs vm and give it the virtual drives storing all the backup data. How do I then import those data into the new pbs instance...