On Fri, Apr 18, 2014 at 11:04:14AM -0700, Gurucharan Shetty wrote: > The option won't have any effect on the running of the daemon. > Recognizing the option lets us avoid if else conditions in unit > tests. > > Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
The reason that Unix daemons chdir to the root, by default, is that a process whose current directory is on some volume prevents that volume from being unmounted (and on some Unix-like systems I think it also prevents the directory from being removed). Is either of those an issue on Windows? Should OVS chdir to the root (on all drives?) on Windows also? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev