Change of defaults and ceph service improvements

- Remove essential flag from services that don't deserve it
- Rename default ceph services without instances
- Automatically get ID of ceph daemons from hostname
- Automatically mount /boot and /boot/efi as part of core bundle
This commit is contained in:
Alex D. 2023-01-18 08:53:16 +00:00
parent 5610aa4335
commit 5aa973d190
Signed by: caskd
GPG Key ID: E5AE8A47B8EFC7ED
23 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
. ../../APKBUILD.template
pkgname=nnd-s6-services
pkgver=2.4
pkgver=2.5
pkgrel=0
pkgdesc="Base services for s6"
depends="s6-rc s6-portable-utils s6-linux-utils"

View File

@ -1,5 +1,5 @@
#!/bin/execlineb -P
export DAEMON mds
export ID 0
backtick -D '0' ID hostname
exec /usr/libexec/nnd/s6/ceph

View File

@ -1,5 +1,5 @@
#!/bin/execlineb -P
export DAEMON mgr
export ID 0
backtick -D '0' ID hostname
exec /usr/libexec/nnd/s6/ceph

View File

@ -1,5 +1,5 @@
#!/bin/execlineb -P
export DAEMON mon
export ID 0
backtick -D '0' ID hostname
exec /usr/libexec/nnd/s6/ceph

View File

@ -1,4 +1,4 @@
ceph.osd.0
ceph.mon.0
ceph.mds.0
ceph.mgr.0
ceph.mon
ceph.mds
ceph.mgr