The install command invokes cb_cleanup.sh. And the above line kills install process by accident.
I don't understand why it's necessary to kill these processes in general (I don't think they have any effect on vmcapture command). I comment out the above code to work around this specific issue.
While I investigate it, I also notice another unrelated issue in the code:
While I use the following command to create cassandra_ycsb workload image, it fails consistently:
The error log:
The issue is caused by this line in
scripts//common/cb_cleanup.sh
:At the end of the
vmattach
command, it runs this command on vmThe
install
command invokescb_cleanup.sh
. And the above line killsinstall
process by accident.I don't understand why it's necessary to kill these processes in general (I don't think they have any effect on
vmcapture
command). I comment out the above code to work around this specific issue.While I investigate it, I also notice another unrelated issue in the code:
The "-f" is a typo and should be removed.