meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
vm:proxmox:issues:update63 [2020/11/26 20:31] niziakvm:proxmox:issues:update63 [2020/11/27 20:36] niziak
Line 44: Line 44:
  
 <code bash> <code bash>
 +systemctl status ceph-{mon,mgr}@pve5
 +● ceph-mon@pve5.service - Ceph cluster monitor daemon
 +   Loaded: loaded (/lib/systemd/system/ceph-mon@.service; enabled; vendor preset: enabled)
 +  Drop-In: /usr/lib/systemd/system/ceph-mon@.service.d
 +           └─ceph-after-pve-cluster.conf
 +   Active: inactive (dead)
 +
 +● ceph-mgr@pve5.service - Ceph cluster manager daemon
 +   Loaded: loaded (/lib/systemd/system/ceph-mgr@.service; enabled; vendor preset: enabled)
 +  Drop-In: /usr/lib/systemd/system/ceph-mgr@.service.d
 +           └─ceph-after-pve-cluster.conf
 +   Active: inactive (dead)
 +</code>
 +
 +<code bash>
 +systemctl restart ceph-mon.target
 systemctl restart ceph-mgr.target systemctl restart ceph-mgr.target
 systemctl restart ceph-mds.target systemctl restart ceph-mds.target
 </code> </code>
 +
 +
 +[[https://forum.proxmox.com/threads/no-gui-nor-ssh-after-upgrade-6-1-6-3-needs-manual-restart-of-services.79688/]]
 +[[https://forum.proxmox.com/threads/upgrade-to-proxmox-6-3-failure.79685/|Upgrade to ProxMox 6.3 failure]]