diff options
Diffstat (limited to 'results/classifier/105/other/1935')
| -rw-r--r-- | results/classifier/105/other/1935 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/105/other/1935 b/results/classifier/105/other/1935 new file mode 100644 index 00000000..e13e548a --- /dev/null +++ b/results/classifier/105/other/1935 @@ -0,0 +1,18 @@ +other: 0.873 +device: 0.860 +graphic: 0.700 +vnc: 0.645 +instruction: 0.628 +socket: 0.600 +boot: 0.571 +network: 0.478 +semantic: 0.309 +mistranslation: 0.260 +KVM: 0.166 +assembly: 0.064 + +migrate problem when add SCSI reservations with iSCSI backed disks +Description of problem: +When performing migrations with QEMU using iSCSI as the backend, it's common for the migration to start successfully. However, in scenarios where Persistent Reservations are added in the guest, the target host, under the precopy mode, preempts the Persistent Reservations right from the beginning, causing migration issues. Is there a way to control the Persistent Reservations lock within QEMU at an appropriate time, ensuring that it's only preempted during the switchover phase? + +Isn't libiscsi thread-safe? Can multiple threads operate on Persistent Reservations lock simultaneously? |