Oyvind Albrigtsen
Oyvind Albrigtsen
Updated to create it in the validate-all action.
I have updated the patch based on his concern. I think it's an easy fix to avoid annoyances when you forget to create the directory.
We do not want to rewrite this from scratch, as it's likely to introduce new issues to users where it worked fine before.
Maybe a fix would be to add `[ -z "$TERM" ] && TERM="xterm"`?
Ah. Fixing it in kamctl would be even better :+1:
We have a customer who's somehow able to to make it break with upper-case hostnames without this.
It's a customer of a customer, so we're having issues getting all the info regarding how they've managed it, but it seems to work fine with this patch.
Feel free to make a Pull Request with the change.
Does this also work if the device is not yet known? Like if a fs is just created from another node on shared storage.