Lines Matching full:mirror
65 'mirror target does not match source')
82 self.vm.cmd('blockdev-mirror',
83 job_id='mirror',
84 filter_node_name='mirror-node',
97 self.wait_ready(drive='mirror')
101 # The mirror code itself asserts that the source BDS's dirty
109 # If source and target should be in sync after the mirror,
114 self.complete_and_wait(drive='mirror', wait_ready=False)
127 self.vm.cmd('blockdev-mirror',
128 job_id='mirror',
129 filter_node_name='mirror-node',
141 self.vm.cmd('block-job-set-speed', device='mirror', speed=0)
142 self.complete_and_wait(drive='mirror')
151 self.vm.cmd('blockdev-mirror',
152 job_id='mirror',
153 filter_node_name='mirror-node',
189 self.vm.cmd('block-job-set-speed', device='mirror', speed=0)
190 self.complete_and_wait(drive='mirror')
294 while the mirror job (in write-blocking mode) is running. We want to
309 # Launch the mirror job
311 self.vm.cmd('blockdev-mirror',
312 job_id='mirror',
313 filter_node_name='mirror-node',
335 # (i.e. one less than 5). We expect the mirror job to issue background
338 # been issued earlier than mirror's background requests.
346 # Note how much remains to be done until the mirror job is finished
381 Issue requests on the mirror source node right as the mirror is
385 node without attempting to mirror them (there is no job object yet, so
403 # start blockdev-mirror
406 self.vm.cmd('blockdev-mirror',
407 job_id='mirror',