DaanHoogland commented on code in PR #13641:
URL: https://github.com/apache/cloudstack/pull/13641#discussion_r3615219251
##########
scripts/vm/hypervisor/kvm/nasbackup.sh:
##########
@@ -407,7 +407,7 @@ backup_stopped_vm() {
volUuid="${disk##*/}"
fi
output="$dest/$name.$volUuid.qcow2"
- if ! qemu-img convert -O qcow2 "$disk" "$output" > "$logFile" 2> >(cat
>&2); then
+ if ! qemu-img convert -O qcow2 "$disk" "$output" >> "$logFile" 2> >(cat
>&2); then
Review Comment:
there is a shell utility called `logger` does it make sense to use that
instead?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]