Displaying 1 result from an estimated 1 matches for "0050560018a2".
2013 Apr 07
0
2 Problems with attaching/detaching disks with virsh and KVM
Hi,
I am having 2 issues with disks and KVM.
ISSUE 1:
I am unable to detach a disk from a running KVM.
(root at h2)-(/tmp)# virsh dumpxml vps_99
<domain type='kvm' id='224'>
  <name>vps_99</name>
  <uuid>5e24e17c-f0e4-1030-ac57-0050560018a2</uuid>
  <memory>524288</memory>
  <currentMemory>524288</currentMemory>
  <vcpu>1</vcpu>
  <os>
    <type arch='x86_64' machine='pc-0.12'>hvm</type>
    <boot dev='hd'/>
  </os>
  <features>
    &...