Hagai Hillel
Hagai Hillel
Maybe this one is different error? ``` 2016-07-03 03:00:08 DEBUG execCmd: lvs --noheading -o lv_name,vg_name,lv_path,snap_percent 2016-07-03 03:00:08 ERROR exit status 127 /usr/share/golang/src/github.com/outbrain/golib/log/log.go:111 (0x43d011) /usr/share/golang/src/github.com/outbrain/golib/log/log.go:157 (0x43d37a) /home/snoach/dev/outbrain/github/orchestrator-agent/src/github.com/outbrain/orchestrator-agent/osagent/osagent.go:97 (0x4f4202) /home/snoach/dev/outbrain/github/orchestrator-agent/src/github.com/outbrain/orchestrator-agent/osagent/osagent.go:147 (0x4f4944) /home/snoach/dev/outbrain/github/orchestrator-agent/src/github.com/outbrain/orchestrator-agent/http/api.go:103...
Yes, orchestrator-agent and orchestrator (server) both run with root
I think the exit code 127 for this one means it found no snapshots on the host. As other commands get the same exit code when the output is empy...
If I use your second suggestion why I need to change the code? I cant just build the package with the updated code? This line invoke the lvs command For...
@shlomi-noach It`s solved by using full path.
@shlomi-noach ?