Lines Matching refs:disk
8 Test multi disk suport of guest, this case will:
40 error.context("creating partition on test disk")
51 for disk in disks:
52 if disk.strip() in block_list:
53 tmp_list.append(disk)
54 for disk in tmp_list:
55 logging.info("No need to check volume %s", disk)
56 disks.remove(disk)
60 for disk in disks:
61 disk = disk.strip()
63 logging.info("Format disk: %s..." % disk)
68 cmd = params.get("format_command") % (fs, disk)
69 error.context("formatting test disk")
72 cmd = params.get("mount_command") % (disk, disk, disk)
75 for disk in disks:
76 disk = disk.strip()
78 logging.info("Performing I/O on disk: %s...", disk)
82 cmd = params.get(cmd_l) % disk
89 logging.debug("Guest's virtual disk %s works fine", disk)
91 raise error.TestFail("Files on guest os root fs and disk "
102 for disk in disks:
103 disk = disk.strip()
104 cmd = params.get("umount_command") % (disk, disk)
105 error.context("unmounting test disk")