Displaying 1 result from an estimated 1 matches for "s128m".
Did you mean:
128m
2003 Dec 19
9
virtual disk/block-device problem
...a partition to back the vds:
xenctl partitions add -phdb2 -f
hdb2 is of course the second partition on the second disk. I am assuming
that the partition doesn''t need to have a filesystem on it, i.e., it just
uses the raw blocks for storage? I create three vds:
xenctl vd create -nD1 -s128M
xenctl vd create -nD2 -s128M
xenctl vd create -nD3 -s128M
Then I use the returned keys to create virtual block devices:
xenctl vbd create -n0 -w -v0 -k3827077824
xenctl vbd create -n0 -w -v1 -k8055618233
xenctl vbd create -n0 -w -v2 -k6945314927
Write access is given to domain0 (-n0) so I c...