Search results

  1. E

    [SOLVED] Lots of audit messages in dmesg post upgrade to PVE 9

    This is a known issue after upgrade due changes made to systemd defaults. As shown in this section of the upgrade process, audit logging is disabled by default in Bookworm, and in Trixie this audit log is enabled. systemctl disable --now systemd-journald-audit.socket...
  2. E

    Move PBS backup to new 10G nic.

    You can add a new network interface in the range 192.168.2.x for backups in your cluster to use the storage network of your PBS.
  3. E

    Live-migrate outside of cluster

    Yes, is the problem I recently test granting permissions and it appears to start working. But destination version is not the same and throws an error. Thanks spirit
  4. E

    Live-migrate outside of cluster

    I tried to do a test migration from one cluster to another: qm remote-migrate 2644 2644 apitoken='PVEAPIToken=xxxxxxxxxxxx',host=10.0.3.106,fingerprint=XX:XX:XX,port=8006 --target-storage osdpool --target-bridge vmbr0:vmbr0 --online But always show an error "remote: storage 'osdpool' does not...
  5. E

    Ceph OSD not initializing

    Ok, rebooting nodes, all seems correct again. Thanks!!!!
  6. E

    Ceph OSD not initializing

    Ok, it will try later (cluster is in production) Thanks. I will keep informed
  7. E

    Ceph OSD not initializing

    Ok, it works sgdisk -Z /dev/sde Creating new GPT entries. GPT data structures destroyed! You may now partition the disk using fdisk or other utilities. Bu I can't still create OSD in the affected disks
  8. E

    Ceph OSD not initializing

    ceph-volume lvm zap /dev/sdf --destroy Because after pveceph osd destroy 9 I have no OSD pveceph osd destroy 9 --cleanup no such OSD '9' But folder exists drwxrwxrwt 2 ceph ceph 180 Sep 12 09:47 ceph-0 drwxrwxrwt 2 ceph ceph 180 Sep 12 09:47 ceph-1 drwxrwxrwt 2 ceph ceph 300 Sep 22...
  9. E

    Ceph OSD not initializing

    I I'm trying to restart the process again I have made a ceph osd out osd.9 ceph osd safe-to-destroy osd.9 systemctl stop ceph-osd@9.service pveceph osd destroy 9 And when I try to zap the device the process is running for at least 1 hour, after I kill it
  10. E

    Ceph OSD not initializing

    In the Ceph OSD tree these OSD don't appear. Yes, yo can only see 'received interrupt' because after 2 hours I cancel the process
  11. E

    Ceph OSD not initializing

    pveversion -v <code> proxmox-ve: 6.2-1 (running kernel: 5.4.60-1-pve) pve-manager: 6.2-11 (running version: 6.2-11/22fb4983) pve-kernel-5.4: 6.2-6 pve-kernel-helper: 6.2-6 pve-kernel-5.3: 6.1-6 pve-kernel-5.0: 6.0-11 pve-kernel-5.4.60-1-pve: 5.4.60-2 pve-kernel-5.4.44-2-pve: 5.4.44-2...
  12. E

    Ceph OSD not initializing

    The problem is here Running command: /bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring mon getmap -o /var/lib/ceph/osd/ceph-13/activate.monmap stderr: 2020-09-22 09:06:49.013 7faf3d862700 -1 auth: unable to find a keyring on...
  13. E

    Ceph OSD not initializing

    Recently I put new drives into a Proxmox cluster with Ceph, when I create the new OSD, the process hangs and keep in creating for a long time. I wait for almos one hour after I stop it. Then the OSD appears but down and as outdated Proxmox Version 6,2,11 Ceph Version 14.2.11 Ceph OSD...