commit | c4d348418ba2d953e0934976df88f8979366c8ec | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu May 29 18:40:07 2014 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu May 29 18:52:29 2014 -0700 |
tree | 460c94c88606119e4e37ac643ee95a165602f2b6 | |
parent | afd0155374e4006df7c8dae0f5b8ef5b78605f48 [diff] |
vzncc: add -f FD option If a program to run allows to specify a file descriptor to read from and write to (ploop copy already does), we can keep its stdin/stdout intact with this option. This should help to see debug output from ploop copy (alas, sending side only for now as receiving side stdout is redirected to /dev/null by vzmigrate). Signed-off-by: Kir Kolyshkin <kir@openvz.org>