public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ceph-after-pve-cluster: enable for ceph-volume, disable for ceph-disk
@ 2022-07-18 14:09 Aaron Lauterer
  2022-07-19 15:22 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Lauterer @ 2022-07-18 14:09 UTC (permalink / raw)
  To: pve-devel

The ceph-disk service seems to have been removed with octopus (v15) and
we did not yet have them for ceph-volume which could lead to some
startup issues in cases where the pve-cluster service did not start fast
enough.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
---
 services/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/Makefile b/services/Makefile
index b46c7119..75809a37 100644
--- a/services/Makefile
+++ b/services/Makefile
@@ -25,8 +25,8 @@ install: ${SERVICES}
 	install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mgr@.service.d
 	install -d ${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 -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-disk@.service.d
+	install -d ${SERVICEDIR}/ceph-volume@.service.d
+	install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-volume@.service.d
 	install -d ${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/
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH manager] ceph-after-pve-cluster: enable for ceph-volume, disable for ceph-disk
  2022-07-18 14:09 [pve-devel] [PATCH manager] ceph-after-pve-cluster: enable for ceph-volume, disable for ceph-disk Aaron Lauterer
@ 2022-07-19 15:22 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-07-19 15:22 UTC (permalink / raw)
  To: Proxmox VE development discussion, Aaron Lauterer

Am 18/07/2022 um 16:09 schrieb Aaron Lauterer:
> The ceph-disk service seems to have been removed with octopus (v15) and
> we did not yet have them for ceph-volume which could lead to some
> startup issues in cases where the pve-cluster service did not start fast
> enough.
> 
> Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
> ---
>  services/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-19 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 14:09 [pve-devel] [PATCH manager] ceph-after-pve-cluster: enable for ceph-volume, disable for ceph-disk Aaron Lauterer
2022-07-19 15:22 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal