Mario Flach

Results 15 comments of Mario Flach

My current workaround is to use [`tokio::task::spawn_blocking()`](https://docs.rs/tokio/0.2.22/tokio/task/fn.spawn_blocking.html): > In general, issuing a blocking call or performing a lot of compute in a future without yielding is not okay, as it...

@sleipnir, I'm in the same boat. Currently looking for a way to start my processes on a specific node. My app require a specific node based on volume id (disk...

@arjan like I stated in my previous comment, the `identifier` passed to `choose_node/2` is not very usable because it's the hash of child_spec without `:id`. So how do I filter...

From the source-code, only `lib/ioc-globals` and `lib/ioc-zsh` require changes. Other utility scripts use `${pool}/iocell` which is always relative to the ZFS pool initialised with `iocell activate $POOL`.

This PR should only affect new iocell installations (when running `iocell activate $POOL`). It affects the ZFS mounting point when activating the service for the first time. After activation all...