When I use a centos5.4.cfg to create a domain .I want to add this ""
tap:remus:backuphost:anyfreeport|, e.g.: to my disk
for
Disk replication .But it give this error :No such file
or directory:'192.168.10.191|aio:/xen-img/dist.img' . My centos5.4.cfg is
:
name = "centos5.4-2"
#
# vcpus + memory size
#
vcpus = "1"
memory = "512"
#
# Disk device(s).
#
root = '/dev/xvda ro'
disk = [
'tap:remus:192.168.10.191:9000|aio:/xen-img/disk2.img,xvda,w'
]
#
# Networking (change ip and mac if you need copy for another DomU)
#
vif = [ 'bridge=xenbr0,mac=00:16:3e:78:34:12,ip=192.168.10.130' ]
#
# Behaviour
#
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'destroy'
# Console
#extra = 'console=xvc0'
Anyone can tell me what should I do.