Re: [libvirt] [test-API][PATCH V2] managedsave: change the checking method about bypass cache

2012-12-30 Thread Guannan Ren
On 12/25/2012 12:04 PM, hongming wrote: Check whether the O_DIRECT flag is in use on the managed save file during the duration of the managed save, since that is the real effect of the current implementation of the --bypass-cache flag. Add break condition into the while loop of get_fileflags() me

[libvirt] [test-API][PATCH V2] managedsave: change the checking method about bypass cache

2012-12-24 Thread hongming
Check whether the O_DIRECT flag is in use on the managed save file during the duration of the managed save, since that is the real effect of the current implementation of the --bypass-cache flag. Add break condition into the while loop of get_fileflags() method in the PATCH V2 --- repos/managedsav