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:
commit
01b0e1b3bc
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user