Arun M. Krishnakumar
Arun M. Krishnakumar
#### Problem description I am trying to download a slightly large file (1.1GB) and the attached code with `smart_open` takes a long time (15m40s) while a `gsutil cp` takes about...
Dynamically load libnetfilter.so so that applications who use the library will load on all systems.
We should be able to use the library even on systems where libnetfilter is not available. There must be a way to check if we can use libnetfilter, and if...
This pull does the following: 1. Load libnetfilter.so using dlopen and fail if that doesn't exist (InitNF). 2. Redirect each call into the library using dlsym.
## Description Please provide a brief description of the changes proposed in this Pull Request - common-core sync and compilation ## Checklist - [X] tested locally - [ ] updated...
## Description Please provide a brief description of the changes proposed in this Pull Request - This stops updating the vAppMetadataUpdated field. The VCDResourceSet already contains the list of vApps...
CAPVCD core changes: 1. If there is an already created machine that is being migrated, don't create it but verify that it exists 2. If there was a dnat rule...