Dmitry Lihachev

Results 6 issues of Dmitry Lihachev

will produce following output: Namevalue instead of expected output: Namevalue

todo

so it wants to make SecondDB migrations in main DB

#### Does this PR introduce a user-facing change? ```release-note None ``` Currently podman calls `conmon` with `--exit-dir` & `--persist-dir` flags, so conmon creates two exit files - one in the...

stale-pr
release-note-none

### Issue Description Since #21523 podman runs conmon with args `--exit-dir` and `--persist-dir`. After calling `conmon` it removes exit-dir/ctr-id and persist-dir/ctr-id/oom files. However, the persist-dir/ctr-id directory and the persist-dir/ctr-id/exit file...

kind/bug
stale-issue

`set -o nounset` or `set -u` causes bash treat unset variables as an error when performing parameter expansion. Unfortunately, bash-git-prompt has may of these errors. ``` bash: GIT_PROMPT_FETCH_REMOTE_STATUS: unbound variable...