Displaying 1 result from an estimated 1 matches for "devindex".
Did you mean:
dev_index
2005 Apr 01
0
Dynamic block device and resize capabilities in unstable
...block devices
you can now add and remove a block device dynamicly in 2.6 without restarting
your domain (2.4 has already this capability).
You need to use the following subcommand to manipulate the feature:
- xm vbd-create DOMAIN DEVICE_SRC DEVICE_DEST MODE
- xm vbd-destroy DOMAIN DEVINDEX
- xm vbd-list DOMAIN
you can export whatever block device (full disk, partition) you want in dom0
it can be export as a full disk or a partition in the domain.
ex: create a new disk hdc in domU that has a backing store on sda6
xm vbd-create domU phy:sda6 hdc w
* Resize Capability
when y...