Removes cgo#64
Conversation
|
Alternatively, I'm thinking if we could move away from using lsof here check_binary_write_lock()
lsof -c <command_name>: Lists files opened by processes running a specific command. there is also another incident where on SUSE, the lsof command execution just doesn't finish as the customer has large number of files open |
|
Actually, Bhaskar Brahma @D1v38om83r was the one to add the function check_binary_write_lock() for CSE that was ported to RC. Bhaskar, could you let us know the purpose behind check_binary_write_lock() ? Why it was added ? check_binary_write_lock() was added here - Azure/custom-script-extension-linux#153 could we just use possibly a more available command like ps to see if the binary (RC here or CSE) for same check ? |
|
This was added as a response to the shim failing to launch the go binary, there used to be class of CSE enable errors that was a result of this. |
Removes static compile since that didn't fix the glibc dependency issue.
Removing cgo.