Displaying 3 results from an estimated 3 matches for "lv5".
Did you mean:
lv
2007 Nov 24
2
Several xen problems in Debian Etch
...on
Intel Core2 Duo E6750). Shall I open a seperate bug report for each of
the items below or are some of them features that are known to be
missing in the xen release?
- A HVM domain does not start when using a physical disk without
specifing the full path to the device, e.g.:
'phy:vg0/lv5-domU-windows,hda,w' instead of
'phy:/dev/vg0/lv5-domU-windows,hda,w'
The first one should work according to the example in
/usr/share/doc/xen-utils-common/examples/xmexample.hvm.gz
There is no such problem with the "linux"-builder.
- A HVM (Windows XP) domU does not b...
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
...oot_size="$3; print "vol_config_size="$4; print "vol_logging_size="$5; print "vol_data_size="$6;}')
+ eval $(printf $i|awk -F: '{ print "lv1="$1; print "lv2="$2; print "lv3="$3; print "lv4="$4; print "lv5="$5; print "lv6="$6; print "lv7="$7; print "lv8="$8; }')
+ # Reads each provided LV size and assign them
+ for p in 1 2 3 4 5 6 7 8; do
+ var=lv$p
+ size=
+ lv=
+ if [ -n "$...
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files.
Rich.