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

Merge branch 'patch-4' of https://github.com/atodorov-storpool/one into atodorov-storpool-patch-4

This commit is contained in:
Jaime Melis 2016-09-07 12:37:33 +02:00
commit 714f223faa

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"