This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
virtualization:xenserver:xenserver_storage [2019/01/07 11:00] gcooper |
virtualization:xenserver:xenserver_storage [2020/05/14 09:48] (current) gcooper |
||
---|---|---|---|
Line 30: | Line 30: | ||
ll / | ll / | ||
</ | </ | ||
+ | |||
+ | ===== Move a Storage Repository ===== | ||
+ | |||
+ | https:// | ||
===== Add a USB disk as a local SR ===== | ===== Add a USB disk as a local SR ===== | ||
Line 143: | Line 147: | ||
</ | </ | ||
- | ===== Detach a VHD from the Control Domain ===== | ||
- | |||
- | List out the VBD (connector object between VM and VDI) based on the VDI UUID: | ||
- | |||
- | < | ||
- | xe vdi-list | grep -B1 -A5 -i " | ||
- | |||
- | xe vdi-list name-label="< | ||
- | |||
- | xe vbd-list vdi-uuid=< | ||
- | </ | ||
- | |||
- | Once done, you want to first try to make VBD inactive (it may already be inactive), | ||
- | |||
- | < | ||
- | xe vbd-unplug uuid=< | ||
- | </ | ||
- | |||
- | Once done, you can then break the connection: | ||
- | |||
- | < | ||
- | xe vbd-destroy uuid=< | ||
- | </ | ||
- | |||
- | Check in XenCenter to verify and delete the virtual disk. |