You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/06/24 06:40:12 UTC

[GitHub] [cloudstack] rhtyd commented on a change in pull request #5144: configdrive: fix some failures in tests/component/test_configdrive.py

rhtyd commented on a change in pull request #5144:
URL: https://github.com/apache/cloudstack/pull/5144#discussion_r657666659



##########
File path: scripts/storage/secondary/createvolume.sh
##########
@@ -135,7 +135,8 @@ create_from_file() {
   local tmpltname=$3
 
   [ -n "$verbose" ] && echo "Moving to $tmpltfs/$tmpltname...could take a while" >&2
-  mv $tmpltimg /$tmpltfs/$tmpltname
+  cp -rf $tmpltimg /$tmpltfs/$tmpltname

Review comment:
       mv maybe faster? 




-- 
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:
users@infra.apache.org