Closed sergeyberezansky closed 3 months ago
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @sergeyberezansky and the rest of your teammates on Graphite
1 reviewer was added to this PR based on Sergey Berezansky's automation.
TL;DR
Refactored the
PathIsWekaMount
method to remove reliance on theos/exec
package and instead read directly from/proc/mounts
for determining Weka mount paths.What changed?
os/exec
packagePathIsWekaMount
to read/proc/mounts
for Weka mount path checkingHow to test?
Ensure that the
PathIsWekaMount
method functions correctly to identify Weka mount paths using/proc/mounts
.Why make this change?
Improves performance and reliability by avoiding the use of shell commands to determine Weka mount paths.