[PATCH] formatdomain.rst: update slice xml in "Hard drives" part

Han Han hhan at redhat.com
Thu Apr 22 08:55:15 UTC 2021


On Thu, Apr 22, 2021 at 4:50 PM “Meina <meili at redhat.com> wrote:

> Update slice xml from block lun disk because it doesn't support storage
> slice
>
> Better if mentioning the bug or the commit of forbidding slice element
with lun device
https://bugzilla.redhat.com/show_bug.cgi?id=1820040
5d72c3ce28 qemu: domain: Forbid slice/encryption/copy_on_read with disk
type='lun'


> Signed-off-by: Meina Li <meili at redhat.com>
> ---
>  docs/formatdomain.rst | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
> index 1b9b221611..44aee9fa77 100644
> --- a/docs/formatdomain.rst
> +++ b/docs/formatdomain.rst
> @@ -2381,9 +2381,6 @@ paravirtualized driver is specified via the ``disk``
> element.
>       <disk type='block' device='lun'>
>         <driver name='qemu' type='raw'/>
>         <source dev='/dev/sda'>
> -         <slices>
> -           <slice type='storage' offset='12345' size='123'/>
> -         </slices>
>           <reservations managed='no'>
>             <source type='unix' path='/path/to/qemu-pr-helper'
> mode='client'/>
>           </reservations>
> @@ -2393,10 +2390,14 @@ paravirtualized driver is specified via the
> ``disk`` element.
>       </disk>
>       <disk type='block' device='disk'>
>         <driver name='qemu' type='raw'/>
> -       <source dev='/dev/sda'/>
> +       <source dev='/dev/sda'>
> +         <slices>
> +           <slice type='storage' offset='12345' size='123'/>
> +         </slices>
> +       </source>
>         <geometry cyls='16383' heads='16' secs='63' trans='lba'/>
>         <blockio logical_block_size='512' physical_block_size='4096'/>
> -       <target dev='hdj' bus='ide'/>
> +       <target dev='sda' bus='scsi'/>
>       </disk>
>       <disk type='volume' device='disk'>
>         <driver name='qemu' type='raw'/>
> --
> 2.27.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20210422/5b22b73d/attachment-0001.htm>


More information about the libvir-list mailing list