On Mon, Jan 26, 2015 at 11:02 AM, Ben Pfaff <[email protected]> wrote: > On Mon, Jan 26, 2015 at 06:02:04PM +0100, Thomas Graf wrote: >> On 01/26/15 at 11:26am, Christoph Jaeger wrote: >> > rmmod fails if the module is not loaded; thus, Vagrant aborts provisioning >> > when started from a clean slate. Use modprobe, which does not fail, >> > instead. >> > Unloading unused modules the to-be-unloaded module depends on may also be >> > desirable. >> > >> > Signed-off-by: Christoph Jaeger <[email protected]>
Thanks for the patch. I have verified that the --first-time option with modprobe is off by default. So it is a good idea to use modprobe -r instead of rmmod. The reasoning for remove additional unused modules is also good. Will apply to master in a minute. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
