File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11exec : contd --broker unix:///var/run/redis.sock --root /var/cache/modules/contd
2+ test : zbusdebug --module container
23after :
34 - containerd
45 - boot
Original file line number Diff line number Diff line change 11exec : flistd --broker unix:///var/run/redis.sock --root /var/cache/modules/flistd
2+ test : zbusdebug --module flist
23after :
34 - boot
45 # identityd is added to make sure all binaries are up to date
Original file line number Diff line number Diff line change 11exec : gateway --broker unix:///var/run/redis.sock --root /var/cache/modules/gateway
2+ test : zbusdebug --module gateway
23after :
34 - boot
45 - networkd
Original file line number Diff line number Diff line change 11exec : ip netns exec ndmz noded --broker unix:///var/run/redis.sock
2+ test : zbusdebug --module node
23after :
34 - boot
45 - networkd
Original file line number Diff line number Diff line change 11# provisind runs inside ndmz. the ndmz has rules to accept connection to
22# provisiond address :2021
33exec : provisiond --broker unix:///var/run/redis.sock --root /var/cache/modules/provisiond
4+ test : zbusdebug --module provision
45after :
56 - boot
67 - flistd
Original file line number Diff line number Diff line change 11exec : qsfsd --broker unix:///var/run/redis.sock --root /var/cache/modules/qsfsd
2+ test : zbusdebug --module qsfsd
23after :
34 - boot
45 - contd
Original file line number Diff line number Diff line change 11exec : storaged --broker unix:///var/run/redis.sock
22# we only consider the storaged is running only if the /var/cache is mounted
3- test : mountpoint /var/cache
3+ test : sh -c " mountpoint /var/cache && zbusdebug --module storage"
44after :
55 - node-ready
Original file line number Diff line number Diff line change 11exec : vmd --broker unix:///var/run/redis.sock
2+ test : zbusdebug --module vmd
23after :
34 - boot
45 - networkd
You can’t perform that action at this time.
0 commit comments