Lines Matching full:disk
10 Pattern test of the disk, using unique signatures for each block and each
12 disk and disk controller.
37 def test_one_disk_chunk(self, disk, chunk):
39 Tests one part of the disk by spawning a disktest instance.
41 @param disk: Directory (usually a mountpoint).
42 @param chunk: Portion of the disk used.
45 self.chunk_mb, disk, self.memory_mb, chunk)
47 (self.srcdir, self.chunk_mb, disk, chunk))
59 @param gigabytes: Disk space that will be used for the test to run.
60 @param chunk_mb: Size of the portion of the disk used to run the test.
70 for disk in disks:
71 free = min(utils.freespace(disk) / 1024**3, free)
84 logging.info("Total of disk chunks that will be used: %s", chunks)
87 for disk in disks:
88 pid = self.test_one_disk_chunk(disk, i)