mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 05:52:32 +00:00
rename pve.conf to ceph-after-pve-cluster.conf
This commit is contained in:
parent
b8fb9fb028
commit
cf41f67abf
@ -26,13 +26,13 @@ install: ${SCRIPTS}
|
|||||||
install -d ${SERVICEDIR}
|
install -d ${SERVICEDIR}
|
||||||
install -m 0644 ${SERVICES} ${SERVICEDIR}
|
install -m 0644 ${SERVICES} ${SERVICEDIR}
|
||||||
install -d ${SERVICEDIR}/ceph-mon@.service.d
|
install -d ${SERVICEDIR}/ceph-mon@.service.d
|
||||||
install -m 0644 pve.conf ${SERVICEDIR}/ceph-mon@.service.d
|
install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mon@.service.d
|
||||||
install -d ${SERVICEDIR}/ceph-osd@.service.d
|
install -d ${SERVICEDIR}/ceph-osd@.service.d
|
||||||
install -m 0644 pve.conf ${SERVICEDIR}/ceph-osd@.service.d
|
install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-osd@.service.d
|
||||||
install -d ${SERVICEDIR}/ceph-disk@.service.d
|
install -d ${SERVICEDIR}/ceph-disk@.service.d
|
||||||
install -m 0644 pve.conf ${SERVICEDIR}/ceph-disk@.service.d
|
install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-disk@.service.d
|
||||||
install -d ${SERVICEDIR}/ceph-mds@.service.d
|
install -d ${SERVICEDIR}/ceph-mds@.service.d
|
||||||
install -m 0644 pve.conf ${SERVICEDIR}/ceph-mds@.service.d
|
install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mds@.service.d
|
||||||
install -d ${DESTDIR}/usr/share/doc/{$PACKAGE}/examples/
|
install -d ${DESTDIR}/usr/share/doc/{$PACKAGE}/examples/
|
||||||
install -m 0644 ceph.service ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/ceph.service
|
install -m 0644 ceph.service ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/ceph.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user