search for: device_src

Displaying 1 result from an estimated 1 matches for "device_src".

Did you mean: device_nic
2005 Apr 01
0
Dynamic block device and resize capabilities in unstable
...dd new features to 2.6 unstable code: * Dynamic add/remove 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 v...