coreos / torus

Torus Distributed Storage
https://coreos.com/blog/torus-distributed-storage-by-coreos.html
Apache License 2.0
1.78k stars 172 forks source link

support systemd sd-notify in torusblk nbd #443

Open mischief opened 7 years ago

mischief commented 7 years ago

it would be useful to support systemd's notify mechanism in torusblk nbd.

the use case here is a systemd unit with Type=notify for torusblk nbd, and having a corresponding .mount unit which has a Wants= for the torusblk nbd unit.

that way, the mount unit is delayed until the nbd block device is being served.