Displaying 3 results from an estimated 3 matches for "vdi_ref".
2007 Feb 02
0
[PATCH] [Xm-TEST] Fix XAPI test case 02
...size'' : 512,
''type'' : 0,
''shareable'' : 0,
- ''read-only'' : 0
+ ''read-only'' : 0,
+ ''location'' : "phy:/dev/ram0"
}
vdi_ref = session.xenapi.VDI.create(vdi_rec)
-res = session.xenapi.SR.get_VDIs(sr_uuid[0])
-if vdi_ref not in res:
- session.xenapi.VDI.destroy(vdi_ref)
- FAIL("SR_get_VDI does not show new VDI")
+if 0:
+ res = session.xenapi.SR.get_VDIs(sr_uuid[0])
+ if vdi_ref not in res:
+...
2013 Jan 17
0
XCP 1.1 SR_BACKEND_FAILURE_46 The VDI is not available [opterr=VDI already attached RW] issue
...ny solution to this problem?
/var/log/SMlog:
[32484] 2013-01-17 14:59:44.200883 vdi_activate {''sr_uuid'':
''e33281eb-ba4c-3829-9b61-7c64764dff9c'', ''subtask_of'':
''OpaqueRef:78dd7c48-383b-253c-9c2d-a60edcb9e2e1'', ''vdi_ref'':
''OpaqueRef:9e3252f6-403b-7045-2147-401beeafc8ca'', ''vdi_on_boot'':
''persist'', ''args'': [''true''], ''vdi_location'':
''ff54dd4f-5ad3-4cf2-814f-9abd12b1045e'', ''...
2012 May 23
2
Bug#674088: xcp-xapi: vbd-plug to dom0 does not creates /dev/xvd* devices in dom0
...access /dev/xv*: No such file or directory
Data from different logs:
SMlog:
[12866] 2012-05-23 04:23:29.119125 vdi_activate {'sr_uuid': '42cbc4a3-dae2-e756-d122-01b87ed871c2', 'subtask_of': 'DummyRef:|af7c4611-4409-96e2-ec06-9f4c58a8ec47|VDI.activate', 'vdi_ref': 'OpaqueRef:772f7273-f1a2-c340-89ae-43c3af049f15', 'vdi_on_boot': 'persist', 'args': ['true'], 'vdi_location': 'c95af56f-799f-49ad-a64f-82eca3299b50', 'host_ref': 'OpaqueRef:5005b228-e50d-0d6b-e4f9-8d85794ba15c', 'sess...