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 revisionBoth sides next revision
vm:proxmox:issues:update63 [2020/11/26 20:31] niziakvm:proxmox:issues:update63 [2020/11/26 21:00] 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