nbs icon indicating copy to clipboard operation
nbs copied to clipboard

Run mount from script to make initctl.sh kill/terminate work correctly with mount processes

Open Aspirisha opened this issue 5 months ago • 1 comments

Before this change, we saved pid of piped grep instead of mounting process. Besides that, ./initctl.sh expects that pids saved in pids.txt to correspond to parents of actual processes that are required to be killed, so we add dedicated mount.sh script that will serve as such parent process, and we save its pid instead.

Aspirisha avatar Nov 05 '25 19:11 Aspirisha

Hi! Thank you for contributing! The tests on this PR will run after a maintainer adds an ok-to-test label to this PR manually. Thank you for your patience!

github-actions[bot] avatar Nov 05 '25 19:11 github-actions[bot]