DaanHoogland commented on a change in pull request #4373:
URL: https://github.com/apache/cloudstack/pull/4373#discussion_r500158127
##########
File path: scripts/vm/network/vnet/modifyvxlan.sh
##########
@@ -131,6 +131,9 @@ fi
LOCKFILE=/var/run/cloud/vxlan.lock
+# ensures that parent directories exists and prepares the lock file
+mkdir -p "${LOCKFILE%/*}" && touch "$LOCKFILE"
Review comment:
we do not need the touch right?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]