Message ID | 2510649c390ee59f79f4be797cdd8af7aaca8f3c.1650420617.git.ehem+xen@m5p.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Increase consistency of domain examples | expand |
diff --git a/tools/examples/xlexample.pvhlinux b/tools/examples/xlexample.pvhlinux index e1bf845093..a6a52c336c 100644 --- a/tools/examples/xlexample.pvhlinux +++ b/tools/examples/xlexample.pvhlinux @@ -44,4 +44,4 @@ vif = [ '' ] # Disk Devices # A list of `diskspec' entries as described in # docs/misc/xl-disk-configuration.txt -disk = [ '/dev/zvol/tank/guest-volume,raw,xvda,rw' ] +disk = [ '/dev/vg/guest-volume,raw,xvda,rw' ]
While storing images on ZFS is now quite common, such isn't required at all. As such the example should be as generic as possible and consistent with other examples. Signed-off-by: Elliott Mitchell <ehem+xen@m5p.com> --- tools/examples/xlexample.pvhlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)