1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Merge branch 'atodorov-storpool-patch-4'

This commit is contained in:
Jaime Melis 2016-09-07 12:38:05 +02:00
commit 01b0e1b3bc

View File

@ -64,6 +64,11 @@ if [ "$SRC" == "$DST" ]; then
exit 0
fi
if [ `lcm_state` -eq 60 ]; then
log "Not moving files from $SRC_HOST in FT mode"
exit 0
fi
ssh_make_path "$DST_HOST" "$DST_DIR" "ssh"
log "Moving $SRC to $DST"