meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vm:proxmox:issues:update63 [2020/11/26 20:28] – created niziak | vm:proxmox:issues:update63 [2020/11/27 20:47] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Update 6.2 to 6.3 ====== | ====== Update 6.2 to 6.3 ====== | ||
| + | |||
| + | |||
| + | ===== failed to load local private key ===== | ||
| + | |||
| + | Node is reachable from SSH but PVE services are not working correctly. Journal shows: | ||
| + | < | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | Directory `/etc/pve` is empty. No cluster FS propagated. | ||
| + | <code bash> | ||
| + | |||
| + | Propagte Cluster FS but still errors in journal: | ||
| + | < | ||
| + | Nov 26 19:20:13 pve5 pmxcfs[31368]: | ||
| + | Nov 26 19:20:13 pve5 pmxcfs[31368]: | ||
| + | </ | ||
| + | |||
| + | reboot solves problem :( | ||
| + | |||
| + | But another problem with CEPH appear (see below): | ||
| + | |||
| + | < | ||
| + | lis 26 20:07:01 pve3 kernel: libceph: mon4 (1)192.168.28.235: | ||
| + | lis 26 20:07:02 pve3 kernel: libceph: mon4 (1)192.168.28.235: | ||
| + | lis 26 20:07:03 pve3 kernel: libceph: mon4 (1)192.168.28.235: | ||
| + | lis 26 20:07:08 pve3 kernel: libceph: mon0 (1)192.168.28.230: | ||
| + | lis 26 20:07:13 pve3 kernel: libceph: mon2 (1)192.168.28.233: | ||
| + | lis 26 20:07:14 pve3 kernel: libceph: mon2 (1)192.168.28.233: | ||
| + | lis 26 20:07:15 pve3 kernel: libceph: mon2 (1)192.168.28.233: | ||
| + | lis 26 20:07:16 pve3 kernel: libceph: mon4 (1)192.168.28.235: | ||
| + | lis 26 20:07:17 pve3 kernel: libceph: mon4 (1)192.168.28.235: | ||
| + | lis 26 20:07:18 pve3 kernel: libceph: mon4 (1)192.168.28.235: | ||
| + | lis 26 20:07:18 pve3 mount[7891]: | ||
| + | lis 26 20:07:18 pve3 systemd[1]: mnt-pve-cephfs.mount: | ||
| + | lis 26 20:07:18 pve3 systemd[1]: mnt-pve-cephfs.mount: | ||
| + | lis 26 20:07:18 pve3 systemd[1]: Failed to mount / | ||
| + | lis 26 20:07:18 pve3 pvestatd[2923]: | ||
| + | lis 26 20:07:18 pve3 kernel: ceph: No mds server is up or the cluster is laggy | ||
| + | lis 26 20:07:24 pve3 pvestatd[2923]: | ||
| + | lis 26 20:07:24 pve3 pvestatd[2923]: | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | systemctl status ceph-{mon, | ||
| + | ● ceph-mon@pve5.service - Ceph cluster monitor daemon | ||
| + | | ||
| + | Drop-In: / | ||
| + | | ||
| + | | ||
| + | |||
| + | ● ceph-mgr@pve5.service - Ceph cluster manager daemon | ||
| + | | ||
| + | Drop-In: / | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | systemctl restart ceph-mon.target | ||
| + | systemctl restart ceph-mgr.target | ||
| + | systemctl restart ceph-mds.target | ||
| + | </ | ||
| + | |||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | Yesterday evening (26.11.2020) Proxmox releases some fixes to CEPH packages: | ||
| + | |||
| + | {{: | ||