Pearl1594 commented on a change in pull request #4373:
URL: https://github.com/apache/cloudstack/pull/4373#discussion_r500188009



##########
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:
       Wouldn't actually require the file creation




----------------------------------------------------------------
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]


Reply via email to