be244f1ec2
in nautilus there is no ceph-disk anymore and osd activation does not use udev anymore so this service is not needed anymore remove it and do not copy it when installing a new ceph cluster in pve-storage.target we replace ceph.service with ceph.target Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
12 lines
238 B
SYSTEMD
12 lines
238 B
SYSTEMD
[Unit]
|
|
Description=PVE Storage Target
|
|
Wants=remote-fs.target
|
|
After=remote-fs.target
|
|
After=ceph.target
|
|
After=ceph-mon.target
|
|
After=ceph-osd.target
|
|
After=ceph-mds.target
|
|
After=ceph-mgr.target
|
|
After=glusterd.service
|
|
After=open-iscsi.service
|