Performance drop for remove VCH operation #8267
Labels
area/lifecycle
Creation, management, and deletion of Virtual Container Hosts
impact/doc/user
Requires changes to official user documentation
kind/defect/performance
Behavior that is functionally correct, but performs worse than intended
resolution/invalid
The issue is intended behavior or otherwise invalid
severity/3-moderate
Medium usability or functional impact. Potentially has an inconvenient workaround.
source/performance
Reported by the performance testing team
Uninstall/Remove VCH performance regression
From VIC engine build 19874 we are starting to observe Uninstall VIC command taking longer time neary +7 secs
Deployment details
vic-machine-linux create --target $ESXHOSTIP --image-store $DATASTORE --name vic_$VERSION --compute-resource /ha-datacenter/host/*/Resources --no-tls --force --timeout 10m0s --user root --password mypassword
Uninstall VCH Command
vic-machine-linux delete --force --target $ESXHOSTIP --name vic_$VERSION --compute-resource /ha-datacenter/host/*/Resources --user root --password mypassword
From the logs it looks like time is mostly spent on removing portgroup
19716 logs snippet
INFO[0000] Removing volume stores
INFO[0000] Removing appliance VM network devices
INFO[0000] Removing Portgroup "vic_19716"
INFO[0001] Removing VirtualSwitch "vic_19716"
INFO[0001] Removing Resource Pool "vic_19716"
19874 logs snippet
INFO[0000] Removing volume stores
INFO[0000] Removing appliance VM network devices
INFO[0007] Removing Portgroup "vic_19874"
INFO[0007] Removing VirtualSwitch "vic_19874"
INFO[0008] Removing Resource Pool "vic_19874"
The text was updated successfully, but these errors were encountered: