Add multipath and vfio

This commit is contained in:
Alex D. 2023-03-10 19:58:38 +00:00
parent 1d096e387d
commit a76685466b
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
19 changed files with 33 additions and 1 deletions

View File

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

View File

@ -0,0 +1 @@
multipathd

View File

@ -0,0 +1 @@
3

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export NAME multipathd
/usr/libexec/nnd/s6/logger

View File

@ -0,0 +1 @@
longrun

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export MODULE dm-multipath
/usr/libexec/nnd/s6/rmmod

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export MODULE dm-multipath
/usr/libexec/nnd/s6/modprobe

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export MODULE vfio
exec /usr/libexec/nnd/s6/rmmod

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export MODULE vfio
exec /usr/libexec/nnd/s6/modprobe

View File

@ -0,0 +1 @@
logger.multipathd

View File

@ -0,0 +1,5 @@
#!/bin/execlineb -P
s6-envdir -i /etc/s6/env/path
emptyenv -p
multipathd -d -v 3

View File

@ -0,0 +1 @@
longrun