uxc: check for required blockd mounts
authorDaniel Golle <daniel@makrotopia.org>
Wed, 14 Jul 2021 22:23:40 +0000 (23:23 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 15 Jul 2021 17:08:12 +0000 (18:08 +0100)
commited96eda0a2a15c8ee801c4c26e8fe5bd241f83e9
tree73c246b74fbc659fe10aa6081ae37c95acf47caa
parent0114c6fc8beae0334e7e2f924e64ab09af046702
uxc: check for required blockd mounts

When calling `uxc boot` it can happen that some required storage
volumes are not yet mounted. Make sure mountpoints exist for all
required volumes before starting a container using `uxc boot`.
(uxc' init-script will take care of calling `uxc boot` every time
a new block mount is added)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c