search for: vdi_uuid

Displaying 6 results from an estimated 6 matches for "vdi_uuid".

Did you mean: di_uuid
2013 Jan 17
0
XCP 1.1 SR_BACKEND_FAILURE_46 The VDI is not available [opterr=VDI already attached RW] issue
...;'targetlist'': ''172.16.132.1''}, ''command'': ''vdi_activate'', ''vdi_allow_caching'': ''false'', ''sr_ref'': ''OpaqueRef:9fc8a54a-dd45-4313-f783-7883b3335604'', ''vdi_uuid'': ''ff54dd4f-5ad3-4cf2-814f-9abd12b1045e''} [32484] 2013-01-17 14:59:44.201233 blktap2.activate [32484] 2013-01-17 14:59:44.201476 lock: acquired /var/lock/sm/ff54dd4f-5ad3-4cf2-814f-9abd12b1045e/vdi [32484] 2013-01-17 14:59:44.201567 Adding tag to: ff54dd...
2010 May 05
1
VDI size on local repository always 0
Hello guys, I''m working on a cloud computing project involving Xen Hypervisor. I looked for the issue described in the subject in old posts but no success. I''m using the local storage repository and I can''t set physical_utilisation and virtual_utilisation via xen API because XendVDI.py has hardcoded the 0 value for local repository while is passed for QcoW storage
2013 Mar 08
1
Bug#702369: latest install report
...et uuid=${VM_UUID} other-config:install-repository=${DEB_MIRROR} xe vif-create vm-uuid=${VM_UUID} network-uuid=${NET0_UUID} device=0 # the following 6 lines are needed to change the VDI size # because there is no disk-size option for vm-install VBD_UUID=$(xe vbd-list vm-uuid=${VM_UUID} --minimal) VDI_UUID=$(xe vdi-list vbd-uuids=${VBD_UUID} --minimal) xe vdi-destroy uuid=${VDI_UUID} xe vm-disk-add vm=${VM_UUID} disk-size=${DISK_SIZE} device=0 VBD_UUID=$(xe vbd-list vm-uuid=${VM_UUID} --minimal) xe vbd-param-set bootable=true uuid=${VBD_UUID} echo "New VM UUID = ${VM_UUID}" xe vm-start uu...
2011 Aug 15
0
Problem importing virtual disk
...2.py", line 1282, in activate writable, caching_params): File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 32, in wrapper ret = op(self, *args) File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 1314, in _activate_locked dev_path = self._activate(sr_uuid, vdi_uuid, writable, caching_params) File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 1334, in _activate dev_path = self._tap_activate(phy_path, vdi_type, sr_uuid, writable) File "/usr/lib/xen-common/xapi/sm/blktap2.py", line 1126, in _tap_activate tapdisk = Tapdisk.find_by...
2012 May 23
2
Bug#674088: xcp-xapi: vbd-plug to dom0 does not creates /dev/xvd* devices in dom0
...9-1e99-f066-41015d88fec4', 'device_config': {'SRmaster': 'true', 'location': '/mnt'}, 'command': 'vdi_activate', 'vdi_allow_caching': 'false', 'sr_ref': 'OpaqueRef:a979869b-1538-51ff-39ab-3ddafc767cd2', 'vdi_uuid': 'c95af56f-799f-49ad-a64f-82eca3299b50'} [12866] 2012-05-23 04:23:29.119394 blktap2.activate [12866] 2012-05-23 04:23:29.119488 lock: acquired /var/lock/sm/c95af56f-799f-49ad-a64f-82eca3299b50/vdi [12866] 2012-05-23 04:23:29.119581 Adding tag to: c95af56f-799f-49ad-a64f-...
2012 Apr 05
0
Re: [Xen-API] (solved) xe vdi-create failure ot local SR type=file and type=ext
...uot;, line 94, in run return self._run_locked(sr) File "/usr/lib/xcp/sm/SRCommand.py", line 131, in _run_locked return self._run(sr, target) File "/usr/lib/xcp/sm/SRCommand.py", line 159, in _run return target.create(self.params[''sr_uuid''], self.vdi_uuid, long(self.params[''args''][0])) File "/usr/lib/xcp/sm/FileSR.py", line 464, in create opterr=''error %d'' % inst.code) File "/usr/lib/xcp/sm/xs_errors.py", line 49, in __init__ raise SR.SROSError(errorcode, errormessage) [22578] 2012...