Re: [vdsm] A few notes about lists in Makefiles

2012-07-17 Thread Dan Kenigsberg
On Mon, Jul 16, 2012 at 11:34:34AM -0400, Saggi Mizrahi wrote: Hi, I would just like to push a few notes to people modifying autoconf\automake lists Please make sure the lists are sorted. Sorted lists are easier to skim and modify. Also, unsorted lists are known to make Federico sad, and

Re: [vdsm] Verify the storage data integrity after some storage operations with test cases

2012-07-17 Thread Saggi Mizrahi
Actually setting up isos and installing an OS is an overkill IMHO. Using libguestfs seems simpler as it has python bindings. What you could do is: 1. use libguest fs to format a file system on an image 2. Put files on said file system with libguestfs 3. Snapshot 4. run fsck with libguestfs 5.

Re: [vdsm] Verify the storage data integrity after some storage operations with test cases

2012-07-17 Thread Shu Ming
On 2012-7-17 23:21, Saggi Mizrahi wrote: Actually setting up isos and installing an OS is an overkill IMHO. Using libguestfs seems simpler as it has python bindings. What you could do is: 1. use libguest fs to format a file system on an image Do you mean the test case use libguest fs to format