commit | fe8c2e7cce8a410745614892e0ea81f6a728c078 | [log] [download] |
---|---|---|
author | Evgeny Kravtsunov <emkravts@openvz.org> | Wed Dec 27 16:06:17 2006 +0300 |
committer | Dmitry Mishin <dim@openvz.org> | Wed Dec 27 16:06:17 2006 +0300 |
tree | 59a1b24db816dc948bfdfa1aacfae08bc7a441a5 | |
parent | 8d425d1b16349592719a23becd908461202a7beb [diff] |
Fixed the incorrect behaviour of vzmigrate in quiet mode 1. Fixed the problem with calling vzmigrate script in nonverbose mode. Problem is the following. If out is set to "&> /dev/null" bash treats $out as '&>' /dev/null. This provokes a crush of vzmigrate on scp $a $b '&>' /dev/null. Problem is solved by adding logexec () function for execution scp, ssh and vzctl commands. 2. echo's replaced by log 1 http://bugzilla.openvz.org/show_bug.cgi?id=401